Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp4255 unsigned SecNum = getPlainRelocationSymbolNum(RE); in getAnyRelocationSection() local
4256 if (SecNum == MachO::R_ABS || SecNum > Sections.size()) in getAnyRelocationSection()
4259 DRI.d.a = SecNum - 1; in getAnyRelocationSection()