Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp319 int16_t SecNum = XCOFFSym.getSectionNumber(); in getSymbolType() local
320 if (SecNum <= 0) in getSymbolType()
H A DMachOObjectFile.cpp4612 unsigned SecNum = getPlainRelocationSymbolNum(RE); in getAnyRelocationSection() local
4613 if (SecNum == MachO::R_ABS || SecNum > Sections.size()) in getAnyRelocationSection()
4616 DRI.d.a = SecNum - 1; in getAnyRelocationSection()