Home
last modified time | relevance | path

Searched refs:N_SOL (Results 1 – 22 of 22) sorted by relevance

/freebsd-11-stable/include/
HDstab.h58 #define N_SOL 0x84 /* included source file name */ macro
/freebsd-11-stable/contrib/binutils/gas/
HDstabs.c284 case N_SOL: in s_stab_generic()
625 generate_asm_file (N_SOL, file); in stabs_generate_asm_lineno()
HDecoff.c2225 (bfd_vma) 0, 0, ECOFF_MARK_STAB (N_SOL)); in add_file()
3500 if (listing && (type == N_SO || type == N_SOL)) in ecoff_stab()
/freebsd-11-stable/contrib/gcc/
HDxcoffout.c233 case N_SOL: in stab_to_sclass()
HDstab.def130 __define_stab (N_SOL, 0x84, "SOL")
HDdbxout.c1233 dbxout_begin_simple_stabs (filename, N_SOL); in dbxout_source_file()
HDChangeLog-20048089 (alpha_output_filename): Do not emit N_SOL stabs here. Remove
8094 ASM_OUTPUT_FILENAME. Don't emit N_SOL stabs here.
HDChangeLog-200124086 defaults for N_SLINE and N_SOL.
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
HDctftools.h117 #define N_SOL 0x84 /* #included file name: name,,0,0,0 */ macro
/freebsd-11-stable/contrib/binutils/bfd/
HDsyms.c1188 case N_SOL: in _bfd_stab_section_find_nearest_line()
1305 case N_SOL: in _bfd_stab_section_find_nearest_line()
HDecofflink.c2333 case N_SOL:
HDaoutx.h2703 case N_SOL: in NAME()
HDChangeLog-91936195 * aoutx.h (NAME(aout,find_nearest_line)): Recognize N_SOL
/freebsd-11-stable/usr.bin/ldd/
HDsods.c512 case N_SOL: strcpy(type, "sol"); break; in dump_sym()
/freebsd-11-stable/contrib/binutils/binutils/
HDwrstabs.c555 return stab_write_symbol (info, N_SOL, 0, 0, filename); in stab_start_compilation_unit()
571 return stab_write_symbol (info, N_SOL, 0, 0, filename); in stab_start_source()
2266 if (! stab_write_symbol (info, N_SOL, 0, addr, file)) in stab_lineno()
HDstabs.c547 case N_SOL: in parse_stab()
/freebsd-11-stable/contrib/binutils/include/aout/
HDstab.def153 __define_stab (N_SOL, 0x84, "SOL")
/freebsd-11-stable/contrib/gdb/gdb/
HDdbxread.c1573 case N_SOL: in read_dbx_symtab()
2936 case N_SOL: in process_one_symbol()
HDmdebugread.c2908 case N_SOL: in parse_partial_symbols()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.h366 N_SOL = 0x84u, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/
HDllvm-nm.cpp637 {MachO::N_SOL, "SOL"},
/freebsd-11-stable/contrib/gdb/gdb/doc/
HDstabs.texinfo464 traditional @code{N_SOL} approach, Sun's @code{N_BINCL} approach, and the
468 @findex N_SOL
469 An @code{N_SOL} symbol specifies which include file subsequent symbols
473 @code{N_SOL} symbol with the name of the main source file.
3312 @item 0x84 N_SOL