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.cpp141 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.cpp568 if (MOSymbol.Type & MachO::N_STAB) { in printSymbol()
/external/llvm/lib/Object/
DMachOObjectFile.cpp472 if (n_type & MachO::N_STAB) { in getSymbolType()
502 if (MachOType & MachO::N_STAB) in getSymbolFlags()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp743 if (NType & MachO::N_STAB) in getSymbolNMTypeChar()
/external/llvm/include/llvm/Support/
DMachO.h341 N_STAB = 0xe0, enumerator