Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp989 MemoryRegionInfo link_map_section; in AddLinkMapSections() local
990 Status err = process.GetMemoryRegionInfo(load_addr, link_map_section); in AddLinkMapSections()
994 ranges.push_back(link_map_section); in AddLinkMapSections()