Searched defs:NType (Results 1 – 2 of 2) sorted by relevance
281 struct NType { struct282 NType(IO &) : Type(RelocType(0)) {} in NType() argument283 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() function284 uint16_t denormalize(IO &) { return Type; } in denormalize()285 RelocType Type;
270 uint8_t NType; in darwinPrintSymbol() local613 uint8_t NType = getNType(Obj, Symb); in getSymbolNMTypeChar() local