Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObjectFile.cpp649 uint32_t last_reloc; in getSectionRelEnd() local
653 last_reloc = Sect->NumRelocationTableEntries; in getSectionRelEnd()
657 last_reloc = Sect->NumRelocationTableEntries; in getSectionRelEnd()
660 ret.d.a = last_reloc; in getSectionRelEnd()