Searched refs:initRelocations (Results 1 – 2 of 2) sorted by relevance
49 bool initRelocations(uint64_t &CurrentOffset);108 bool XCOFFWriter::initRelocations(uint64_t &CurrentOffset) { in initRelocations() function in __anonb16345390111::XCOFFWriter230 return initRelocations(CurrentOffset); in initSectionHeaders()
1655 static Error initRelocations(RelocationSection *Relocs, T RelRange) { in initRelocations() function1890 if (Error Err = initRelocations(RelSec, RelsOrRelas->first)) in readSections()1892 if (Error Err = initRelocations(RelSec, RelsOrRelas->second)) in readSections()1900 if (Error Err = initRelocations(RelSec, *Rels)) in readSections()1908 if (Error Err = initRelocations(RelSec, *Relas)) in readSections()