Home
last modified time | relevance | path

Searched refs:ObjSectionToID (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h35 ObjSectionToIDMap &ObjSectionToID, in processRelocationRef() argument
47 ObjSectionToID); in processRelocationRef()
49 return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef()
69 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
147 ObjSectionToIDMap &ObjSectionToID) { in processSECTDIFFRelocation() argument
175 findOrEmitSection(Obj, SectionA, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
188 findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
H A DRuntimeDyldMachOX86_64.h35 ObjSectionToIDMap &ObjSectionToID, in processRelocationRef() argument
44 return processSubtractRelocation(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef()
52 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
159 ObjSectionToIDMap &ObjSectionToID) { in processSubtractRelocation() argument
191 findOrEmitSection(Obj, SecB, IsCode, ObjSectionToID); in processSubtractRelocation()
217 findOrEmitSection(Obj, SecA, IsCode, ObjSectionToID); in processSubtractRelocation()
H A DRuntimeDyldMachOARM.h102 ObjSectionToIDMap &ObjSectionToID, in processRelocationRef() argument
135 ObjSectionToID); in processRelocationRef()
137 return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID, in processRelocationRef()
167 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
346 ObjSectionToIDMap &ObjSectionToID) { in processHALFSECTDIFFRelocation() argument
386 findOrEmitSection(MachO, SectionA, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
399 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOAArch64.h275 ObjSectionToIDMap &ObjSectionToID, in processRelocationRef() argument
303 return processSubtractRelocation(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef()
327 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
482 ObjSectionToIDMap &ObjSectionToID) { in processSubtractRelocation() argument
H A DRuntimeDyldCOFFI386.h40 ObjSectionToIDMap &ObjSectionToID, in processRelocationRef() argument
70 Obj, *Section, Section->isText(), ObjSectionToID)) in processRelocationRef()
H A DRuntimeDyldCOFFX86_64.h200 ObjSectionToIDMap &ObjSectionToID, in processRelocationRef()
237 findOrEmitSection(Obj, *SecI, SecI->isText(), ObjSectionToID)) in processRelocationRef()
193 processRelocationRef(unsigned SectionID,object::relocation_iterator RelI,const object::ObjectFile & Obj,ObjSectionToIDMap & ObjSectionToID,StubMap & Stubs) processRelocationRef() argument
H A DRuntimeDyldCOFFThumb.h85 ObjSectionToIDMap &ObjSectionToID, in processRelocationRef()
139 findOrEmitSection(Obj, *Section, Section->isText(), ObjSectionToID)) in processRelocationRef()
63 processRelocationRef(unsigned SectionID,object::relocation_iterator RelI,const object::ObjectFile & Obj,ObjSectionToIDMap & ObjSectionToID,StubMap & Stubs) processRelocationRef() argument
H A DRuntimeDyldCOFFAArch64.h145 ObjSectionToIDMap &ObjSectionToID, in processRelocationRef() argument
184 Obj, *Section, Section->isText(), ObjSectionToID)) in processRelocationRef()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h85 RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID,
101 ObjSectionToIDMap &ObjSectionToID);
H A DRuntimeDyldMachO.cpp57 RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID, in processScatteredVANILLA() argument
81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA()
99 const RelocationEntry &RE, ObjSectionToIDMap &ObjSectionToID) { in getRelocationValueRef() argument
129 ObjSectionToID)) in getRelocationValueRef()
H A DRuntimeDyldELF.h226 ObjSectionToIDMap &ObjSectionToID,
H A DRuntimeDyldELF.cpp1227 ObjSectionToIDMap &ObjSectionToID, StubMap &Stubs) { in processRelocationRef() argument
1288 ObjSectionToID)) in processRelocationRef()
1578 if (auto Err = findOPDEntrySection(Obj, ObjSectionToID, Value)) in processRelocationRef()
1691 if (auto Err = findPPC64TOCSection(Obj, ObjSectionToID, TOCValue)) in processRelocationRef()
1704 if (auto Err = findPPC64TOCSection(Obj, ObjSectionToID, Value)) in processRelocationRef()
1707 if (auto Err = findPPC64TOCSection(Obj, ObjSectionToID, Value)) in processRelocationRef()
H A DRuntimeDyldImpl.h415 const ObjectFile &Obj, ObjSectionToIDMap &ObjSectionToID,