Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp463 const XCOFFSectionHeader64 *SectionEntPtr = toSection64(Sec); in section_rel_begin() local
465 relocations<XCOFFSectionHeader64, XCOFFRelocation64>(*SectionEntPtr); in section_rel_begin()
473 const XCOFFSectionHeader32 *SectionEntPtr = toSection32(Sec); in section_rel_begin() local
475 relocations<XCOFFSectionHeader32, XCOFFRelocation32>(*SectionEntPtr); in section_rel_begin()
489 const XCOFFSectionHeader64 *SectionEntPtr = toSection64(Sec); in section_rel_end() local
491 relocations<XCOFFSectionHeader64, XCOFFRelocation64>(*SectionEntPtr); in section_rel_end()
499 const XCOFFSectionHeader32 *SectionEntPtr = toSection32(Sec); in section_rel_end() local
501 relocations<XCOFFSectionHeader32, XCOFFRelocation32>(*SectionEntPtr); in section_rel_end()