Home
last modified time | relevance | path

Searched refs:replaceSectionReferences (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h431 replaceSectionReferences(const DenseMap<SectionBase *, SectionBase *> &);
716 void replaceSectionReferences(
784 void replaceSectionReferences(
824 void replaceSectionReferences(
H A DObject.cpp63 void SectionBase::replaceSectionReferences( in replaceSectionReferences() function in SectionBase
789 void SymbolTableSection::replaceSectionReferences( in replaceSectionReferences() function in SymbolTableSection
1015 void RelocationSection::replaceSectionReferences( in replaceSectionReferences() function in RelocationSection
1110 void GroupSection::replaceSectionReferences( in replaceSectionReferences() function in GroupSection
H A DELFObjcopy.cpp232 Sec.replaceSectionReferences(FromTo); in replaceDebugSections()