Searched refs:elf_backend_write_section (Results 1 – 19 of 19) sorted by relevance
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elfxx-target.h | 413 #ifndef elf_backend_write_section 414 #define elf_backend_write_section NULL macro 522 elf_backend_write_section,
|
H A D | elfn32-mips.c | 1932 #define elf_backend_write_section _bfd_mips_elf_write_section macro
|
H A D | elf-bfd.h | 884 bfd_boolean (*elf_backend_write_section) member
|
H A D | elf64-mips.c | 2736 #define elf_backend_write_section _bfd_mips_elf_write_section macro
|
H A D | elflink.c | 6881 if (bed->elf_backend_write_section in elf_link_input_bfd() 6882 && (*bed->elf_backend_write_section) (output_bfd, o, contents)) in elf_link_input_bfd()
|
H A D | elflink.h | 7364 if (bed->elf_backend_write_section 7365 && (*bed->elf_backend_write_section) (output_bfd, o, contents))
|
H A D | ChangeLog-0001 | 877 elf_backend_ignore_discarded_relocs, and elf_backend_write_section. 885 (elf_backend_write_section): Define. 890 bed->elf_backend_write_section if available. 896 (elf_backend_write_section): Define. 899 elf_backend_write_section.
|
H A D | elf32-ppc.c | 6198 #define elf_backend_write_section ppc_elf_write_section macro
|
H A D | ChangeLog-0203 | 5348 (elf_backend_write_section): Define.
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elfxx-target.h | 474 #ifndef elf_backend_write_section 475 #define elf_backend_write_section NULL macro 625 elf_backend_write_section,
|
H A D | elfn32-mips.c | 2357 #define elf_backend_write_section _bfd_mips_elf_write_section macro
|
H A D | elf-bfd.h | 951 bfd_boolean (*elf_backend_write_section) member
|
H A D | elf64-mips.c | 3121 #define elf_backend_write_section _bfd_mips_elf_write_section macro
|
H A D | ChangeLog-0001 | 877 elf_backend_ignore_discarded_relocs, and elf_backend_write_section. 885 (elf_backend_write_section): Define. 890 bed->elf_backend_write_section if available. 896 (elf_backend_write_section): Define. 899 elf_backend_write_section.
|
H A D | elflink.c | 7766 if (bed->elf_backend_write_section in elf_link_input_bfd() 7767 && (*bed->elf_backend_write_section) (output_bfd, o, contents)) in elf_link_input_bfd()
|
H A D | elf32-ppc.c | 7488 #define elf_backend_write_section ppc_elf_write_section macro
|
H A D | elf32-arm.c | 8171 #define elf_backend_write_section elf32_arm_write_section macro
|
H A D | ChangeLog-2004 | 3841 (bfd_elf32_new_section_hook, elf_backend_write_section,
|
H A D | ChangeLog-0203 | 5348 (elf_backend_write_section): Define.
|