HomeSort by relevance Sort by last modified time
    Searched refs:N_TYPE (Results 1 - 17 of 17) sorted by null

  /bionic/libc/kernel/uapi/linux/
a.out.h 113 unsigned char n_type; member in struct:nlist
140 #ifndef N_TYPE
141 #define N_TYPE 036
  /external/kernel-headers/original/uapi/linux/
a.out.h 153 unsigned char n_type;
182 #if !defined (N_TYPE)
183 #define N_TYPE 036
152 unsigned char n_type; member in struct:nlist
  /external/google-breakpad/src/common/
stabs_reader.cc 120 (iterator_->type & N_TYPE) == N_SECT) {
304 (iterator_->type & N_TYPE) == N_SECT);
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 335 NType = STE_64.n_type;
345 NType = STE.n_type;
371 if ((NType & MachO::N_TYPE) == MachO::N_INDR)
373 if (Obj.isIR() && (NType & MachO::N_TYPE) == MachO::N_TYPE)
378 switch (NType & MachO::N_TYPE) {
385 if ((NType & MachO::N_TYPE) == MachO::N_PBUD)
473 ((NType & MachO::N_TYPE) != MachO::N_UNDF) &&
478 ((NType & MachO::N_TYPE) != MachO::N_UNDF) &&
485 if ((NType & MachO::N_TYPE) == MachO::N_INDR)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/
llvm-nm.cpp 367 NType = STE_64.n_type;
385 NType = STE.n_type;
414 if ((NType & MachO::N_TYPE) == MachO::N_INDR) {
433 if ((NType & MachO::N_TYPE) == MachO::N_INDR)
435 if (Obj.isIR() && (NType & MachO::N_TYPE) == MachO::N_TYPE)
440 switch (NType & MachO::N_TYPE) {
447 if ((NType & MachO::N_TYPE) == MachO::N_PBUD)
544 ((NType & MachO::N_TYPE) != MachO::N_UNDF) &&
549 ((NType & MachO::N_TYPE) != MachO::N_UNDF) &
    [all...]
  /external/boringssl/src/util/
read_symbols.go 207 N_TYPE uint8 = 0x0e // mask for the type bits
217 if sym.Type&N_EXT != 0 && sym.Type&N_TYPE != N_UNDF {
  /external/llvm/tools/dsymutil/
MachODebugMapParser.cpp 78 handleStabSymbolTableEntry(STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc,
92 dumpSymTabEntry(OS, Index, STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc,
203 OS << "Index n_strx n_type n_sect n_desc n_value\n";
215 // n_type...
225 switch (Type & MachO::N_TYPE) {
MachOUtils.cpp 149 if ((NList.n_type & MachO::N_TYPE) == MachO::N_UNDF)
155 (NList.n_type != MachO::N_SO) || (!Name.empty() && Name[0] != '\0');
157 } else if (NList.n_type == MachO::N_SO) {
  /external/llvm/lib/Object/
MachOObjectFile.cpp 481 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR)
515 uint8_t n_type = Entry.n_type; local
518 if (n_type & MachO::N_STAB)
521 switch (n_type & MachO::N_TYPE) {
539 uint8_t MachOType = Entry.n_type;
544 if ((MachOType & MachO::N_TYPE) == MachO::N_INDR)
552 if ((MachOType & MachO::N_TYPE) == MachO::N_UNDF)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
MachOObjectFile.cpp 1778 uint8_t n_type = Entry.n_type; local
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
MachODebugMapParser.cpp 81 handleStabSymbolTableEntry(STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc,
95 dumpSymTabEntry(OS, Index, STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc,
221 OS << "Index n_strx n_type n_sect n_desc n_value\n";
235 // n_type...
245 switch (Type & MachO::N_TYPE) {
519 MainBinary.getSymbolTableEntry(Sym.getRawDataRefImpl()).n_type;
MachOUtils.cpp 164 if ((NList.n_type & MachO::N_TYPE) == MachO::N_UNDF)
170 (NList.n_type != MachO::N_SO) || (!Name.empty() && Name[0] != '\0');
172 } else if (NList.n_type == MachO::N_SO) {