Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dsyms.c1076 if (stab[TYPEOFF] == (bfd_byte) N_SO) in _bfd_stab_section_find_nearest_line()
1090 && *(stab + STABSIZE + TYPEOFF) == (bfd_byte) N_SO) in _bfd_stab_section_find_nearest_line()
1133 case N_SO: in _bfd_stab_section_find_nearest_line()
1164 || *(stab + STABSIZE + TYPEOFF) != (bfd_byte) N_SO) in _bfd_stab_section_find_nearest_line()
1336 case N_SO: in _bfd_stab_section_find_nearest_line()
Decofflink.c2307 case N_SO:
2321 && ECOFF_UNMARK_STAB (nextsym.index) == N_SO)
Dpdp11.c2251 case N_SO: in NAME()
2272 if (q->type != (int) N_SO) in NAME()
Daoutx.h2657 case N_SO: in NAME()
2678 if (q->type != (int)N_SO) in NAME()
/mirbsd/src/include/
Dstab.h56 #define N_SO 0x64 /* main source file name */ macro
/mirbsd/src/gnu/usr.bin/binutils/gas/
Dstabs.c285 case N_SO: in s_stab_generic()
504 generate_asm_file (N_SO, dir2); in stabs_generate_asm_file()
506 generate_asm_file (N_SO, file); in stabs_generate_asm_file()
Decoff.c3500 if (listing && (type == N_SO || type == N_SOL)) in ecoff_stab()
/mirbsd/src/sys/ddb/
Ddb_aout.h106 #define N_SO 0x64 /* main source file name */ macro
Ddb_aout.c298 if (sp->n_type == N_SO) {
/mirbsd/src/gnu/usr.bin/binutils/include/aout/
Dstab.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")
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddbxread.c1455 case N_SO: in read_dbx_symtab()
2545 if (bfd_h_get_8 (abfd, bufp->e_type) != N_SO) in read_ofile_symtab()
2689 if (last_source_file == NULL && type != (unsigned char) N_SO) in process_one_symbol()
2867 case N_SO: in process_one_symbol()
2882 if (previous_stab_code == (unsigned char) N_SO) in process_one_symbol()
Dmdebugread.c2856 case N_SO: in parse_partial_symbols()
3932 if (type_code == N_SO in psymtab_to_symtab_1()
3934 && previous_stab_code != (unsigned char) N_SO in psymtab_to_symtab_1()
3939 previous_stab_code = N_SO; in psymtab_to_symtab_1()
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dstabs.texinfo418 @findex N_SO
421 @code{N_SO}; the string field contains the name of the file. The
455 @code{N_SO} symbol preceding the one containing the file name. This
457 from the @code{cfront} C@t{++} compiler can have additional @code{N_SO} symbols for
458 nonexistent source files after the @code{N_SO} for the real source file;
464 .stabs "/cygint/s1/users/jcm/play/",100,0,0,Ltext0 # @r{100 is N_SO}
471 Instead of @code{N_SO} symbols, XCOFF uses a @code{.file} assembler
475 @c FIXME: Exactly when should the empty N_SO be used? Why?
477 an @code{N_SO} symbol with an empty string for the name. The value is
480 just need to figure it ended when you see an @code{N_SO} for a different
[all …]
Dgdbint.texinfo3535 hacks of this sort are in use, affecting @code{N_SO} and @code{N_FUN}
3536 entries in stabs-format debugging information. @code{N_SO} stabs mark
3552 @code{N_SO} stabs have an address of zero, too. You just look at the
3553 @code{N_FUN} stabs that appear before and after the @code{N_SO} stab,
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dwrstabs.c507 if (! stab_write_symbol (&info, N_SO, 0, 0, bfd_get_filename (abfd))) in write_stabs_in_sections_debugging_info()
516 if (! stab_write_symbol (&info, N_SO, 0, info.last_text_address, in write_stabs_in_sections_debugging_info()
Dstabs.c418 && (type != N_SO || *string == '\0' || value != info->so_value)) in parse_stab()
502 case N_SO: in parse_stab()