• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/libsa/

Lines Matching defs:n_type

921         unsigned char n_type = sym->n_type;
924 if ((n_type ^ N_EXT) & (N_STAB | N_EXT))
1030 unsigned char n_type;
1037 if ( (sym->n_type & N_TYPE) == N_SECT) {
1039 sym->n_type = (sym->n_type & ~N_TYPE) | N_ABS;
1051 if ( (patchsym->n_type & N_TYPE) == N_INDR)
1060 patchsym->n_type = realsym->n_type;
1063 if ((patchsym->n_type & N_TYPE) == N_SECT)
1064 patchsym->n_type = (patchsym->n_type & ~N_TYPE) | N_ABS;
1069 patchsym->n_type = N_ABS;
1075 if (!havelocal && (patchsym->n_type & N_EXT)) {
1086 n_type = sym->n_type & (N_TYPE | N_EXT);
1089 if ( !firstlocal && (n_type & N_EXT) ) {
1100 && (n_type == (N_SECT | N_EXT) || n_type == (N_ABS | N_EXT))
1139 else if (sym->n_type == (N_EXT | N_UNDF)) {
1186 if (sym->n_value == (unsigned long) entry && !(sym->n_type & N_STAB) )
1194 if ( (sym->n_type & N_EXT) )
1196 if ( sym->n_value == (unsigned long) entry && !(sym->n_type & N_STAB) )
1341 if ((symbol[r_symbolnum].n_type & N_TYPE) == N_INDR)
1345 return_if(symbol->n_type != (N_EXT | N_UNDF), false,
1595 unsigned char n_type = sym->n_type & (N_TYPE | N_EXT);
1599 if (((N_SECT | N_EXT) != n_type && (N_ABS | N_EXT) != n_type)
1711 if ((symb->n_type & N_TYPE) == N_ABS && !file->fIsReloc) {
1939 msym->n_type = (N_EXT | N_UNDF);
1989 if ((classsym->n_type & N_TYPE) != N_UNDF)
2348 if (repairSym && repairSym->n_type == (N_EXT | N_UNDF)
2414 if (sym->n_un.n_strx < 0 && sym->n_type == (N_EXT | N_UNDF)
2420 sym->n_type = N_ABS;
2690 if ( (sym->n_type & N_EXT) ) {
2694 if ( (sym->n_type & N_STAB) )
2824 ind1 = sym1->n_type & N_TYPE;
2825 ind2 = sym2->n_type & N_TYPE;