Searched refs:NValue (Results 1 – 3 of 3) sorted by relevance
304 uint64_t NValue = 0; in darwinPrintSymbol() local339 NValue = STE_64.n_value; in darwinPrintSymbol()349 NValue = STE.n_value; in darwinPrintSymbol()356 format(printFormat, NValue).print(Str, sizeof(Str)); in darwinPrintSymbol()380 if (NValue != 0) { in darwinPrintSymbol()497 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in darwinPrintSymbol()
551 inline int NValue() const { return Bit(7); } in NValue() function
483 uint64_t NValue = getNValue(Symb); in getIndirectName() local484 if (NValue >= StringTable.size()) in getIndirectName()486 const char *Start = &StringTable.data()[NValue]; in getIndirectName()