Home
last modified time | relevance | path

Searched refs:N_FUN (Results 1 – 17 of 17) sorted by relevance

/mirbsd/src/include/
Dstab.h46 #define N_FUN 0x24 /* procedure name */ macro
/mirbsd/src/sys/ddb/
Ddb_aout.h96 #define N_FUN 0x24 /* procedure name */ macro
Ddb_aout.c348 if (sp->n_type == N_FUN && sp->n_value == addr) {
/mirbsd/src/gnu/usr.bin/binutils/gas/
Dstabs.c674 funcname, N_FUN, lineno + 1, startlabname); in stabs_generate_asm_func()
699 asprintf (&buf, "\"\",%d,0,0,%s-%s", N_FUN, sym, startlabname); in stabs_generate_asm_endfunc()
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dsyms.c1095 else if (stab[TYPEOFF] == (bfd_byte) N_FUN) in _bfd_stab_section_find_nearest_line()
1185 case N_FUN: in _bfd_stab_section_find_nearest_line()
1335 case N_FUN: in _bfd_stab_section_find_nearest_line()
Dstabs.c566 if (type == (int) N_FUN) in _bfd_discard_section_stabs()
Decofflink.c2336 case N_FUN:
Dpdp11.c2299 case N_FUN: in NAME()
Daoutx.h2706 case N_FUN: in NAME()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddbxread.c1640 case N_FUN: in read_dbx_symtab()
1655 if (pst && nlist.n_type == N_FUN && *namestring == '\000') in read_dbx_symtab()
2700 case N_FUN: in process_one_symbol()
3101 if (type == N_FUN in process_one_symbol()
Dmdebugread.c2992 case N_FUN: in parse_partial_symbols()
3958 if (type_code == N_FUN) in psymtab_to_symtab_1()
Dstabsread.c998 if (type == N_FUN) in define_symbol()
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dstabs.texinfo574 @findex N_FUN, for functions
578 All of the following stabs normally use the @code{N_FUN} symbol type.
644 symbol type @code{N_FUN}.
665 .stabs "main:F1",36,0,0,_main # @r{36 is N_FUN}
676 the end of a function with an @code{N_FUN} symbol with an empty string
717 .stabs "baz:f1,baz,bar",36,0,0,_baz.15 # @r{36 is N_FUN}
745 scope of a procedure are located after the @code{N_FUN} stab that
897 .stabs "main:F1",36,0,0,_main # @r{36 is N_FUN}
903 See @ref{Procedures} for more information on the @code{N_FUN} stab, and
1018 @c 2.4.5 has a bug in that it uses @code{N_FUN}, so neither dbx nor GDB can
[all …]
Dgdbint.texinfo3535 hacks of this sort are in use, affecting @code{N_SO} and @code{N_FUN}
3538 segment. @code{N_FUN} stabs mark the starts and ends of functions.
3544 @code{N_FUN} stabs have an address of zero. Instead, you should find the
3553 @code{N_FUN} stabs that appear before and after the @code{N_SO} stab,
/mirbsd/src/gnu/usr.bin/binutils/include/aout/
Dstab.def41 __define_stab (N_FUN, 0x24, "FUN")
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dstabs.c592 case N_FUN: in parse_stab()
929 if (stabtype == N_FUN) in parse_stab_string()
Dwrstabs.c2101 if (! stab_write_symbol (info, N_FUN, 0, 0, buf)) in stab_start_function()