Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h382 Error checkSection(const SectionBase &Sec);
H A DELFObject.cpp2765 Error IHexWriter::checkSection(const SectionBase &Sec) { in checkSection() function in IHexWriter
2785 if (Error E = checkSection(Sec)) in finalize()