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

  /bionic/libc/kernel/uapi/linux/
a.out.h 119 #ifndef N_UNDF
120 #define N_UNDF 0
  /external/kernel-headers/original/uapi/linux/
a.out.h 160 #if !defined (N_UNDF)
161 #define N_UNDF 0
  /external/google-breakpad/src/common/
stabs_reader_unittest.cc 167 // Start a compilation unit named NAME, with an N_UNDF symbol to start
175 return Stab(N_UNDF, 0,
410 // the beginning of that compilation unit's strings, marked with N_UNDF
452 // On systems that store STABS entries in the real symbol table, the N_UNDF
460 .Stab(N_UNDF, 21, 11551, 0x9bad2b2e, "")
461 .Stab(N_UNDF, 21, 11551, 0x9bad2b2e, "")
stabs_reader.cc 98 } else if (iterator_->type == N_UNDF && unitized_) {
101 // compilation unit's entries there is an N_UNDF stab giving the
108 // compilation units into one, with a single N_UNDF at the
  /external/boringssl/src/util/
read_symbols.go 209 N_UNDF uint8 = 0x0 // undefined, n_sect == NO_SECT
217 if sym.Type&N_EXT != 0 && sym.Type&N_TYPE != N_UNDF {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/
llvm-nm.cpp 344 NType |= MachO::N_EXT | MachO::N_UNDF;
441 case MachO::N_UNDF:
544 ((NType & MachO::N_TYPE) != MachO::N_UNDF) &&
549 ((NType & MachO::N_TYPE) != MachO::N_UNDF) &&
574 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) ||
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 313 NType |= MachO::N_EXT | MachO::N_UNDF;
379 case MachO::N_UNDF:
473 ((NType & MachO::N_TYPE) != MachO::N_UNDF) &&
478 ((NType & MachO::N_TYPE) != MachO::N_UNDF) &&
497 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) ||
    [all...]
  /external/llvm/tools/dsymutil/
MachODebugMapParser.cpp 226 case MachO::N_UNDF: // 0x0 undefined, n_sect == NO_SECT
MachOUtils.cpp 149 if ((NList.n_type & MachO::N_TYPE) == MachO::N_UNDF)
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
MachODebugMapParser.cpp 246 case MachO::N_UNDF: // 0x0 undefined, n_sect == NO_SECT
MachOUtils.cpp 164 if ((NList.n_type & MachO::N_TYPE) == MachO::N_UNDF)
  /external/llvm/lib/MC/
MachObjectWriter.cpp 346 Type = MachO::N_UNDF;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MachObjectWriter.cpp 363 Type = MachO::N_UNDF;
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 522 case MachO::N_UNDF :
552 if ((MachOType & MachO::N_TYPE) == MachO::N_UNDF) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /external/llvm/include/llvm/Support/
MachO.h 308 N_UNDF = 0x0u,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
MachO.h 305 N_UNDF = 0x0u,
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MachO.h 308 N_UNDF = 0x0u,
    [all...]

Completed in 842 milliseconds