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

  /external/google-breakpad/src/common/
stabs_reader_unittest.cc 267 .Stab(N_SO, 149, 40232, 0x18a2a72bU, "builddir/")
270 .Stab(N_SO, 165, 24791, 0xfe69d23cU, "")
271 .Stab(N_SO, 184, 34178, 0xca4d883aU, "builddir1/")
272 .Stab(N_SO, 83, 40859, 0xd2fe5df3U, "file1.c")
285 .Stab(N_SO, 167, 4647, 0xd04b7448U, "")
287 .Stab(N_SO, 152, 7810, 0x11759f10U, "file3.c")
288 .Stab(N_SO, 218, 12447, 0x11cfe4b5U, "");
332 stabs.Stab(N_SO, 177, 23446, 0xbf10d5e4, "file2-1.c");
351 .Stab(N_SO, 218, 26631, 0xb83ddf10U, "file3-1.c")
374 stabs.Stab(N_SO, 161, 25673, 0x8f676e7bU, "build-directory/")
    [all...]
stabs_reader.cc 95 if (iterator_->type == N_SO) {
132 assert(!iterator_->at_end && iterator_->type == N_SO);
134 // There may be an N_SO entry whose name ends with a slash,
146 // We expect to see an N_SO entry with a filename next, indicating
149 if (iterator_->at_end || iterator_->type != N_SO)
170 // additional N_SO entries with names immediately following the
174 // Process the body of the compilation unit, up to the next N_SO.
175 while (!iterator_->at_end && iterator_->type != N_SO) {
201 // An N_SO with an empty name indicates the end of the compilation
205 assert(iterator_->type == N_SO);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stab.def 112 __define_stab (N_SO, 0x64, "SO")
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stab.def 112 __define_stab (N_SO, 0x64, "SO")
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stab.def 112 __define_stab (N_SO, 0x64, "SO")
  /toolchain/binutils/binutils-2.25/include/aout/
stab.def 71 /* New stab from Solaris 2. Like N_SO, but for the object file. Two in
139 If multiple N_SO's appear, the first to contain a trailing / is the
145 __define_stab (N_SO, 0x64, "SO")
148 N_SO stab, in the case where debug info is mostly stored in the .o file. */
  /toolchain/binutils/binutils-2.25/bfd/
syms.c 1105 if (stab[TYPEOFF] == (bfd_byte) N_SO)
1111 /* N_SO with null name indicates EOF */
1118 /* two N_SO's in a row is a filename and directory. Skip */
1120 && *(stab + STABSIZE + TYPEOFF) == (bfd_byte) N_SO)
    [all...]
ecofflink.c     [all...]
pdp11.c     [all...]
aoutx.h     [all...]
  /toolchain/binutils/binutils-2.25/gas/
stabs.c 285 case N_SO:
503 generate_asm_file (N_SO, dir2);
506 generate_asm_file (N_SO, file);
510 TYPE is one of N_SO, N_SOL. */
ecoff.c     [all...]
  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 270 if (cur_list->n_type == N_FUN || cur_list->n_type == N_SO ||
297 assert(cur_list->n_type == N_SO);
304 if (cur_list->n_type == N_SO) {
413 if (cur_list->n_type == N_SO) {
  /external/llvm/tools/dsymutil/
MachOUtils.cpp 154 (NList.n_type != MachO::N_SO) || (!Name.empty() && Name[0] != '\0');
156 } else if (NList.n_type == MachO::N_SO) {
MachODebugMapParser.cpp 180 {MachO::N_SSYM, "N_SSYM"}, {MachO::N_SO, "N_SO"},
  /toolchain/binutils/binutils-2.25/binutils/
wrstabs.c 156 /* If this is not -1, it is the offset to the most recent N_SO
508 /* Output an initial N_SO symbol. */
510 if (! stab_write_symbol (&info, N_SO, 0, 0, bfd_get_filename (abfd)))
518 /* Output a trailing N_SO. */
519 if (! stab_write_symbol (&info, N_SO, 0, info.last_text_address,
550 /* We would normally output an N_SO symbol here. However, that
    [all...]
stabs.c 57 /* The value of the last N_SO symbol. */
410 /* gcc will emit two N_SO strings per compilation unit, one for the
411 directory name and one for the file name. We just collect N_SO
413 we see a non N_SO symbol. */
415 && (type != N_SO || *string == '\0' || value != info->so_value))
425 N_RBRAC symbols are relative to the N_SO symbol value. */
499 case N_SO:
522 /* Just accumulate strings until we see a non N_SO symbol. If
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 407 N_SO = 0x64u,
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 479 {MachO::N_SO, "SO"},
    [all...]
  /external/valgrind/perf/
tinycc.c     [all...]

Completed in 697 milliseconds