/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | xcofflink.h | 28 asection * (*add_stub_section) (const char *, asection *); member
|
H A D | elf64-ppc.h | 28 asection * (*add_stub_section) (const char *, asection *); member
|
H A D | elf32-m68hc1x.c | 171 htab->stub_section = (*htab->add_stub_section) (".tramp", in m68hc12_add_stub() 330 asection * (*add_stub_section) (const char*, asection*)) in elf32_m68hc11_size_stubs() 345 htab->add_stub_section = add_stub_section; in elf32_m68hc11_size_stubs() 529 if (add_stub_section == 0) in elf32_m68hc11_size_stubs() 552 if (add_stub_section) in elf32_m68hc11_size_stubs()
|
H A D | elf32-m68hc1x.h | 116 asection * (*add_stub_section) (const char *, asection *); member
|
H A D | elf32-metag.c | 806 asection * (*add_stub_section) (const char *, asection *); member 1166 stub_sec = (*htab->add_stub_section) (s_name, link_sec); in metag_add_stub() 3668 asection * (*add_stub_section) (const char *, asection *), in elf_metag_size_stubs() 3678 htab->add_stub_section = add_stub_section; in elf_metag_size_stubs()
|
H A D | elf32-hppa.c | 252 asection * (*add_stub_section) (const char *, asection *); member 568 stub_sec = (*htab->add_stub_section) (s_name, link_sec); in hppa_add_stub() 2601 asection * (*add_stub_section) (const char *, asection *), in elf32_hppa_size_stubs() 2615 htab->add_stub_section = add_stub_section; in elf32_hppa_size_stubs()
|
H A D | elfnn-kvx.c | 504 asection *(*add_stub_section) (const char *, asection *); member 841 return (*htab->add_stub_section) (s_name, section); in _bfd_kvx_create_stub_section() 1270 asection * (*add_stub_section) (const char *, in elfNN_kvx_size_stubs() 1286 htab->add_stub_section = add_stub_section; in elfNN_kvx_size_stubs()
|
H A D | elf32-csky.c | 1225 asection * (*add_stub_section) (const char *, asection *); member 1299 stub_sec = (*htab->add_stub_section) (s_name, link_sec); in elf32_csky_create_or_find_stub_sec() 3411 asection *(*add_stub_section) (const char*, asection*), in elf32_csky_size_stubs() 3428 htab->add_stub_section = add_stub_section; in elf32_csky_size_stubs()
|
H A D | elf32-nios2.c | 1779 asection * (*add_stub_section) (const char *, asection *, bool); member 2187 stub_sec = (*htab->add_stub_section) (s_name, link_sec, afterp); in nios2_add_stub() 2608 asection *(*add_stub_section) (const char *, in nios2_elf32_size_stubs() 2617 htab->add_stub_section = add_stub_section; in nios2_elf32_size_stubs()
|
H A D | elfnn-aarch64.c | 2676 asection *(*add_stub_section) (const char *, asection *); member 3149 return (*htab->add_stub_section) (s_name, section); in _bfd_aarch64_create_stub_section() 4744 asection * (*add_stub_section) (const char *, in elfNN_aarch64_size_stubs() 4760 htab->add_stub_section = add_stub_section; in elfNN_aarch64_size_stubs()
|
H A D | elf32-arm.c | 3420 asection * (*add_stub_section) (const char *, asection *, asection *, member 4794 *stub_sec_p = (*htab->add_stub_section) (s_name, out_sec, link_sec, in elf32_arm_create_or_find_stub_sec() 6430 asection * (*add_stub_section) (const char *, asection *, in elf32_arm_size_stubs() 6464 htab->add_stub_section = add_stub_section; in elf32_arm_size_stubs()
|
H A D | ChangeLog-2016 | 3084 parameter to add_stub_section callback. 3086 and pass it down to add_stub_section. 3090 add_stub_section function pointer parameter.
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | xcofflink.h | 28 asection * (*add_stub_section) (const char *, asection *); member
|
H A D | elf64-ppc.h | 28 asection * (*add_stub_section) (const char *, asection *); member
|
H A D | elf32-m68hc1x.c | 171 htab->stub_section = (*htab->add_stub_section) (".tramp", in m68hc12_add_stub() 330 asection * (*add_stub_section) (const char*, asection*)) in elf32_m68hc11_size_stubs() 345 htab->add_stub_section = add_stub_section; in elf32_m68hc11_size_stubs() 529 if (add_stub_section == 0) in elf32_m68hc11_size_stubs() 552 if (add_stub_section) in elf32_m68hc11_size_stubs()
|
H A D | elf32-m68hc1x.h | 116 asection * (*add_stub_section) (const char *, asection *); member
|
H A D | elf32-metag.c | 806 asection * (*add_stub_section) (const char *, asection *); member 1166 stub_sec = (*htab->add_stub_section) (s_name, link_sec); in metag_add_stub() 3668 asection * (*add_stub_section) (const char *, asection *), in elf_metag_size_stubs() 3678 htab->add_stub_section = add_stub_section; in elf_metag_size_stubs()
|
H A D | elf32-hppa.c | 252 asection * (*add_stub_section) (const char *, asection *); member 568 stub_sec = (*htab->add_stub_section) (s_name, link_sec); in hppa_add_stub() 2601 asection * (*add_stub_section) (const char *, asection *), in elf32_hppa_size_stubs() 2615 htab->add_stub_section = add_stub_section; in elf32_hppa_size_stubs()
|
H A D | elf32-csky.c | 1225 asection * (*add_stub_section) (const char *, asection *); member 1299 stub_sec = (*htab->add_stub_section) (s_name, link_sec); in elf32_csky_create_or_find_stub_sec() 3422 asection *(*add_stub_section) (const char*, asection*), in elf32_csky_size_stubs() 3439 htab->add_stub_section = add_stub_section; in elf32_csky_size_stubs()
|
H A D | elf32-nios2.c | 1779 asection * (*add_stub_section) (const char *, asection *, bool); member 2187 stub_sec = (*htab->add_stub_section) (s_name, link_sec, afterp); in nios2_add_stub() 2608 asection *(*add_stub_section) (const char *, in nios2_elf32_size_stubs() 2617 htab->add_stub_section = add_stub_section; in nios2_elf32_size_stubs()
|
H A D | elfnn-aarch64.c | 2663 asection *(*add_stub_section) (const char *, asection *); member 3144 return (*htab->add_stub_section) (s_name, section); in _bfd_aarch64_create_stub_section() 4279 asection * (*add_stub_section) (const char *, in elfNN_aarch64_size_stubs() 4296 htab->add_stub_section = add_stub_section; in elfNN_aarch64_size_stubs()
|
H A D | elf32-arm.c | 3420 asection * (*add_stub_section) (const char *, asection *, asection *, member 4794 *stub_sec_p = (*htab->add_stub_section) (s_name, out_sec, link_sec, in elf32_arm_create_or_find_stub_sec() 6427 asection * (*add_stub_section) (const char *, asection *, in elf32_arm_size_stubs() 6461 htab->add_stub_section = add_stub_section; in elf32_arm_size_stubs()
|
H A D | ChangeLog-2016 | 3084 parameter to add_stub_section callback. 3086 and pass it down to add_stub_section. 3090 add_stub_section function pointer parameter.
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-2016 | 3084 parameter to add_stub_section callback. 3086 and pass it down to add_stub_section. 3090 add_stub_section function pointer parameter.
|
/netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
H A D | ChangeLog-2016 | 3084 parameter to add_stub_section callback. 3086 and pass it down to add_stub_section. 3090 add_stub_section function pointer parameter.
|