Home
last modified time | relevance | path

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

/xnu-8792.61.2/libkern/kxld/
H A Dkxld_reloc.c200 static u_long get_macho_data_size_for_array(const KXLDArray *relocs);
584 rval += get_macho_data_size_for_array(locrelocs); in kxld_reloc_get_macho_data_size()
585 rval += get_macho_data_size_for_array(extrelocs); in kxld_reloc_get_macho_data_size()
1060 get_macho_data_size_for_array(const KXLDArray *relocs) in get_macho_data_size_for_array() function