Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_machoread.c389 Dwarf_Unsigned segoffset = mmp->offset_this_command; in load_segment_command_content32()
392 if (mmp->offset_this_command > filesize || in load_segment_command_content32()
394 (mmp->cmdsize + mmp->offset_this_command) > filesize ) { in load_segment_command_content32()
398 res = RRMOA(mfp->mo_fd, &sc, (off_t)mmp->offset_this_command, sizeof(sc), in load_segment_command_content32()
440 Dwarf_Unsigned segoffset = mmp->offset_this_command; in load_segment_command_content64()
443 if (mmp->offset_this_command > filesize || in load_segment_command_content64()
445 (mmp->cmdsize + mmp->offset_this_command) > filesize ) { in load_segment_command_content64()
449 res = RRMOA(mfp->mo_fd, &sc, (off_t)mmp->offset_this_command, sizeof(sc), in load_segment_command_content64()
746 mcp->offset_this_command = curoff; in dwarf_load_macho_commands()
H A Ddwarf_machoread.h53 Dwarf_Unsigned offset_this_command; member