Searched refs:nextsect (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/libkern/libkern/ |
| H A D | kernel_mach_header.h | 121 kernel_section_t *nextsect(kernel_segment_command_t *sgp, kernel_section_t *sp);
|
| /xnu-11215/libkern/c++/ |
| H A D | OSRuntime.cpp | 184 section = nextsect(segment, section)) { in OSRuntimeCallStructorsInSection() 362 section = nextsect(segment, section)) { in OSRuntimeSignStructorsInSegment()
|
| H A D | OSKext.cpp | 6887 for (sec = firstsect(seg); sec != NULL; sec = nextsect(seg, sec)) { in lookupSection() 6962 for (sec = firstsect(seg); sec != NULL; sec = nextsect(seg, sec)) { in slidePrelinkedExecutable() 7743 sec = nextsect(dataSeg, sec); 12088 for (secp = firstsect(segp); secp != NULL; secp = nextsect(segp, secp)) { 12117 for (secp = firstsect(segp); secp != NULL; secp = nextsect(segp, secp)) {
|
| /xnu-11215/libkern/ |
| H A D | kernel_mach_header.c | 397 nextsect(kernel_segment_command_t *sgp, kernel_section_t *sp) in nextsect() function
|
| /xnu-11215/bsd/dev/dtrace/ |
| H A D | fbt.c | 460 for (sect = firstsect(seg); sect != NULL; sect = nextsect(seg, sect)) { in fbt_provide_module_kernel_syms()
|
| /xnu-11215/osfmk/i386/ |
| H A D | i386_vm_init.c | 345 while ((cursectTEXT = nextsect(segTEXT, cursectTEXT)) != NULL) { in i386_vm_init()
|
| /xnu-11215/osfmk/x86_64/ |
| H A D | pmap.c | 1312 for (sec = firstsect(seg); sec != NULL; sec = nextsect(seg, sec)) { in pmap_lowmem_finalize()
|