Home
last modified time | relevance | path

Searched refs:new_sec (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf32-xtensa.c8437 asection *new_sec; in translate_reloc_bfd_fix() local
8444 new_sec = r_reloc_get_section (&removed->to); in translate_reloc_bfd_fix()
8445 if (new_sec != sec) in translate_reloc_bfd_fix()
8447 sec = new_sec; in translate_reloc_bfd_fix()
8454 new_fix.target_sec = new_sec; in translate_reloc_bfd_fix()
8462 new_fix.target_sec = new_sec; in translate_reloc_bfd_fix()
8512 asection *new_sec; in translate_reloc() local
8521 new_sec = r_reloc_get_section (new_rel); in translate_reloc()
8522 if (new_sec != sec) in translate_reloc()
8524 sec = new_sec; in translate_reloc()
Delflink.c3555 asection *sec, *new_sec; in elf_link_add_object_symbols() local
3680 new_sec = sec; in elf_link_add_object_symbols()
3888 align = new_sec->alignment_power; in elf_link_add_object_symbols()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-alpha.c1142 segT new_sec; in create_literal_section() local
1144 *secp = new_sec = subseg_new (name, 0); in create_literal_section()
1146 bfd_set_section_alignment (stdoutput, new_sec, 4); in create_literal_section()
1147 bfd_set_section_flags (stdoutput, new_sec, in create_literal_section()
1151 S_CLEAR_EXTERNAL (*symp = section_symbol (new_sec)); in create_literal_section()
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-alpha.c5783 segT new_sec; local
5785 *secp = new_sec = subseg_new (name, 0);
5787 bfd_set_section_alignment (stdoutput, new_sec, 4);
5788 bfd_set_section_flags (stdoutput, new_sec,
5792 S_CLEAR_EXTERNAL (*symp = section_symbol (new_sec));
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-xtensa.c4873 asection *new_sec; local
4881 new_sec = r_reloc_get_section (new_rel);
4882 if (new_sec != sec)
4884 sec = new_sec;