Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp295 bool BaseSegmentAddressSet = false; in getSectionsAndSymbols() local
307 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols()
308 BaseSegmentAddressSet = true; in getSectionsAndSymbols()
314 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols()
315 BaseSegmentAddressSet = true; in getSectionsAndSymbols()