Searched defs:NType (Results 1 – 5 of 5) sorted by relevance
316 struct NType { struct317 NType(IO &) : Type(RelocType(0)) {} in NType() argument318 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() argument319 uint16_t denormalize(IO &) { return Type; } in denormalize()320 RelocType Type;
379 struct NType { struct380 NType(IO &) : Type(RelocType(0)) {} in NType() function381 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() argument383 uint16_t denormalize(IO &) { return Type; } in denormalize()385 RelocType Type;
300 uint8_t NType = 0; in darwinPrintSymbol() local521 uint8_t NType; member558 static const char *getDarwinStabString(uint8_t NType) { in getDarwinStabString()571 uint8_t NType; in darwinPrintStab() local844 uint8_t NType = Obj.is64Bit() ? Obj.getSymbol64TableEntry(Symb).n_type in getSymbolNMTypeChar() local
167 uint8_t NType; member189 static const char *getDarwinStabString(uint8_t NType) { in getDarwinStabString()
1687 uint8_t NType = 0; in checkSymbolTable() local