| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.h | 28 void resolveRelocation(const SectionEntry &Section, uint64_t Offset, 32 void resolveX86_64Relocation(const SectionEntry &Section, uint64_t Offset, 36 void resolveX86Relocation(const SectionEntry &Section, uint64_t Offset, 39 void resolveAArch64Relocation(const SectionEntry &Section, uint64_t Offset, 48 void resolveARMRelocation(const SectionEntry &Section, uint64_t Offset, 51 void resolvePPC32Relocation(const SectionEntry &Section, uint64_t Offset, 54 void resolvePPC64Relocation(const SectionEntry &Section, uint64_t Offset, 57 void resolveSystemZRelocation(const SectionEntry &Section, uint64_t Offset, 60 void resolveBPFRelocation(const SectionEntry &Section, uint64_t Offset, 102 SectionEntry [all...] |
| H A D | RuntimeDyldMachO.cpp | 64 SectionEntry &Section = Sections[SectionID]; in processScatteredVANILLA() 150 const SectionEntry &Section = Sections[RE.SectionID]; in dumpRelocationToResolve() 310 static int64_t computeDelta(SectionEntry *A, SectionEntry *B) { in computeDelta() 325 SectionEntry *Text = &Sections[SectionInfo.TextSID]; in registerEHFrames() 326 SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID]; in registerEHFrames() 327 SectionEntry *ExceptTab = nullptr; in registerEHFrames()
|
| H A D | RuntimeDyldELF.cpp | 259 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation() 377 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation() 405 void RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &Section, in resolveAArch64Relocation() 591 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section, in resolveARMRelocation() 815 void RuntimeDyldELF::resolvePPC32Relocation(const SectionEntry &Section, in resolvePPC32Relocation() 835 void RuntimeDyldELF::resolvePPC64Relocation(const SectionEntry &Section, in resolvePPC64Relocation() 929 void RuntimeDyldELF::resolveSystemZRelocation(const SectionEntry &Section, in resolveSystemZRelocation() 983 void RuntimeDyldELF::resolveBPFRelocation(const SectionEntry &Section, in resolveBPFRelocation() 1036 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 1041 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() [all …]
|
| H A D | RuntimeDyldImpl.h | 45 class SectionEntry { 74 SectionEntry(StringRef name, uint8_t *address, size_t size, in SectionEntry() function 253 typedef std::deque<SectionEntry> SectionList;
|
| H A D | RuntimeDyldMachO.h | 132 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
|
| H A D | RuntimeDyld.cpp | 81 static void dumpSectionMemory(const SectionEntry &S, StringRef State) { in dumpSectionMemory() 126 for (SectionEntry &S : Sections) in resolveRelocations() 140 for (SectionEntry &S : Sections) in resolveRelocations() 760 SectionEntry("<common symbols>", Addr, CommonSize, CommonSize, 0)); in emitCommonSymbols() 913 SectionEntry(Name, Addr, DataSize, Allocate, (uintptr_t)pData)); in emitSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldELFMips.h | 30 void resolveMIPSO32Relocation(const SectionEntry &Section, uint64_t Offset, 32 void resolveMIPSN32Relocation(const SectionEntry &Section, uint64_t Offset, 35 void resolveMIPSN64Relocation(const SectionEntry &Section, uint64_t Offset, 51 int64_t evaluateMIPS32Relocation(const SectionEntry &Section, uint64_t Offset, 53 int64_t evaluateMIPS64Relocation(const SectionEntry &Section,
|
| H A D | RuntimeDyldELFMips.cpp | 16 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 33 const SectionEntry &Section = Sections[RE.SectionID]; in evaluateRelocation() 44 const SectionEntry &Section = Sections[RE.SectionID]; in applyRelocation() 53 RuntimeDyldELFMips::evaluateMIPS32Relocation(const SectionEntry &Section, in evaluateMIPS32Relocation() 109 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in evaluateMIPS64Relocation() 266 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in resolveMIPSN32Relocation() 275 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in resolveMIPSN64Relocation() 303 void RuntimeDyldELFMips::resolveMIPSO32Relocation(const SectionEntry &Section, in resolveMIPSO32Relocation()
|
| H A D | RuntimeDyldCOFFX86_64.h | 38 for (const SectionEntry &Section : Sections) in getImageBase() 68 // RE.Offset. RE.SectionID can be used to find the SectionEntry. Each 69 // SectionEntry has three members describing its location. 70 // SectionEntry::Address is the address at which the section has been loaded 71 // into memory in the current (host) process. SectionEntry::LoadAddress is 73 // SectionEntry::ObjAddress is the address of the bits for this section in the 77 // SectionEntry::LoadAddress, but they will be applied at an address based 78 // on SectionEntry::Address. SectionEntry::ObjAddress will be used to refer 88 const SectionEntry in resolveRelocation() [all...] |
| H A D | RuntimeDyldMachOARM.h | 63 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend() 204 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 309 SectionEntry &Section = Sections[RE.SectionID]; in processBranchRelocation() 359 SectionEntry &Section = Sections[SectionID]; in processHALFSECTDIFFRelocation()
|
| H A D | RuntimeDyldCOFFAArch64.h | 78 for (const SectionEntry &Section : Sections) in getImageBase() 105 SectionEntry &Section = Sections[SectionID]; in generateRelocationStub() 170 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef()
|
| H A D | RuntimeDyldMachOX86_64.h | 87 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 130 SectionEntry &Section = Sections[RE.SectionID]; in processGOTRelocation()
|
| H A D | RuntimeDyldMachOI386.h | 100 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 153 SectionEntry &Section = Sections[SectionID]; in processSECTDIFFRelocation()
|
| H A D | RuntimeDyldMachOAArch64.h | 35 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend() 358 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 447 SectionEntry &Section = Sections[RE.SectionID]; in processGOTRelocation()
|
| H A D | RuntimeDyldCOFFI386.h | 80 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef()
|
| H A D | RuntimeDyldCOFFThumb.h | 106 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | XCOFFObjectWriter.cpp | 107 struct SectionEntry { struct 143 SectionEntry(StringRef N, int32_t Flags) in SectionEntry() function 160 virtual ~SectionEntry() = default; 168 struct CsectSectionEntry : public SectionEntry { 177 : SectionEntry(N, Flags), IsVirtual(IsVirtual), Groups(Groups) { in CsectSectionEntry() 183 SectionEntry::reset(); in reset() 192 struct DwarfSectionEntry : public SectionEntry { 215 : SectionEntry(N, Flags | XCOFF::STYP_DWARF), DwarfSect(std::move(Sect)), in DwarfSectionEntry() 244 struct ExceptionSectionEntry : public SectionEntry { 249 : SectionEntry(N, Flags | XCOFF::STYP_EXCEPT) { in ExceptionSectionEntry() [all …]
|