Searched defs:NType (Results 1 – 2 of 2) sorted by relevance
314 struct NType { struct315 NType(IO &) : Type(RelocType(0)) {} in NType() argument316 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() function317 uint16_t denormalize(IO &) { return Type; } in denormalize()318 RelocType Type;
280 uint8_t NType; in darwinPrintSymbol() local457 uint8_t NType; member493 static const char *getDarwinStabString(uint8_t NType) { in getDarwinStabString()506 uint8_t NType; in darwinPrintStab() local741 uint8_t NType = getNType(Obj, Symb); in getSymbolNMTypeChar() local