Home
last modified time | relevance | path

Searched refs:N_STAB (Results 1 – 8 of 8) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Da.out.h201 #if !defined (N_STAB)
202 #define N_STAB 0340 macro
/external/google-breakpad/src/common/
Dstabs_reader.cc119 else if ((iterator_->type & N_STAB) == 0 && in Process()
303 (iterator_->type & N_STAB) == 0 && in ProcessExtern()
/external/llvm/tools/dsymutil/
DMachODebugMapParser.cpp218 if (Type & MachO::N_STAB) in dumpSymTabEntry()
343 if (!(Type & MachO::N_STAB)) in handleStabSymbolTableEntry()
/external/google-breakpad/src/client/mac/handler/
Dbreakpad_nlist_64.cc360 if (q->n_un.n_strx == 0 || q->n_type & N_STAB) in __breakpad_fdnlist()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp627 if (MOSymbol.Type & MachO::N_STAB) { in printSymbol()
/external/llvm/lib/Object/
DMachOObjectFile.cpp518 if (n_type & MachO::N_STAB) in getSymbolType()
547 if (MachOType & MachO::N_STAB) in getSymbolFlags()
/external/llvm/include/llvm/Support/
DMachO.h299 N_STAB = 0xe0, enumerator
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp847 if (NType & MachO::N_STAB) in getSymbolNMTypeChar()