Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObjectFile.cpp2053 unsigned SecNum = getPlainRelocationSymbolNum(RE); in getAnyRelocationSection() local
2054 if (SecNum == MachO::R_ABS || SecNum > Sections.size()) in getAnyRelocationSection()
2057 DRI.d.a = SecNum - 1; in getAnyRelocationSection()