HomeSort by: relevance | last modified time | path
    Searched refs:N_SO (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/include/
stab.h 55 #define N_SO 0x64 /* main source file name */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
stab.d 62 N_SO = 0x64, /// source file name: name,,n_sect,0,address
  /src/external/gpl3/binutils/dist/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. */
  /src/external/gpl3/binutils.old/dist/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. */
  /src/external/gpl3/gcc.old/dist/gcc/
stab.def 117 __define_stab (N_SO, 0x64, "SO")
xcoffout.cc 239 case N_SO:
240 UNKNOWN_STAB ("N_SO");
  /src/external/gpl3/gdb/dist/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. */
  /src/external/gpl3/gdb.old/dist/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. */
  /src/external/gpl3/binutils/dist/gas/
stabs.c 304 case N_SO:
474 generate_asm_file (N_SO, dir2);
478 generate_asm_file (N_SO, file);
482 TYPE is one of N_SO, N_SOL. */
  /src/external/gpl3/binutils.old/dist/gas/
stabs.c 328 case N_SO:
495 generate_asm_file (N_SO, dir2);
499 generate_asm_file (N_SO, file);
503 TYPE is one of N_SO, N_SOL. */
  /src/external/gpl3/binutils/dist/gprofng/src/
stab.h 104 #define N_SO 0x64 /* source file name: name,,0,0,0 */
173 * Optional language designations for N_SO (n_desc field)
  /src/external/gpl3/binutils.old/dist/gprofng/src/
stab.h 104 #define N_SO 0x64 /* source file name: name,,0,0,0 */
173 * Optional language designations for N_SO (n_desc field)
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
stabs.c 251 stab->n_type == N_SO || stab->n_type == N_OPT))
264 } else if (stab->n_type == N_SO) {
ctftools.h 129 #define N_SO 0x64 /* source file name: name,,0,0,0 */
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
stabs.c 61 #define N_SO 0x64 /* main source file name */
255 fname, fname == mainfile ? N_SO : N_SOL, stablbl, stablbl);
266 fname == mainfile ? N_SO : N_SOL, stablbl, stablbl);
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
stabs.c 61 #define N_SO 0x64 /* main source file name */
255 fname, fname == mainfile ? N_SO : N_SOL, stablbl, stablbl);
266 fname == mainfile ? N_SO : N_SOL, stablbl, stablbl);
  /src/external/gpl3/binutils/dist/bfd/
syms.c 1145 if (stab[TYPEOFF] == (bfd_byte) N_SO)
1151 /* N_SO with null name indicates EOF */
1158 /* two N_SO's in a row is a filename and directory. Skip */
1160 && *(stab + STABSIZE + TYPEOFF) == (bfd_byte) N_SO)
1211 case N_SO:
1216 Note that a N_SO without a file name is an EOF and
1217 there could be 2 N_SO following it with the new filename
1246 && *(stab + STABSIZE + TYPEOFF) == (bfd_byte) N_SO)
1423 case N_SO:
  /src/external/gpl3/binutils.old/dist/bfd/
syms.c 1146 if (stab[TYPEOFF] == (bfd_byte) N_SO)
1152 /* N_SO with null name indicates EOF */
1159 /* two N_SO's in a row is a filename and directory. Skip */
1161 && *(stab + STABSIZE + TYPEOFF) == (bfd_byte) N_SO)
1212 case N_SO:
1217 Note that a N_SO without a file name is an EOF and
1218 there could be 2 N_SO following it with the new filename
1247 && *(stab + STABSIZE + TYPEOFF) == (bfd_byte) N_SO)
1424 case N_SO:
  /src/external/gpl3/gdb/dist/bfd/
syms.c 1145 if (stab[TYPEOFF] == (bfd_byte) N_SO)
1151 /* N_SO with null name indicates EOF */
1158 /* two N_SO's in a row is a filename and directory. Skip */
1160 && *(stab + STABSIZE + TYPEOFF) == (bfd_byte) N_SO)
1211 case N_SO:
1216 Note that a N_SO without a file name is an EOF and
1217 there could be 2 N_SO following it with the new filename
1246 && *(stab + STABSIZE + TYPEOFF) == (bfd_byte) N_SO)
1423 case N_SO:
  /src/external/gpl3/gdb.old/dist/bfd/
syms.c 1137 if (stab[TYPEOFF] == (bfd_byte) N_SO)
1143 /* N_SO with null name indicates EOF */
1150 /* two N_SO's in a row is a filename and directory. Skip */
1152 && *(stab + STABSIZE + TYPEOFF) == (bfd_byte) N_SO)
1203 case N_SO:
1208 Note that a N_SO without a file name is an EOF and
1209 there could be 2 N_SO following it with the new filename
1238 && *(stab + STABSIZE + TYPEOFF) == (bfd_byte) N_SO)
1415 case N_SO:
  /src/external/gpl3/gdb/dist/gdb/
machoread.c 188 if (mach_o_sym->n_type == N_SO)
193 /* Unexpected empty N_SO. */
194 complaint (_("Unexpected empty N_SO stab"));
223 if (mach_o_sym->n_type == N_SO)
227 /* Unexpected empty N_SO. */
264 if (mach_o_sym->n_type == N_SO)
  /src/external/gpl3/gdb.old/dist/gdb/
machoread.c 188 if (mach_o_sym->n_type == N_SO)
193 /* Unexpected empty N_SO. */
194 complaint (_("Unexpected empty N_SO stab"));
223 if (mach_o_sym->n_type == N_SO)
227 /* Unexpected empty N_SO. */
264 if (mach_o_sym->n_type == N_SO)
dbxread.c 1227 case N_SO:
1256 { /* Here if prev stab wasn't N_SO. */
1290 we assume the previous N_SO was a directory name. */
1710 the bounds created by N_SO symbols. If that's the case
1769 the bounds created by N_SO symbols. If that's the case
2028 /* Under Solaris, the N_SO symbols always have a value of 0,
2243 occurs before the N_SO symbol.
2275 /* The N_SO starting this symtab is the first symbol, so we
2285 if (bfd_h_get_8 (abfd, bufp->e_type) != N_SO)
2330 the N_SO symbol which starts this source file
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
MachOUtils.cpp 173 // An N_SO with a filename opens a debugging scope and another one without a
177 (NList.n_type != MachO::N_SO) || (!Name.empty() && Name[0] != '\0');
179 } else if (NList.n_type == MachO::N_SO) {
MachODebugMapParser.cpp 225 {MachO::N_SSYM, "N_SSYM"}, {MachO::N_SO, "N_SO"},

Completed in 82 milliseconds

1 2 3