Home
last modified time | relevance | path

Searched refs:NValue (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp304 uint64_t NValue = 0; in darwinPrintSymbol() local
339 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()
/external/v8/src/arm/
Dconstants-arm.h551 inline int NValue() const { return Bit(7); } in NValue() function
/external/llvm/lib/Object/
DMachOObjectFile.cpp483 uint64_t NValue = getNValue(Symb); in getIndirectName() local
484 if (NValue >= StringTable.size()) in getIndirectName()
486 const char *Start = &StringTable.data()[NValue]; in getIndirectName()