Searched refs:Elf_Addr (Results 1 - 7 of 7) sorted by relevance

/external/qemu/elff/
H A Delff_elf.h141 * Elf_Addr - Actual type for address encoding (Elf32_Addr, or Elf64_Addr).
144 template <typename Elf_Addr, typename Elf_Off>
150 Elf_Addr e_entry;
201 * Elf_Addr - Actual type for address encoding (Elf32_Addr, or Elf64_Addr).
204 template <typename Elf_Addr, typename Elf_Off>
216 Elf_Addr sh_addr;
H A Delf_file.cc326 template <typename Elf_Addr, typename Elf_Off>
327 bool ElfFileImpl<Elf_Addr, Elf_Off>::initialize(const Elf_CommonHdr* elf_hdr,
335 const Elf_FHdr<Elf_Addr, Elf_Off>* header =
336 reinterpret_cast<const Elf_FHdr<Elf_Addr, Elf_Off>*>(elf_hdr);
367 const Elf_SHdr<Elf_Addr, Elf_Off>* str_sec =
368 reinterpret_cast<const Elf_SHdr<Elf_Addr, Elf_Off>*>
396 template <typename Elf_Addr, typename Elf_Off>
397 int ElfFileImpl<Elf_Addr, Elf_Off>::parse_compilation_units(
440 template <typename Elf_Addr, typename Elf_Off>
441 bool ElfFileImpl<Elf_Addr, Elf_Of
[all...]
H A Delf_file.h565 * Elf_Addr - type for an address field in ELF file. Must be:
572 template <typename Elf_Addr, typename Elf_Off>
/external/valgrind/main/VEX/switchback/
H A Dlinker.c179 #define Elf_Addr Elf64_Addr
194 #define Elf_Addr Elf32_Addr
531 Elf_Addr offset = rtab[j].r_offset;
532 Elf_Addr info = rtab[j].r_info;
534 Elf_Addr P = ((Elf_Addr)targ) + offset;
536 Elf_Addr A = *pP;
537 Elf_Addr S;
538 Elf_Addr value;
552 S = (Elf_Addr)
[all...]
/external/valgrind/main/VEX/unused/
H A Dlinker.c115 #define Elf_Addr Elf64_Addr macro
130 #define Elf_Addr Elf32_Addr macro
437 Elf_Addr offset = rtab[j].r_offset;
438 Elf_Addr info = rtab[j].r_info;
440 Elf_Addr P = ((Elf_Addr)targ) + offset;
442 Elf_Addr A = *pP;
443 Elf_Addr S;
444 Elf_Addr value;
458 S = (Elf_Addr)
[all...]
/external/kernel-headers/original/asm-mips/
H A Dmodule.h40 #define Elf_Addr Elf32_Addr macro
55 #define Elf_Addr Elf64_Addr macro
/external/llvm/include/llvm/Object/
H A DELF.h62 // Templates to choose Elf_Addr and Elf_Off depending on is64Bits.
93 MaximumAlignment<value_type, MaxAlign>::value> Elf_Addr; typedef in struct:llvm::object::ELFDataTypeTypedefHelper
107 MaximumAlignment<value_type, MaxAlign>::value> Elf_Addr; typedef in struct:llvm::object::ELFDataTypeTypedefHelper
115 typedef typename ELFDataTypeTypedefHelper <ELFT>::Elf_Addr Elf_Addr; \
138 Elf_Addr sh_addr; // Address where section is to be loaded
155 Elf_Addr sh_addr; // Address where section is to be loaded
186 Elf_Addr st_value; // Value or address associated with the symbol
202 Elf_Addr st_value; // Value or address associated with the symbol
298 Elf_Addr d_pt
[all...]

Completed in 210 milliseconds