Searched refs:NType (Results 1 – 2 of 2) sorted by relevance
280 uint8_t NType; in darwinPrintSymbol() local290 NType = STE_64.n_type; in darwinPrintSymbol()300 NType = STE.n_type; in darwinPrintSymbol()317 format("%02x", NType).print(Str, sizeof(Str)); in darwinPrintSymbol()330 if ((NType & MachO::N_TYPE) == MachO::N_INDR) in darwinPrintSymbol()335 switch (NType & MachO::N_TYPE) { in darwinPrintSymbol()342 if ((NType & MachO::N_TYPE) == MachO::N_PBUD) in darwinPrintSymbol()380 if (NType & MachO::N_EXT) { in darwinPrintSymbol()383 if (NType & MachO::N_PEXT) { in darwinPrintSymbol()400 if (NType & MachO::N_PEXT) in darwinPrintSymbol()[all …]
314 struct NType { struct315 NType(IO &) : Type(RelocType(0)) {} in NType() argument316 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() function347 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping()351 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping()