Searched refs:N_FUN (Results 1 – 17 of 17) sorted by relevance
| /mirbsd/src/include/ |
| D | stab.h | 46 #define N_FUN 0x24 /* procedure name */ macro
|
| /mirbsd/src/sys/ddb/ |
| D | db_aout.h | 96 #define N_FUN 0x24 /* procedure name */ macro
|
| D | db_aout.c | 348 if (sp->n_type == N_FUN && sp->n_value == addr) {
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/ |
| D | stabs.c | 674 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/ |
| D | syms.c | 1095 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()
|
| D | stabs.c | 566 if (type == (int) N_FUN) in _bfd_discard_section_stabs()
|
| D | ecofflink.c | 2336 case N_FUN:
|
| D | pdp11.c | 2299 case N_FUN: in NAME()
|
| D | aoutx.h | 2706 case N_FUN: in NAME()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | dbxread.c | 1640 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()
|
| D | mdebugread.c | 2992 case N_FUN: in parse_partial_symbols() 3958 if (type_code == N_FUN) in psymtab_to_symtab_1()
|
| D | stabsread.c | 998 if (type == N_FUN) in define_symbol()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | stabs.texinfo | 574 @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 …]
|
| D | gdbint.texinfo | 3535 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/ |
| D | stab.def | 41 __define_stab (N_FUN, 0x24, "FUN")
|
| /mirbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | stabs.c | 592 case N_FUN: in parse_stab() 929 if (stabtype == N_FUN) in parse_stab_string()
|
| D | wrstabs.c | 2101 if (! stab_write_symbol (info, N_FUN, 0, 0, buf)) in stab_start_function()
|