Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4261 unsigned SecNum = getPlainRelocationSymbolNum(RE); in getAnyRelocationSection() local
4262 if (SecNum == MachO::R_ABS || SecNum > Sections.size()) in getAnyRelocationSection()
4265 DRI.d.a = SecNum - 1; in getAnyRelocationSection()