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

1 2 3 4

  /ndk/sources/host-tools/ndk-stack/elff/
elf_mapped_section.h 49 bool map(MapFile* handle, Elf_Xword offset, Elf_Word size);
63 Elf_Word size() const {
86 Elf_Word size_;
elff_elf.h 47 typedef uint32_t Elf_Word;
105 Elf_Word e_version;
163 Elf_Word e_flags;
207 Elf_Word sh_name;
210 Elf_Word sh_type;
213 Elf_Word sh_flags;
224 Elf_Word sh_size;
227 Elf_Word sh_link;
230 Elf_Word sh_info;
235 Elf_Word sh_addralign
    [all...]
elf_mapped_section.cc 35 Elf_Word size) {
45 size_ = (Elf_Word)mapped_bytes;
dwarf_cu.h 36 Elf_Word line_number;
83 Elf_Word inc_dir_num;
252 virtual DIEObject* get_referenced_die_object(Elf_Word ref) const = 0;
257 virtual Elf_Word get_die_reference(const Dwarf_DIE* die) const = 0;
279 virtual const Dwarf_STMTL_FileDesc* get_stmt_file_info(Elf_Word index) = 0;
292 virtual const char* get_stmt_dir_name(Elf_Word dir_index) = 0;
360 const Dwarf_STMTL_FileDesc* get_stmt_file_info(Elf_Word index);
367 const char* get_stmt_dir_name(Elf_Word dir_index);
372 DIEObject* get_referenced_die_object(Elf_Word ref) const {
381 Elf_Word get_die_reference(const Dwarf_DIE* die) const
    [all...]
dwarf_cu.cc 41 if (*reinterpret_cast<const Elf_Word*>(hdr) == 0xFFFFFFFF) {
75 static_cast<Elf_Word>(attr_value->block.block_size + 1);
87 static_cast<Elf_Word>(attr_value->block.block_size + 2);
96 elf_file_->pull_val(reinterpret_cast<const Elf_Word*>(prop));
99 static_cast<Elf_Word>(attr_value->block.block_size + 4);
111 static_cast<Elf_Word>(attr_value->block.block_size +
138 elf_file_->pull_val(reinterpret_cast<const Elf_Word*>(prop));
181 Elf_Word str_offset =
182 elf_file_->pull_val(reinterpret_cast<const Elf_Word*>(prop));
193 elf_file_->pull_val(reinterpret_cast<const Elf_Word*>(prop))
    [all...]
dwarf_defs.h 100 Elf_Word block_size;
115 Elf_Word u32;
119 Elf_Word ptr32;
133 Elf_Word encoded_size;
199 Elf_Word shift = 0;
472 Elf_Word size;
478 Elf_Word size_selector;
488 * Elf_Off - Type for abbrev_offset field. Must be Elf_Word for for 32-bit
508 typedef Dwarf_CUHdr<Dwarf32_SizeHdr, Elf_Word> Dwarf32_CUHdr;
516 * Elf_Size - Type for header_length field. Must be Elf_Word for for 32-bi
    [all...]
dwarf_die.cc 104 contains_address<Elf_Word>(address);
141 Elf_Word range_off = die_ranges.value()->u32;
212 Elf_Word off = attr.value()->u32;
222 Elf_Word low, high;
223 while (elf_file()->get_range<Elf_Word>(off, &low, &high) &&
dwarf_die.h 100 * address, or Elf_Word for 4 bytes address.
178 Elf_Word get_level() const {
dwarf_utils.cc 250 printf("BYTE) = %u (x%02X)\n", (Elf_Word)attr_value->u8,
251 (Elf_Word)attr_value->u8);
260 printf("WORD) = %u (x%04X)\n", (Elf_Word)attr_value->u16,
261 (Elf_Word)attr_value->u16);
elf_file.h 478 bool get_range(Elf_Word offset, AddrType* low, AddrType* high) {
609 Elf_Word* size);
elf_file.cc 391 *reinterpret_cast<const Elf_Word*>(debug_info_.data()) == 0xFFFFFFFF;
443 Elf_Word* size) {
470 Elf_Word size;
  /external/llvm/include/llvm/Object/
ELFTypes.h 45 MaximumAlignment<uint32_t, max_alignment>::value> Elf_Word;
93 typedef typename ELFDataTypeTypedefHelper<ELFType<E, M, W> >::Elf_Word \
94 Elf_Word; \
112 Elf_Word sh_name; // Section name (index into string table)
113 Elf_Word sh_type; // Section type (SHT_*)
114 Elf_Word sh_flags; // Section flags (SHF_*)
117 Elf_Word sh_size; // Size of section, in bytes
118 Elf_Word sh_link; // Section type-specific header table index link
119 Elf_Word sh_info; // Section type-specific extra information
120 Elf_Word sh_addralign; // Section address alignmen
    [all...]
  /external/valgrind/main/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/main/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...]
  /development/ndk/platforms/android-3/include/sys/
exec_elf.h 552 #define Elf_Word Elf32_Word
578 #define Elf_Word Elf64_Word
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
exec_elf.h 552 #define Elf_Word Elf32_Word
578 #define Elf_Word Elf64_Word
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
exec_elf.h 552 #define Elf_Word Elf32_Word
578 #define Elf_Word Elf64_Word
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
exec_elf.h 552 #define Elf_Word Elf32_Word
578 #define Elf_Word Elf64_Word
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
exec_elf.h 552 #define Elf_Word Elf32_Word
578 #define Elf_Word Elf64_Word
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
exec_elf.h 552 #define Elf_Word Elf32_Word
578 #define Elf_Word Elf64_Word
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
exec_elf.h 552 #define Elf_Word Elf32_Word
578 #define Elf_Word Elf64_Word
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
exec_elf.h 552 #define Elf_Word Elf32_Word
578 #define Elf_Word Elf64_Word
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
exec_elf.h 552 #define Elf_Word Elf32_Word
578 #define Elf_Word Elf64_Word
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
exec_elf.h 552 #define Elf_Word Elf32_Word
578 #define Elf_Word Elf64_Word
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
exec_elf.h 552 #define Elf_Word Elf32_Word
578 #define Elf_Word Elf64_Word

Completed in 1286 milliseconds

1 2 3 4