Searched refs:end_sym (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | scfidw2gen.c | 150 scfi_dot_cfi_endproc (const symbolS *end_sym) in scfi_dot_cfi_endproc() argument 163 cfi_end_fde ((symbolS *)end_sym); in scfi_dot_cfi_endproc()
|
| D | scfidw2gen.h | 30 void scfi_dot_cfi_endproc (const symbolS *end_sym);
|
| D | dwarf2dbg.c | 2391 symbolS *end_sym; in out_header() local 2401 end_sym = symbol_make (".Ldebug_line_end"); in out_header() 2407 end_sym = symbol_temp_make (); in out_header() 2412 exp->X_add_symbol = end_sym; in out_header()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | machoread.c | 56 end_sym(end_sym_), in oso_el() 69 asymbol **end_sym; member 462 for (symp = oso->oso_sym; symp != oso->end_sym; symp++) in macho_add_oso_symfile()
|
| D | ChangeLog-2011 | 1316 fields. Add oso_sym, end_sym and nbr_syms.
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-sh.c | 1885 symbolS *end_sym; in insert_loop_bounds() local 1908 end_sym = symbol_new (name, undefined_section, &zero_address_frag, 0); in insert_loop_bounds() 1911 SF_SET_LOCAL (end_sym); in insert_loop_bounds() 1913 symbol_table_insert (end_sym); in insert_loop_bounds() 1914 symval = symbol_get_value_expression (end_sym); in insert_loop_bounds() 1917 fix_new (frag_now, frag_now_fix (), 2, end_sym, 0, 1, BFD_RELOC_SH_LABEL); in insert_loop_bounds()
|
| D | tc-csky.c | 5905 csky_get_macro_operand (char *src_s, char *dst_s, char end_sym) in csky_get_macro_operand() argument 5910 while (*src_s != end_sym) in csky_get_macro_operand()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elf-eh-frame.c | 1449 Elf_Internal_Sym *end_sym = cookie->locsyms + cookie->locsymcount; in adjust_eh_frame_local_symbols() local 1452 for (sym = cookie->locsyms + 1; sym < end_sym; ++sym) in adjust_eh_frame_local_symbols()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elf-eh-frame.c | 1449 Elf_Internal_Sym *end_sym = cookie->locsyms + cookie->locsymcount; in adjust_eh_frame_local_symbols() local 1452 for (sym = cookie->locsyms + 1; sym < end_sym; ++sym) in adjust_eh_frame_local_symbols()
|