Searched refs:N_SO (Results 1 - 18 of 18) sorted by relevance

/freebsd-10-stable/include/
H A Dstab.h55 #define N_SO 0x64 /* main source file name */ macro
/freebsd-10-stable/contrib/binutils/include/aout/
H A Dstab.def67 /* New stab from Solaris 2. Like N_SO, but for the object file. Two in
132 If multiple N_SO's appear, the first to contain a trailing / is the
138 __define_stab (N_SO, 0x64, "SO")
/freebsd-10-stable/contrib/gcc/
H A Dstab.def118 __define_stab (N_SO, 0x64, "SO")
H A Dxcoffout.c232 case N_SO:
233 UNKNOWN_STAB ("N_SO");
H A Ddbxout.c247 for the N_SO filename stabs label. */
956 /* Get lang description for N_SO stab. */
1003 /* Put the current working directory in an N_SO symbol. */
1019 dbxout_begin_simple_stabs_desc (cwd, N_SO, get_lang_number ());
1028 dbxout_begin_simple_stabs_desc (input_file_name, N_SO, get_lang_number ());
1359 dbxout_begin_empty_stabs (N_SO);
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstabs.c247 stab->n_type == N_SO || stab->n_type == N_OPT))
260 } else if (stab->n_type == N_SO) {
H A Dctftools.h115 #define N_SO 0x64 /* source file name: name,,0,0,0 */ macro
/freebsd-10-stable/contrib/binutils/bfd/
H A Dsyms.c1084 if (stab[TYPEOFF] == (bfd_byte) N_SO)
1086 /* N_SO with null name indicates EOF */
1096 /* two N_SO's in a row is a filename and directory. Skip */
1098 && *(stab + STABSIZE + TYPEOFF) == (bfd_byte) N_SO)
1141 case N_SO:
1146 Note that a N_SO without a file name is an EOF and
1147 there could be 2 N_SO following it with the new filename
1172 || *(stab + STABSIZE + TYPEOFF) != (bfd_byte) N_SO)
1344 case N_SO:
H A Decofflink.c2313 case N_SO:
2318 N_SO symbol. */
2327 && ECOFF_UNMARK_STAB (nextsym.index) == N_SO)
H A Daoutx.h2680 case N_SO:
2696 /* Look ahead to next symbol to check if that too is an N_SO. */
2701 if (q->type != (int)N_SO)
2704 /* Found a second N_SO First is directory; second is filename. */
/freebsd-10-stable/contrib/binutils/gas/
H A Dstabs.c283 case N_SO:
500 generate_asm_file (N_SO, dir2);
502 generate_asm_file (N_SO, file);
506 TYPE is one of N_SO, N_SOL. */
H A Decoff.c3530 if (listing && (type == N_SO || type == N_SOL))
/freebsd-10-stable/usr.bin/ldd/
H A Dsods.c507 case N_SO: strcpy(type, "so"); break;
/freebsd-10-stable/contrib/gdb/gdb/
H A Ddbxread.c1468 case N_SO:
1498 { /* Here if prev stab wasn't N_SO */
1527 we assume the previous N_SO was a directory name. */
1866 the bounds created by N_SO symbols. If that's the case
1931 the bounds created by N_SO symbols. If that's the case
2195 /* Under Solaris, the N_SO symbols always have a value of 0,
2503 occurs before the N_SO symbol.
2549 /* The N_SO starting this symtab is the first symbol, so we
2559 if (bfd_h_get_8 (abfd, bufp->e_type) != N_SO)
2590 the N_SO symbo
[all...]
H A Dmdebugread.c2843 case N_SO:
2873 { /* Here if prev stab wasn't N_SO */
2898 we assume the previous N_SO was a directory name. */
3921 /* If we found a trailing N_SO with no name, process
3926 if (type_code == N_SO
3928 && previous_stab_code != (unsigned char) N_SO
3933 previous_stab_code = N_SO;
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DMachO.h331 N_SO = 0x64u, enumerator in enum:llvm::MachO::StabType
/freebsd-10-stable/contrib/binutils/binutils/
H A Dwrstabs.c156 /* 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
H A Dstabs.c58 /* The value of the last N_SO symbol. */
411 /* gcc will emit two N_SO strings per compilation unit, one for the
412 directory name and one for the file name. We just collect N_SO
414 we see a non N_SO symbol. */
416 && (type != N_SO || *string == '\0' || value != info->so_value))
426 N_RBRAC symbols are relative to the N_SO symbol value. */
500 case N_SO:
523 /* Just accumulate strings until we see a non N_SO symbol. If

Completed in 312 milliseconds