Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp45 bool initRelocations(uint64_t &CurrentOffset);
81 bool XCOFFWriter::initRelocations(uint64_t &CurrentOffset) { in initRelocations() function in __anonac495c6d0111::XCOFFWriter
138 return initRelocations(CurrentOffset); in initSectionHeader()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1628 static Error initRelocations(RelocationSection *Relocs, in initRelocations() function
1868 if (Error Err = initRelocations(RelSec, Obj.SymbolTable, *Rels)) in readSections()
1876 if (Error Err = initRelocations(RelSec, Obj.SymbolTable, *Relas)) in readSections()