Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/bfd/
Delfcode.h814 void (*swap_out) (bfd *, const Elf_Internal_Rela *, bfd_byte *); in elf_write_relocs() local
848 swap_out = elf_swap_reloca_out; in elf_write_relocs()
853 swap_out = elf_swap_reloc_out; in elf_write_relocs()
909 (*swap_out) (abfd, &src_rela, dst_rela); in elf_write_relocs()
Delflink.c2000 void (*swap_out) (bfd *, const Elf_Internal_Rela *, bfd_byte *); in _bfd_elf_link_output_relocs() local
2031 swap_out = bed->s->swap_reloc_out; in _bfd_elf_link_output_relocs()
2033 swap_out = bed->s->swap_reloca_out; in _bfd_elf_link_output_relocs()
2044 (*swap_out) (output_bfd, irela, erel); in _bfd_elf_link_output_relocs()
5444 void (*swap_out) (bfd *, const Elf_Internal_Rela *, bfd_byte *); in elf_link_adjust_relocs() local
5451 swap_out = bed->s->swap_reloc_out; in elf_link_adjust_relocs()
5456 swap_out = bed->s->swap_reloca_out; in elf_link_adjust_relocs()
5490 (*swap_out) (abfd, irela, erela); in elf_link_adjust_relocs()
5565 void (*swap_out) (bfd *, const Elf_Internal_Rela *, bfd_byte *); in elf_link_sort_relocs() local
5577 swap_out = bed->s->swap_reloc_out; in elf_link_sort_relocs()
[all …]
Delflink.h4855 void (*swap_out) PARAMS ((bfd *, const Elf_Internal_Rela *, bfd_byte *)); local
4860 swap_out = bed->s->swap_reloc_out;
4865 swap_out = bed->s->swap_reloca_out;
4888 (*swap_out) (abfd, irela, erela);
4968 void (*swap_out) PARAMS ((bfd *, const Elf_Internal_Rela *, bfd_byte *)); local
4978 swap_out = bed->s->swap_reloc_out;
4984 swap_out = bed->s->swap_reloca_out;
5064 (*swap_out) (abfd, s->rela, erel);
6725 void (*swap_out) PARAMS ((bfd *, const Elf_Internal_Rela *, bfd_byte *)); local
6756 swap_out = bed->s->swap_reloc_out;
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delfcode.h890 void (*swap_out) (bfd *, const Elf_Internal_Rela *, bfd_byte *); in elf_write_relocs() local
930 swap_out = elf_swap_reloca_out; in elf_write_relocs()
935 swap_out = elf_swap_reloc_out; in elf_write_relocs()
991 (*swap_out) (abfd, &src_rela, dst_rela); in elf_write_relocs()
Delflink.c2181 void (*swap_out) (bfd *, const Elf_Internal_Rela *, bfd_byte *); in _bfd_elf_link_output_relocs() local
2210 swap_out = bed->s->swap_reloc_out; in _bfd_elf_link_output_relocs()
2212 swap_out = bed->s->swap_reloca_out; in _bfd_elf_link_output_relocs()
2223 (*swap_out) (output_bfd, irela, erel); in _bfd_elf_link_output_relocs()
6195 void (*swap_out) (bfd *, const Elf_Internal_Rela *, bfd_byte *); in elf_link_adjust_relocs() local
6202 swap_out = bed->s->swap_reloc_out; in elf_link_adjust_relocs()
6207 swap_out = bed->s->swap_reloca_out; in elf_link_adjust_relocs()
6241 (*swap_out) (abfd, irela, erela); in elf_link_adjust_relocs()
6316 void (*swap_out) (bfd *, const Elf_Internal_Rela *, bfd_byte *); in elf_link_sort_relocs() local
6328 swap_out = bed->s->swap_reloc_out; in elf_link_sort_relocs()
[all …]