Home
last modified time | relevance | path

Searched refs:initRelocations (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp50 bool initRelocations(uint64_t &CurrentOffset);
109 bool XCOFFWriter::initRelocations(uint64_t &CurrentOffset) { in initRelocations() function in __anonb16345390111::XCOFFWriter
229 return initRelocations(CurrentOffset); in initSectionHeaders()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1658 static Error initRelocations(RelocationSection *Relocs, T RelRange) { in initRelocations() function
1893 if (Error Err = initRelocations(RelSec, RelsOrRelas->first)) in readSections()
1895 if (Error Err = initRelocations(RelSec, RelsOrRelas->second)) in readSections()
1903 if (Error Err = initRelocations(RelSec, *Rels)) in readSections()
1911 if (Error Err = initRelocations(RelSec, *Relas)) in readSections()