Home
last modified time | relevance | path

Searched refs:N_SO (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/bfd/
HDsyms.c1084 if (stab[TYPEOFF] == (bfd_byte) N_SO) in _bfd_stab_section_find_nearest_line()
1098 && *(stab + STABSIZE + TYPEOFF) == (bfd_byte) N_SO) in _bfd_stab_section_find_nearest_line()
1141 case N_SO: in _bfd_stab_section_find_nearest_line()
1172 || *(stab + STABSIZE + TYPEOFF) != (bfd_byte) N_SO) in _bfd_stab_section_find_nearest_line()
1344 case N_SO: in _bfd_stab_section_find_nearest_line()
HDecofflink.c2309 case N_SO:
2323 && ECOFF_UNMARK_STAB (nextsym.index) == N_SO)
HDaoutx.h2673 case N_SO: in NAME()
2694 if (q->type != (int)N_SO) in NAME()
/freebsd-11-stable/contrib/binutils/gas/
HDstabs.c283 case N_SO: in s_stab_generic()
500 generate_asm_file (N_SO, dir2); in stabs_generate_asm_file()
502 generate_asm_file (N_SO, file); in stabs_generate_asm_file()
HDecoff.c3500 if (listing && (type == N_SO || type == N_SOL)) in ecoff_stab()
/freebsd-11-stable/include/
HDstab.h55 #define N_SO 0x64 /* main source file name */ macro
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
HDstabs.c247 stab->n_type == N_SO || stab->n_type == N_OPT)) in stabs_read()
260 } else if (stab->n_type == N_SO) { in stabs_read()
HDctftools.h115 #define N_SO 0x64 /* source file name: name,,0,0,0 */ macro
/freebsd-11-stable/contrib/binutils/include/aout/
HDstab.def66 /* New stab from Solaris 2. Like N_SO, but for the object file. Two in
131 If multiple N_SO's appear, the first to contain a trailing / is the
137 __define_stab (N_SO, 0x64, "SO")
HDChangeLog189 * stab_gnu.h: Add N_SO language types, and Solaris basic float types.
/freebsd-11-stable/contrib/gcc/
HDxcoffout.c230 case N_SO: in stab_to_sclass()
HDdbxout.c1016 dbxout_begin_simple_stabs_desc (cwd, N_SO, get_lang_number ()); in dbxout_init()
1025 dbxout_begin_simple_stabs_desc (input_file_name, N_SO, get_lang_number ()); in dbxout_init()
1356 dbxout_begin_empty_stabs (N_SO); in dbxout_finish()
HDstab.def117 __define_stab (N_SO, 0x64, "SO")
/freebsd-11-stable/contrib/gdb/gdb/
HDdbxread.c1460 case N_SO: in read_dbx_symtab()
2550 if (bfd_h_get_8 (abfd, bufp->e_type) != N_SO) in read_ofile_symtab()
2702 if (last_source_file == NULL && type != (unsigned char) N_SO) in process_one_symbol()
2886 case N_SO: in process_one_symbol()
2914 if (previous_stab_code == (unsigned char) N_SO) in process_one_symbol()
HDmdebugread.c2835 case N_SO: in parse_partial_symbols()
3918 if (type_code == N_SO in psymtab_to_symtab_1()
3920 && previous_stab_code != (unsigned char) N_SO in psymtab_to_symtab_1()
3925 previous_stab_code = N_SO; in psymtab_to_symtab_1()
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
HDMachONormalizedFileFromAtoms.cpp869 _stabs.push_back(mach_o::Stab(nullptr, N_SO, 1, 0, 0, "")); in synthesizeDebugNotes()
885 _stabs.push_back(mach_o::Stab(nullptr, N_SO, 0, 0, 0, newDirPath)); in synthesizeDebugNotes()
886 _stabs.push_back(mach_o::Stab(nullptr, N_SO, 0, 0, 0, newFileName)); in synthesizeDebugNotes()
932 _stabs.push_back(mach_o::Stab(nullptr, N_SO, 1, 0, 0, "")); in synthesizeDebugNotes()
HDMachONormalizedFileToAtoms.cpp752 case N_SO: in parseStabs()
/freebsd-11-stable/usr.bin/ldd/
HDsods.c509 case N_SO: strcpy(type, "so"); break; in dump_sym()
/freebsd-11-stable/contrib/gdb/gdb/doc/
HDstabs.texinfo418 @findex N_SO
421 @code{N_SO}; the string field contains the name of the file. The
431 @code{N_SO} symbol preceding the one containing the file name. This
433 from the @code{cfront} C@t{++} compiler can have additional @code{N_SO} symbols for
434 nonexistent source files after the @code{N_SO} for the real source file;
440 .stabs "/cygint/s1/users/jcm/play/",100,0,0,Ltext0 # @r{100 is N_SO}
447 Instead of @code{N_SO} symbols, XCOFF uses a @code{.file} assembler
451 @c FIXME: Exactly when should the empty N_SO be used? Why?
453 an @code{N_SO} symbol with an empty string for the name. The value is
456 just need to figure it ended when you see an @code{N_SO} for a different
[all …]
HDgdbint.texinfo3612 hacks of this sort are in use, affecting @code{N_SO} and @code{N_FUN}
3613 entries in stabs-format debugging information. @code{N_SO} stabs mark
3629 @code{N_SO} stabs have an address of zero, too. You just look at the
3630 @code{N_FUN} stabs that appear before and after the @code{N_SO} stab,
/freebsd-11-stable/contrib/binutils/binutils/
HDwrstabs.c508 if (! stab_write_symbol (&info, N_SO, 0, 0, bfd_get_filename (abfd))) in write_stabs_in_sections_debugging_info()
517 if (! stab_write_symbol (&info, N_SO, 0, info.last_text_address, in write_stabs_in_sections_debugging_info()
HDstabs.c416 && (type != N_SO || *string == '\0' || value != info->so_value)) in parse_stab()
500 case N_SO: in parse_stab()
HDChangeLog-91971473 (parse_stab): Accumulate N_SO strings until a non N_SO symbol is
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.h362 N_SO = 0x64u, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/
HDllvm-nm.cpp633 {MachO::N_SO, "SO"},

12