Searched refs:nlist_type (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/IOKitUser-1050.1.21/kext.subproj/
H A Dmacho_util.h105 * @param nlist_type The address of a uint8_t that will be filled with the type
118 uint8_t * nlist_type,
H A Dmacho_util.c58 uint8_t * nlist_type,
150 if (nlist_type) {
151 *nlist_type = n_type;
54 macho_find_symbol( const void * file_start, const void * file_end, const char * name, uint8_t * nlist_type, const void ** symbol_address) argument
H A DOSKext.c11527 uint8_t nlist_type; local
11568 mach_header, file_end, __kOSKextKmodInfoSymbol, &nlist_type,
11572 ((nlist_type & N_TYPE) != N_SECT) ||
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkextfind_report.c505 uint8_t nlist_type; local
529 farch, farch_end, cSymbol, &nlist_type, NULL);
534 if ((N_TYPE & nlist_type) == N_UNDF) {
H A Dkextfind_query.c1426 uint8_t nlist_type; local
1454 farch, farch_end, symbol, &nlist_type, NULL);
1459 uint8_t n_type = N_TYPE & nlist_type;

Completed in 134 milliseconds