Home
last modified time | relevance | path

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

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