Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp4222 unsigned SecNum = getPlainRelocationSymbolNum(RE); in getAnyRelocationSection() local
4223 if (SecNum == MachO::R_ABS || SecNum > Sections.size()) in getAnyRelocationSection()
4226 DRI.d.a = SecNum - 1; in getAnyRelocationSection()