HomeSort by relevance Sort by last modified time
    Searched full:elfcpp (Results 76 - 99 of 99) sorted by null

1 2 34

  /toolchain/binutils/binutils-2.25/elfcpp/
arm.h 6 // This file is part of elfcpp.
42 namespace elfcpp namespace
370 } // End namespace elfcpp.
elfcpp.h 0 // elfcpp.h -- main header file for elfcpp -*- C++ -*-
6 // This file is part of elfcpp.
32 // This is the external interface for elfcpp.
41 namespace elfcpp namespace
977 } // End namespace elfcpp.
982 namespace elfcpp namespace
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
ehframe.h 100 typedef typename elfcpp::Elf_types<size>::Elf_Addr Address;
139 typename elfcpp::Elf_types<size>::Elf_Addr
140 get_fde_pc(typename elfcpp::Elf_types<size>::Elf_Addr eh_frame_address,
archive.cc 32 #include "elfcpp.h"
94 || sym->binding() == elfcpp::STB_WEAK))
111 if (sym->binding() != elfcpp::STB_WEAK)
289 const elfcpp::Elf_Word* pword = reinterpret_cast<const elfcpp::Elf_Word*>(p);
290 unsigned int nsyms = elfcpp::Swap<32, true>::readval(pword);
293 // Note that the addition is in units of sizeof(elfcpp::Elf_Word).
305 this->armap_[i].file_offset = elfcpp::Swap<32, true>::readval(pword);
    [all...]
icf.h 28 #include "elfcpp.h"
dwarf_reader.h 31 #include "elfcpp.h"
148 typedef typename elfcpp::Elf_types<size>::Elf_Addr Address;
599 { return this->flag_attribute(elfcpp::DW_AT_declaration); }
740 inline typename elfcpp::Valtype_base<valsize>::Valtype
745 inline typename elfcpp::Valtype_base<valsize>::Valtype
    [all...]
merge.h 86 typename elfcpp::Elf_types<size>::Elf_Addr starting_address,
88 typename elfcpp::Elf_types<size>::Elf_Addr>*);
gold.cc 585 if (os->is_section_flag_set(elfcpp::SHF_ALLOC)
586 && os->is_section_flag_set(elfcpp::SHF_WRITE))
592 && os->is_section_flag_set(elfcpp::SHF_ALLOC)
593 && !os->is_section_flag_set(elfcpp::SHF_EXECINSTR))
script.cc 33 #include "elfcpp.h"
902 elfcpp::STV vis = this->hidden_ ? elfcpp::STV_HIDDEN : elfcpp::STV_DEFAULT;
910 elfcpp::STT_NOTYPE,
911 elfcpp::STB_GLOBAL,
983 elfcpp::STT type = elfcpp::STT_NOTYPE;
984 elfcpp::STV vis = elfcpp::STV_DEFAULT
    [all...]
script.h 37 #include "elfcpp.h"
115 elfcpp::STT* type, elfcpp::STV* vis, unsigned char* nonvis,
icf.cc 148 #include "elfcpp.h"
394 if ((secn_flags & elfcpp::SHF_MERGE) != 0
452 if ((secn_flags & elfcpp::SHF_STRINGS) != 0)
    [all...]
Makefile.am 32 -I$(srcdir) -I$(srcdir)/../include -I$(srcdir)/../elfcpp \
attributes.cc 29 #include "elfcpp.h"
readsyms.cc 27 #include "elfcpp.h"
options.h 46 #include "elfcpp.h"
    [all...]
Makefile.in 422 -I$(srcdir) -I$(srcdir)/../include -I$(srcdir)/../elfcpp \
    [all...]
ChangeLog     [all...]
  /toolchain/binutils/binutils-2.25/
MAINTAINERS 16 bfd/; binutils/; elfcpp/; gas/; gold/; gprof/; ld/; opcodes/; cpu/;
README.google 166 elfcpp/dwarf.h
src-release.sh 270 BINUTILS_SUPPORT_DIRS="bfd gas include libiberty opcodes ld elfcpp gold gprof intl setup.com makefile.vms cpu"
ChangeLog     [all...]
  /frameworks/compile/mclinker/unittests/
test3.txt 252 BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld elfcpp gold gprof intl setup.com makefile.vms cpu
  /toolchain/binutils/binutils-2.25/gold/testsuite/
Makefile.am 18 -I$(srcdir)/../../elfcpp -I.. \
    [all...]
Makefile.in     [all...]

Completed in 411 milliseconds

1 2 34