Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp325 bool BaseSegmentAddressSet = false; in getSectionsAndSymbols() local
337 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols()
338 BaseSegmentAddressSet = true; in getSectionsAndSymbols()
344 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols()
345 BaseSegmentAddressSet = true; in getSectionsAndSymbols()