HomeSort by relevance Sort by last modified time
    Searched refs:Elf_Word (Results 1 - 25 of 67) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_internal.h 52 Elf_Word e_version;
56 Elf_Word e_flags;
70 Elf_Word sh_name;
71 Elf_Word sh_type;
76 Elf_Word sh_link;
77 Elf_Word sh_info;
92 Elf_Word p_type;
96 Elf_Word p_filesz;
97 Elf_Word p_memsz;
98 Elf_Word p_flags
    [all...]
elfcpp.h 49 typedef uint32_t Elf_Word;
617 elf_r_sym<32>(Elf_Word v)
635 elf_r_type<32>(Elf_Word v)
652 inline Elf_Word
1042 Elf_Word
1058 Elf_Word
1113 put_e_version(Elf_Word v)
1129 put_e_flags(Elf_Word v)
1176 Elf_Word
1180 Elf_Word
    [all...]
arm.h 222 inline Elf_Word
223 arm_eabi_version(Elf_Word flags)
mips.h 339 abi_n32(elfcpp::Elf_Word e_flags)
349 is_micromips(elfcpp::Elf_Word e_flags)
elfcpp_file.h 223 Elf_Word
227 Elf_Word
231 Elf_Word
631 Elf_Word
650 Elf_Word
669 Elf_Word
  /art/runtime/
elf_file_impl.h 41 using Elf_Word = typename ElfTypes::Word;
82 Elf_Word GetProgramHeaderNum() const;
83 Elf_Phdr* GetProgramHeader(Elf_Word) const;
85 Elf_Word GetSectionHeaderNum() const;
86 Elf_Shdr* GetSectionHeader(Elf_Word) const;
87 Elf_Shdr* FindSectionByType(Elf_Word type) const;
95 static bool IsSymbolSectionType(Elf_Word section_type);
96 Elf_Word GetSymbolNum(Elf_Shdr&) const;
97 Elf_Sym* GetSymbol(Elf_Word section_type, Elf_Word i) const
    [all...]
elf_file.cc 199 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) {
303 Elf_Word target_index = 0;
305 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) {
579 Elf_Word section_type) const {
599 Elf_Word section_type) const {
616 const char* ElfFileImpl<ElfTypes>::GetString(Elf_Word section_type,
617 Elf_Word i) const {
675 typename ElfTypes::Phdr* ElfFileImpl<ElfTypes>::GetProgramHeader(Elf_Word i) const {
685 typename ElfTypes::Phdr* ElfFileImpl<ElfTypes>::FindProgamHeaderByType(Elf_Word type) const {
686 for (Elf_Word i = 0; i < GetProgramHeaderNum(); i++)
    [all...]
  /external/llvm/include/llvm/Object/
ELFTypes.h 42 uint32_t, target_endianness, 2> Elf_Word;
80 typedef typename ELFDataTypeTypedefHelper<ELFType<E, W>>::Elf_Word Elf_Word; \
97 Elf_Word sh_name; // Section name (index into string table)
98 Elf_Word sh_type; // Section type (SHT_*)
99 Elf_Word sh_flags; // Section flags (SHF_*)
102 Elf_Word sh_size; // Size of section, in bytes
103 Elf_Word sh_link; // Section type-specific header table index link
104 Elf_Word sh_info; // Section type-specific extra information
105 Elf_Word sh_addralign; // Section address alignmen
    [all...]
ELF.h 82 ErrorOr<ArrayRef<Elf_Word>> getSHNDXTable(const Elf_Shdr &Section) const;
202 ArrayRef<Elf_Word> ShndxTable) const;
206 ArrayRef<Elf_Word> ShndxTable) const;
227 ArrayRef<Elf_Word> ShndxTable) const {
238 ArrayRef<Elf_Word> ShndxTable) const {
479 ErrorOr<ArrayRef<typename ELFFile<ELFT>::Elf_Word>>
482 const Elf_Word *ShndxTableBegin =
483 reinterpret_cast<const Elf_Word *>(base() + Section.sh_offset);
488 const Elf_Word *ShndxTableEnd = ShndxTableBegin + NumSymbols;
  /art/compiler/
elf_builder.h 80 using Elf_Word = typename ElfTypes::Word;
93 Elf_Word type,
94 Elf_Word flags,
96 Elf_Word info,
97 Elf_Word align,
98 Elf_Word entsize)
175 Elf_Word GetSize() const {
180 CHECK_NE(header_.sh_type, (Elf_Word)SHT_NOBITS);
188 void WriteNoBitsSection(Elf_Word size) {
217 Elf_Word GetSectionIndex() const
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
compressed_output.h 60 const char* name, elfcpp::Elf_Word flags,
reduced_debug_output.h 45 Output_reduced_debug_abbrev_section(const char* name, elfcpp::Elf_Word flags,
91 Output_reduced_debug_info_section(const char* name, elfcpp::Elf_Word flags,
layout.h 614 elfcpp::Elf_Word flags,
677 add_output_section_data(const char* name, elfcpp::Elf_Word type,
860 find_output_segment(elfcpp::PT type, elfcpp::Elf_Word set,
861 elfcpp::Elf_Word clear) const;
951 make_output_segment(elfcpp::Elf_Word type, elfcpp::Elf_Word flags);
959 static elfcpp::Elf_Word
    [all...]
target.h 99 elfcpp::Elf_Word
364 make_output_section(const char* name, elfcpp::Elf_Word type,
492 should_include_section(elfcpp::Elf_Word sh_type) const
674 set_processor_specific_flags(elfcpp::Elf_Word flags)
710 do_make_output_section(const char* name, elfcpp::Elf_Word type,
790 do_should_include_section(elfcpp::Elf_Word) const
808 elfcpp::Elf_Word processor_specific_flags_;
    [all...]
reloc.h 593 rel32(unsigned char* view, elfcpp::Elf_Word value)
598 rel32_unaligned(unsigned char* view, elfcpp::Elf_Word value)
616 rela32(unsigned char* view, elfcpp::Elf_Word value, elfcpp::Elf_Word addend)
623 elfcpp::Elf_Word addend)
629 pcrel32(unsigned char* view, elfcpp::Elf_Word value,
635 pcrel32_unaligned(unsigned char* view, elfcpp::Elf_Word value,
649 pcrela32(unsigned char* view, elfcpp::Elf_Word value,
650 elfcpp::Elf_Word addend,
658 elfcpp::Elf_Word addend
    [all...]
output.h 154 is_section_type(elfcpp::Elf_Word stt) const
321 do_is_section_type(elfcpp::Elf_Word) const
    [all...]
target.cc 145 Target::do_make_output_section(const char* name, elfcpp::Elf_Word type,
  /external/valgrind/VEX/switchback/
linker.c 182 #define Elf_Word Elf64_Word
197 #define Elf_Word Elf32_Word
395 findElfSection ( void* objImage, Elf_Word sh_type )
466 Elf_Word w = (Elf_Word)dstP;
521 Elf_Word* targ;
528 targ = (Elf_Word*)(ehdrC + shdr[ target_shndx ].sh_offset);
537 Elf_Word* pP = (Elf_Word*)P;
589 Elf_Word w, delta, deltaTop8
    [all...]
  /external/valgrind/VEX/unused/
linker.c 116 #define Elf_Word Elf64_Word
131 #define Elf_Word Elf32_Word
327 findElfSection ( void* objImage, Elf_Word sh_type )
398 Elf_Word w = (Elf_Word)dstP;
425 Elf_Word* targ;
432 targ = (Elf_Word*)(ehdrC + shdr[ target_shndx ].sh_offset);
441 Elf_Word* pP = (Elf_Word*)P;
493 Elf_Word w, delta, deltaTop8
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-elf.c 250 of the field in the struct: Elf_Half, Elf_Word, or Elf_Addr. */
259 Elf_Word, or Elf_Addr. */
281 type of the field in the struct: Elf_Half, Elf_Word, or
291 Elf_Word, or Elf_Addr. */
423 e_flags, Elf_Word);
455 shdr, sh_link, Elf_Word);
555 shdr, sh_name, Elf_Word);
732 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_version, Elf_Word, EV_CURRENT);
736 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_flags, Elf_Word, attrs->flags);
788 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_name, Elf_Word, sh_name)
    [all...]
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 26 typedef typename object::ELFFile<ELFT>::Elf_Word Elf_Word;
29 ArrayRef<Elf_Word> ShndxTable;
86 ErrorOr<ArrayRef<Elf_Word>> TableOrErr = Obj.getSHNDXTable(Sec);
375 const Elf_Word *groupMembers =
376 reinterpret_cast<const Elf_Word *>(sectionContents->data());
377 const long count = (Shdr->sh_size) / sizeof(Elf_Word);
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 311 typedef typename object::ELFFile<ET>::Elf_Word Elf_Word;
316 ArrayRef<Elf_Word> ShndxTable;
  /development/ndk/platforms/android-3/include/sys/
exec_elf.h 552 #define Elf_Word Elf32_Word
578 #define Elf_Word Elf64_Word
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
exec_elf.h 552 #define Elf_Word Elf32_Word
578 #define Elf_Word Elf64_Word
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
exec_elf.h 552 #define Elf_Word Elf32_Word
578 #define Elf_Word Elf64_Word

Completed in 140 milliseconds

1 2 3