Searched refs:NValue (Results 1 – 3 of 3) sorted by relevance
248 uint64_t NValue = 0; in darwinPrintSymbol() local287 NValue = STE_64.n_value; in darwinPrintSymbol()297 NValue = STE.n_value; in darwinPrintSymbol()304 format(printFormat, NValue).print(Str, sizeof(Str)); in darwinPrintSymbol()328 if (NValue != 0) { in darwinPrintSymbol()438 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in darwinPrintSymbol()
551 inline int NValue() const { return Bit(7); } in NValue() function
363 uint64_t NValue = getNValue(Symb); in getIndirectName() local364 if (NValue >= StringTable.size()) in getIndirectName()366 const char *Start = &StringTable.data()[NValue]; in getIndirectName()