Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp306 bool BaseSegmentAddressSet = false; in getSectionsAndSymbols() local
318 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols()
319 BaseSegmentAddressSet = true; in getSectionsAndSymbols()
325 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols()
326 BaseSegmentAddressSet = true; in getSectionsAndSymbols()