Home
last modified time | relevance | path

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

/xnu-10002.61.3/libkern/kxld/
H A Dkxld_reloc.c201 static u_long get_macho_data_size_for_array(const KXLDArray *relocs);
585 rval += get_macho_data_size_for_array(locrelocs); in kxld_reloc_get_macho_data_size()
586 rval += get_macho_data_size_for_array(extrelocs); in kxld_reloc_get_macho_data_size()
1061 get_macho_data_size_for_array(const KXLDArray *relocs) in get_macho_data_size_for_array() function