Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_machoread.c508 if (cmd == LC_SEGMENT) { in dwarf_macho_load_segment_commands()
755 if (mcp->cmd == LC_SEGMENT || mcp->cmd == LC_SEGMENT_64) { in dwarf_load_macho_commands()
H A Ddwarf_macho_loader.h268 #define LC_SEGMENT 0x1 /* segment of this file to be mapped */ macro