Searched refs:sectPRELINKB (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dppc_vm_init.c106 vm_offset_t sectPRELINKB; variable
226 sectPRELINKB = (vm_offset_t)(uint32_t *)getsegdatafromheader(
239 (round_page(sectPRELINKB+sectSizePRELINK) - trunc_page(sectPRELINKB)) +
258 for (addr = trunc_page(sectPRELINKB);
259 addr < round_page(sectPRELINKB+sectSizePRELINK);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Di386_vm_init.c121 void *sectPRELINKB; int sectSizePRELINK; variable
187 sectPRELINKB = (void *) getsegdatafromheader(
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_vm.c62 extern vm_offset_t sectTEXTB, sectDATAB, sectLINKB, sectPRELINKB;
439 vmoffset = sectPRELINKB;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_vm.c66 extern vm_offset_t sectTEXTB, sectDATAB, sectLINKB, sectPRELINKB;
465 vmoffset = sectPRELINKB;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dkmod.c701 extern vm_offset_t sectPRELINKB;
722 isPrelink = ((info->address >= sectPRELINKB) && (info->address < (sectPRELINKB + sectSizePRELINK)));
898 if( (k->address >= sectPRELINKB) && (k->address < (sectPRELINKB + sectSizePRELINK)))

Completed in 30 milliseconds