Home
last modified time | relevance | path

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

/xnu-10002.81.5/libkern/kxld/
H A Dkxld_util.c401 sects[j].reloff + sects[j].nreloc * sizeof(*relocs), finish, in validate_and_swap_macho_32()
409 swap_relocation_info(relocs, sects[j].nreloc, in validate_and_swap_macho_32()
581 sects[j].reloff + sects[j].nreloc * sizeof(*relocs), finish, in validate_and_swap_macho_64()
589 swap_relocation_info(relocs, sects[j].nreloc, in validate_and_swap_macho_64()
H A Dkxld_sect.c89 relocs, src->nreloc); in kxld_sect_init_from_macho_32()
139 relocs, src->nreloc); in kxld_sect_init_from_macho_64()
523 secthdr->nreloc = 0; in sect_export_macho_header_32()
579 secthdr->nreloc = 0; in sect_export_macho_header_64()
/xnu-10002.81.5/EXTERNAL_HEADERS/mach-o/
H A Dloader.h443 uint32_t nreloc; /* number of relocation entries */ member
457 uint32_t nreloc; /* number of relocation entries */ member