Searched refs:initRelocations (Results 1 – 2 of 2) sorted by relevance
50 bool initRelocations(uint64_t &CurrentOffset);109 bool XCOFFWriter::initRelocations(uint64_t &CurrentOffset) { in initRelocations() function in __anonb16345390111::XCOFFWriter229 return initRelocations(CurrentOffset); in initSectionHeaders()
1658 static Error initRelocations(RelocationSection *Relocs, T RelRange) { in initRelocations() function1893 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()