Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp312 bool BaseSegmentAddressSet = false; in getSectionsAndSymbols() local
324 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols()
325 BaseSegmentAddressSet = true; in getSectionsAndSymbols()
331 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols()
332 BaseSegmentAddressSet = true; in getSectionsAndSymbols()