Home
last modified time | relevance | path

Searched refs:Elf_Addr (Results 1 – 15 of 15) sorted by relevance

/external/llvm/include/llvm/Object/
DELFTypes.h110 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/
DELFTypes.h104 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/
DELFTypes.h104 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/
DAddressSpace.hpp365 #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/
Dsanitizer_freebsd.h116 Elf_Addr dlpi_addr;
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_freebsd.h115 Elf_Addr dlpi_addr;
/external/llvm-project/llvm/lib/InterfaceStub/
DELFObjHandler.cpp176 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/
Dcfi.cpp28 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/
Dmod.rs39 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/
Dmod.rs39 type Elf_Addr = Elf64_Addr;
43 type Elf_Addr = Elf32_Addr;
338 pub dlpi_addr: Elf_Addr,
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp85 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/
DObject.h320 using Elf_Addr = typename ELFT::Addr;
939 using Elf_Addr = typename ELFT::Addr;
DObject.cpp1460 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/
Dmod.rs36 type Elf_Addr = Elf64_Addr;
40 type Elf_Addr = Elf32_Addr;
409 pub dlpi_addr: Elf_Addr,
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1881 typedef typename ELFO::Elf_Addr GOTEntry;