Searched refs:Elf_Addr (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | ELFTypes.h | 153 Elf_Addr sh_addr; // Address where section is to be loaded 168 Elf_Addr sh_addr; // Address where section is to be loaded 196 Elf_Addr st_value; // Value or address associated with the symbol 210 Elf_Addr st_value; // Value or address associated with the symbol 357 Elf_Addr d_ptr; 367 Elf_Addr d_ptr; 486 Elf_Addr e_entry; // Address to jump to in order to start program 511 Elf_Addr p_vaddr; // Virtual Address of beginning of segment 525 Elf_Addr p_vaddr; // Virtual Address of beginning of segment 749 Elf_Addr ri_gp_value; // gp register value [all …]
|
| /llvm-project-15.0.7/libunwind/src/ |
| H A D | AddressSpace.hpp | 372 #if !defined(Elf_Addr) 373 typedef ElfW(Addr) Elf_Addr; typedef 376 static Elf_Addr calculateImageBase(struct dl_phdr_info *pinfo) { in calculateImageBase() 377 Elf_Addr image_base = pinfo->dlpi_addr; in calculateImageBase() 388 image_base = reinterpret_cast<Elf_Addr>(pinfo->dlpi_phdr) - in calculateImageBase() 471 Elf_Addr image_base = calculateImageBase(pinfo); in findUnwindSectionsByPhdr()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_freebsd.h | 115 Elf_Addr dlpi_addr;
|
| /llvm-project-15.0.7/llvm/lib/InterfaceStub/ |
| H A D | ELFObjHandler.cpp | 175 using Elf_Addr = typename ELFT::Addr; typedef in llvm::ifs::__anon85c935ce0111::ELFStubBuilder 183 DynSym.Align = sizeof(Elf_Addr); in ELFStubBuilder() 187 DynTab.Align = sizeof(Elf_Addr); in ELFStubBuilder() 257 alignTo(LastSection->Offset + LastSection->Size, sizeof(Elf_Addr)); in ELFStubBuilder()
|
| /llvm-project-15.0.7/compiler-rt/lib/cfi/ |
| H A 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()
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.h | 323 using Elf_Addr = typename ELFT::Addr; 950 using Elf_Addr = typename ELFT::Addr;
|
| H A D | ELFObject.cpp | 1435 PrHdr.Align = sizeof(Elf_Addr); in readProgramHeaders() 2431 Offset = alignTo(Offset, sizeof(Elf_Addr)); in assignOffsets()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 5764 sizeof(Elf_Addr)); in printNotes() 6100 if (!Data.isValidOffsetForDataOfSize(Offset, sizeof(Elf_Addr) + 1)) { in printStackSize() 6125 DataExtractor Data(Contents, Obj.isLE(), sizeof(Elf_Addr)); in printNonRelocatableStackSizes() 6130 if (!Data.isValidOffsetForDataOfSize(Offset, sizeof(Elf_Addr) + 1)) { in printNonRelocatableStackSizes() 6212 DataExtractor Data(Contents, Obj.isLE(), sizeof(Elf_Addr)); in printRelocatableStackSizes() 6261 auto PrintEntry = [&](const Elf_Addr *E, StringRef Purpose) { in printMipsGOT() 6342 auto PrintEntry = [&](const Elf_Addr *E, StringRef Purpose) { in printMipsPLT() 7251 sizeof(Elf_Addr)); in printNotes() 7341 auto PrintEntry = [&](const Elf_Addr *E) { in printMipsGOT() 7403 auto PrintEntry = [&](const Elf_Addr *E) { in printMipsPLT()
|