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

/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A Dmacho_util.c112 struct nlist * seekptr; local
126 seekptr = &syms_address[sym_index];
127 string_index = CondSwapInt32(swap, seekptr->n_un.n_strx);
128 n_type = seekptr->n_type;
129 n_sect = seekptr->n_sect;
130 n_value = (uint64_t)CondSwapInt32(swap, seekptr->n_value);
H A DOSKext.c7503 struct nlist * seekptr; local
7513 seekptr = &((struct nlist *)syms_address)[sym_index];
7514 string_index = CondSwapInt32(swap, seekptr->n_un.n_strx);
7515 n_type = seekptr->n_type;
7683 struct nlist * seekptr; local
7693 seekptr = &((struct nlist *)syms_address)[sym_index];
7694 string_index = CondSwapInt32(swap, seekptr->n_un.n_strx);
7695 n_type = seekptr->n_type;

Completed in 132 milliseconds