Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp198 XCOFFObjectFile::sectionHeaderTable32() const { in sectionHeaderTable32() function in llvm::object::XCOFFObjectFile
385 return toSection32(Sec) - sectionHeaderTable32() + 1; in getSectionIndex()
584 const XCOFFSectionHeader32 *Sec32 = sectionHeaderTable32(); in getRelocationOffset()
973 const XCOFFSectionHeader32 *TablePtr = sectionHeaderTable32(); in sections32()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h530 const XCOFFSectionHeader32 *sectionHeaderTable32() const;