Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp299 bool BaseSegmentAddressSet = false; in getSectionsAndSymbols() local
311 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols()
312 BaseSegmentAddressSet = true; in getSectionsAndSymbols()
318 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols()
319 BaseSegmentAddressSet = true; in getSectionsAndSymbols()