/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-10.0/llvm/include/llvm/Object/ |
D | ELFTypes.h | 104 using Elf_Addr = typename ELFT::Addr; \ 125 Elf_Addr sh_addr; // Address where section is to be loaded 140 Elf_Addr sh_addr; // Address where section is to be loaded 168 Elf_Addr st_value; // Value or address associated with the symbol 182 Elf_Addr st_value; // Value or address associated with the symbol 330 Elf_Addr d_ptr; 340 Elf_Addr d_ptr; 362 Elf_Addr r_offset; // Location (file byte offset, or program virtual addr) 405 Elf_Addr r_offset; // Location (file byte offset, or program virtual addr) 461 Elf_Addr e_entry; // Address to jump to in order to start program [all …]
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | ELFTypes.h | 104 using Elf_Addr = typename ELFT::Addr; \ 125 Elf_Addr sh_addr; // Address where section is to be loaded 140 Elf_Addr sh_addr; // Address where section is to be loaded 168 Elf_Addr st_value; // Value or address associated with the symbol 182 Elf_Addr st_value; // Value or address associated with the symbol 330 Elf_Addr d_ptr; 340 Elf_Addr d_ptr; 360 Elf_Addr r_offset; // Location (file byte offset, or program virtual addr) 403 Elf_Addr r_offset; // Location (file byte offset, or program virtual addr) 459 Elf_Addr e_entry; // Address to jump to in order to start program [all …]
|
/external/llvm-project/libunwind/src/ |
D | AddressSpace.hpp | 365 #if !defined(Elf_Addr) 366 typedef ElfW(Addr) Elf_Addr; typedef 369 static Elf_Addr calculateImageBase(struct dl_phdr_info *pinfo) { in calculateImageBase() 370 Elf_Addr image_base = pinfo->dlpi_addr; in calculateImageBase() 381 image_base = reinterpret_cast<Elf_Addr>(pinfo->dlpi_phdr) - in calculateImageBase() 464 Elf_Addr image_base = calculateImageBase(pinfo); in findUnwindSectionsByPhdr()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_freebsd.h | 116 Elf_Addr dlpi_addr;
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_freebsd.h | 115 Elf_Addr dlpi_addr;
|
/external/llvm-project/llvm/lib/InterfaceStub/ |
D | ELFObjHandler.cpp | 176 using Elf_Addr = typename ELFT::Addr; typedef in llvm::elfabi::__anon2a7db18e0111::ELFStubBuilder 184 DynSym.Align = sizeof(Elf_Addr); in ELFStubBuilder() 188 DynTab.Align = sizeof(Elf_Addr); in ELFStubBuilder() 256 alignTo(LastSection->Offset + LastSection->Size, sizeof(Elf_Addr)); in ELFStubBuilder()
|
/external/llvm-project/compiler-rt/lib/cfi/ |
D | cfi.cpp | 28 typedef ElfW(Addr) Elf_Addr; typedef 257 for (const Elf_Sym *p = (const Elf_Sym *)symtab; (Elf_Addr)p < strtab; in find_cfi_check_in_dso()
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 39 type Elf_Addr = Elf64_Addr; 43 type Elf_Addr = Elf32_Addr; 381 pub dlpi_addr: Elf_Addr,
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 39 type Elf_Addr = Elf64_Addr; 43 type Elf_Addr = Elf32_Addr; 338 pub dlpi_addr: Elf_Addr,
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 85 using Elf_Addr = typename ELFT::Addr; \ 2932 using Entry = typename ELFO::Elf_Addr; 5637 sizeof(Elf_Addr)); in printNotes() 5940 if (!Data.isValidOffsetForDataOfSize(Offset, sizeof(Elf_Addr) + 1)) { in printStackSize() 5966 DataExtractor Data(Contents, Obj.isLE(), sizeof(Elf_Addr)); in printNonRelocatableStackSizes() 5971 if (!Data.isValidOffsetForDataOfSize(Offset, sizeof(Elf_Addr) + 1)) { in printNonRelocatableStackSizes() 6052 DataExtractor Data(Contents, Obj.isLE(), sizeof(Elf_Addr)); in printRelocatableStackSizes() 6101 auto PrintEntry = [&](const Elf_Addr *E, StringRef Purpose) { in printMipsGOT() 6179 auto PrintEntry = [&](const Elf_Addr *E, StringRef Purpose) { in printMipsPLT() 6891 sizeof(Elf_Addr)); in printNotes() [all …]
|
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
D | Object.h | 320 using Elf_Addr = typename ELFT::Addr; 939 using Elf_Addr = typename ELFT::Addr;
|
D | Object.cpp | 1460 PrHdr.Align = sizeof(Elf_Addr); in readProgramHeaders() 2389 Offset = alignTo(Offset, sizeof(Elf_Addr)); in assignOffsets()
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 36 type Elf_Addr = Elf64_Addr; 40 type Elf_Addr = Elf32_Addr; 409 pub dlpi_addr: Elf_Addr,
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1881 typedef typename ELFO::Elf_Addr GOTEntry;
|