Searched refs:symtab_result (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A Dmacho_util.c62 macho_seek_result symtab_result = macho_seek_result_not_found; local
80 symtab_result = macho_find_symtab(file_start, file_end, &symtab);
81 if (symtab_result != macho_seek_result_found) {
H A DOSKext.c7437 macho_seek_result symtab_result = macho_seek_result_not_found; local
7479 symtab_result = macho_find_symtab(mach_header, file_end, &symtab);
7480 if (symtab_result != macho_seek_result_found) {
7621 macho_seek_result symtab_result = macho_seek_result_not_found; local
7659 symtab_result = macho_find_symtab(mach_header, file_end, &symtab);
7660 if (symtab_result != macho_seek_result_found) {

Completed in 122 milliseconds