Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/ !
H A Darm_vm_init.c412 kernel_section_t *sectDCONST; in arm_vm_init() local
525 sectDCONST = getsectbynamefromheader(&_mh_execute_header, "__DATA", "__const"); in arm_vm_init()
526 sectCONSTB = sectDCONST->addr; in arm_vm_init()
527 sectSizeCONST = sectDCONST->size; in arm_vm_init()
543 kernel_section_t *next_sect = nextsect(segDATA, sectDCONST); in arm_vm_init()