Searched refs:fvm_seg (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmach_header.c255 struct segment_command *fvm_seg; variable in typeref:struct:segment_command
309 if (!this && sgp != fvm_seg)
310 this = fvm_seg;
365 if (!this && strncmp(seg_name, fvm_seg->segname,
366 sizeof(fvm_seg->segname)) == 0)
367 this = fvm_seg;
457 fvm_seg = &fvm_data.seg;
458 sgp = fvm_seg;
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach-o/
H A Dmach_header.c275 struct segment_command *fvm_seg; variable in typeref:struct:segment_command
331 if (!this && sgp != fvm_seg)
332 this = fvm_seg;
393 if (!this && strncmp(seg_name, fvm_seg->segname,
394 sizeof(fvm_seg->segname)) == 0)
395 this = fvm_seg;
497 fvm_seg = &fvm_data.seg;
498 sgp = fvm_seg;

Completed in 35 milliseconds