Searched refs:Elf_Addr (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/Object/ |
D | ELFTypes.h | 110 value_type, TargetEndianness, 2> Elf_Addr; 121 value_type, TargetEndianness, 2> Elf_Addr; 128 typedef typename ELFDataTypeTypedefHelper<ELFType<E, W>>::Elf_Addr Elf_Addr; \ 151 Elf_Addr sh_addr; // Address where section is to be loaded 166 Elf_Addr sh_addr; // Address where section is to be loaded 194 Elf_Addr st_value; // Value or address associated with the symbol 208 Elf_Addr st_value; // Value or address associated with the symbol 346 Elf_Addr d_ptr; 356 Elf_Addr d_ptr; 378 Elf_Addr r_offset; // Location (file byte offset, or program virtual addr) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | ELFTypes.h | 105 using Elf_Addr = typename ELFT::Addr; \ 126 Elf_Addr sh_addr; // Address where section is to be loaded 141 Elf_Addr sh_addr; // Address where section is to be loaded 169 Elf_Addr st_value; // Value or address associated with the symbol 183 Elf_Addr st_value; // Value or address associated with the symbol 327 Elf_Addr d_ptr; 337 Elf_Addr d_ptr; 359 Elf_Addr r_offset; // Location (file byte offset, or program virtual addr) 402 Elf_Addr r_offset; // Location (file byte offset, or program virtual addr) 458 Elf_Addr e_entry; // Address to jump to in order to start program [all …]
|
/external/u-boot/tools/ |
D | prelink-riscv.inc | 23 #define Elf_Addr CONCAT3(Elf, PRELINK_INC_BITS, _Addr) 27 static void* get_offset_nn (void* data, Elf_Phdr* phdrs, size_t phnum, Elf_Addr addr) 105 #undef Elf_Addr
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | ELFObjectFile.cpp | 57 <uint32_t, target_endianness, support::aligned> Elf_Addr; typedef 67 <uint64_t, target_endianness, support::aligned> Elf_Addr; typedef 76 ELFDataTypeTypedefHelper<target_endianness, is64Bits>::Elf_Addr Elf_Addr; \ 101 Elf_Addr sh_addr; // Address where section is to be loaded 116 Elf_Addr sh_addr; // Address where section is to be loaded 147 Elf_Addr st_value; // Value or address associated with the symbol 161 Elf_Addr st_value; // Value or address associated with the symbol 188 Elf_Addr r_offset; // Location (file byte offset, or program virtual addr) 195 Elf_Addr r_offset; // Location (file byte offset, or program virtual addr) 202 Elf_Addr r_offset; // Location (file byte offset, or program virtual addr) [all …]
|
/external/libunwind_llvm/src/ |
D | AddressSpace.hpp | 497 #if !defined(Elf_Addr) && defined(__ANDROID__) in findUnwindSections() 498 typedef ElfW(Addr) Elf_Addr; in findUnwindSections() 507 Elf_Addr image_base = in findUnwindSections() 509 ? reinterpret_cast<Elf_Addr>(pinfo->dlpi_phdr) - in findUnwindSections()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_freebsd.h | 116 Elf_Addr dlpi_addr;
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 82 using Elf_Addr = typename ELFT::Addr; \ 1993 using Entry = typename ELFO::Elf_Addr; 3827 auto PrintEntry = [&](const Elf_Addr *E, StringRef Purpose) { in printMipsGOT() 3894 auto PrintEntry = [&](const Elf_Addr *E, StringRef Purpose) { in printMipsPLT() 4419 auto PrintEntry = [&](const Elf_Addr *E) { in printMipsGOT() 4483 auto PrintEntry = [&](const Elf_Addr *E) { in printMipsPLT()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/ |
D | Object.h | 628 using Elf_Addr = typename ELFT::Addr;
|
D | Object.cpp | 659 PrHdr.Align = sizeof(Elf_Addr); in readProgramHeaders()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1881 typedef typename ELFO::Elf_Addr GOTEntry;
|