Home
last modified time | relevance | path

Searched refs:N_INDR (Results 1 – 6 of 6) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Da.out.h213 #define N_INDR 0xa macro
/external/llvm/test/Object/
Dnm-darwin-m.test16 # This is testing that an N_INDR symbol gets its alias name, the "(for ...)"
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp330 if ((NType & MachO::N_TYPE) == MachO::N_INDR) in darwinPrintSymbol()
362 case MachO::N_INDR: in darwinPrintSymbol()
423 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in darwinPrintSymbol()
749 case MachO::N_INDR: in getSymbolNMTypeChar()
/external/llvm/lib/Object/
DMachOObjectFile.cpp369 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR) in getIndirectName()
374 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR) in getIndirectName()
499 if ((MachOType & MachO::N_TYPE) == MachO::N_INDR) in getSymbolFlags()
/external/llvm/lib/MC/
DMachObjectWriter.cpp347 Type = MachO::N_INDR; in WriteNlist()
/external/llvm/include/llvm/Support/
DMachO.h354 N_INDR = 0xau enumerator