Searched defs:NType (Results 1 – 2 of 2) sorted by relevance
314 struct NType { struct315 NType(IO &) : Type(RelocType(0)) {} in NType() function316 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() function317 uint16_t denormalize(IO &) { return Type; } in denormalize()318 RelocType Type;
288 uint8_t NType; in darwinPrintSymbol() local465 uint8_t NType; member501 static const char *getDarwinStabString(uint8_t NType) { in getDarwinStabString()514 uint8_t NType; in darwinPrintStab() local749 uint8_t NType = getNType(Obj, Symb); in getSymbolNMTypeChar() local