Home
last modified time | relevance | path

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

123

/openbsd/gnu/gcc/gcc/
H A Dxcoffout.h76 if (CODE == N_FUN) \
81 if (CODE == N_FUN && GET_CODE (ADDR) == SYMBOL_REF) \
H A Dxcoffout.c202 case N_FUN: in stab_to_sclass()
H A Ddbxout.c127 #define DBX_STATIC_CONST_VAR_CODE N_FUN
932 dbxout_begin_empty_stabs (N_FUN); in dbxout_function_end()
935 dbxout_begin_empty_stabs (N_FUN); in dbxout_function_end()
944 dbxout_begin_empty_stabs (N_FUN); in dbxout_function_end()
2586 dbxout_finish_complex_stabs (decl, N_FUN, XEXP (decl_rtl, 0), 0, 0); in dbxout_symbol()
H A Dstab.def33 __define_stab (N_FUN, 0x24, "FUN")
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dxcoffout.h81 if (current_sym_addr && current_sym_code == N_FUN) \
87 if (current_sym_addr && current_sym_code == N_FUN \
H A Dxcoffout.c191 case N_FUN:
H A Ddbxout.c107 #define DBX_STATIC_CONST_VAR_CODE N_FUN
404 fprintf (asmfile, "%s\"\",%d,0,0,", ASM_STABS_OP, N_FUN); in dbxout_function_end()
1983 current_sym_code = N_FUN;
H A Dstab.def33 __define_stab (N_FUN, 0x24, "FUN")
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dsyms.c1066 else if (stab[TYPEOFF] == (bfd_byte) N_FUN) in _bfd_stab_section_find_nearest_line()
1156 case N_FUN: in _bfd_stab_section_find_nearest_line()
1306 case N_FUN: in _bfd_stab_section_find_nearest_line()
H A Dstabs.c644 if (type == (int) N_FUN)
/openbsd/gnu/usr.bin/binutils/gas/
H A Dstabs.c675 funcname, N_FUN, lineno + 1, startlabname); in stabs_generate_asm_func()
700 asprintf (&buf, "\"\",%d,0,0,%s-%s", N_FUN, sym, startlabname); in stabs_generate_asm_endfunc()
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dstabs.c670 funcname, N_FUN, lineno + 1, startlabname); in stabs_generate_asm_func()
695 asprintf (&buf, "\"\",%d,0,0,%s-%s", N_FUN, sym, startlabname); in stabs_generate_asm_endfunc()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A 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()
H A Dstabs.c566 if (type == (int) N_FUN) in _bfd_discard_section_stabs()
/openbsd/gnu/llvm/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp231 {MachO::N_FUN, "N_FUN"}, {MachO::N_STSYM, "N_STSYM"},
445 case MachO::N_FUN: in handleStabSymbolTableEntry()
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dlinux64.h373 fprintf (FILE, "%s\"\",%d,0,0,", ASM_STABS_OP, N_FUN); \
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dobj-vms.c1832 if (S_GET_RAW_TYPE (sp1) == N_FUN) in VMS_local_stab_Parse()
2037 if (S_GET_RAW_TYPE (symbolP) == N_FUN) in VMS_RSYM_Parse()
2640 case N_FUN: /* Sometimes these contain typedefs. */ in VMS_LSYM_Parse()
2754 if (S_GET_RAW_TYPE (s1P) == N_FUN) in Define_Local_Symbols()
2795 if (S_GET_RAW_TYPE (s1P) == N_FUN) in Define_Routine()
4557 if (S_GET_RAW_TYPE (s1P) != N_FUN) in local_symbols_DST()
4638 case N_FUN: /* For static constant symbols */ in vms_build_DST()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddbxread.c1638 case N_FUN: in read_dbx_symtab()
1653 if (pst && nlist.n_type == N_FUN && *namestring == '\000') in read_dbx_symtab()
2695 case N_FUN: in process_one_symbol()
3073 if (type == N_FUN in process_one_symbol()
/openbsd/gnu/usr.bin/binutils-2.17/include/aout/
H A DChangeLog156 * stab.def: Remove Solaris information on N_FUN stabstring grammar;
H A Dstab.def41 __define_stab (N_FUN, 0x24, "FUN")
/openbsd/gnu/usr.bin/binutils/include/aout/
H A DChangeLog149 * stab.def: Remove Solaris information on N_FUN stabstring grammar;
H A Dstab.def41 __define_stab (N_FUN, 0x24, "FUN")
/openbsd/gnu/usr.bin/binutils/gdb/doc/
H A Dstabs.texinfo574 @findex N_FUN, for functions
644 symbol type @code{N_FUN}.
665 .stabs "main:F1",36,0,0,_main # @r{36 is N_FUN}
717 .stabs "baz:f1,baz,bar",36,0,0,_baz.15 # @r{36 is N_FUN}
897 .stabs "main:F1",36,0,0,_main # @r{36 is N_FUN}
1022 @findex N_FUN, for variables
1041 .stabs "var_const:S1",36,0,0,_var_const # @r{36 is N_FUN}
1144 .stabs "main:F1",36,0,0,_main # @r{36 is N_FUN}
2684 N_FUN, NIL, NIL, code_addr_of_method_start
3254 @item 0x24 N_FUN
[all …]
/openbsd/gnu/llvm/lldb/examples/python/
H A Dmach_o.py149 N_FUN = 0x24 variable
1579 'N_FUN': N_FUN,
/openbsd/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp1125 StabsEntry stab(N_FUN); in emitEndFunStab()
1197 symStab.type = N_FUN; in emitStabs()

123