Searched refs:seg_c (Results 1 – 1 of 1) sorted by relevance
122 struct segment_command seg_c; in parse_macho() local124 memcpy(&seg_c, seg_buf, sizeof(struct segment_command)); in parse_macho()134 if (seg_c.nsects < 1) { in parse_macho()144 struct segment_command_64 seg_c; in parse_macho() local146 memcpy(&seg_c, seg_buf, sizeof(struct segment_command_64)); in parse_macho()150 if (seg_c.nsects < 1) { in parse_macho()