Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp526 const XCOFFSectionHeader64 *SectionEntPtr = toSection64(Sec); in section_rel_begin() local
528 relocations<XCOFFSectionHeader64, XCOFFRelocation64>(*SectionEntPtr); in section_rel_begin()
536 const XCOFFSectionHeader32 *SectionEntPtr = toSection32(Sec); in section_rel_begin() local
538 relocations<XCOFFSectionHeader32, XCOFFRelocation32>(*SectionEntPtr); in section_rel_begin()
552 const XCOFFSectionHeader64 *SectionEntPtr = toSection64(Sec); in section_rel_end() local
554 relocations<XCOFFSectionHeader64, XCOFFRelocation64>(*SectionEntPtr); in section_rel_end()
562 const XCOFFSectionHeader32 *SectionEntPtr = toSection32(Sec); in section_rel_end() local
564 relocations<XCOFFSectionHeader32, XCOFFRelocation32>(*SectionEntPtr); in section_rel_end()