Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dmach-o.h112 typedef struct bfd_mach_o_reloc_info struct
122 bfd_mach_o_reloc_info; argument
734 bfd_boolean (*_bfd_mach_o_swap_reloc_in)(arelent *, bfd_mach_o_reloc_info *);
735 bfd_boolean (*_bfd_mach_o_swap_reloc_out)(arelent *, bfd_mach_o_reloc_info *);
Dmach-o-x86-64.c123 bfd_mach_o_x86_64_swap_reloc_in (arelent *res, bfd_mach_o_reloc_info *reloc) in bfd_mach_o_x86_64_swap_reloc_in()
221 bfd_mach_o_x86_64_swap_reloc_out (arelent *rel, bfd_mach_o_reloc_info *rinfo) in bfd_mach_o_x86_64_swap_reloc_out()
Dmach-o-i386.c115 bfd_mach_o_i386_swap_reloc_in (arelent *res, bfd_mach_o_reloc_info *reloc) in bfd_mach_o_i386_swap_reloc_in()
196 bfd_mach_o_i386_swap_reloc_out (arelent *rel, bfd_mach_o_reloc_info *rinfo) in bfd_mach_o_i386_swap_reloc_out()
Dmach-o.c1264 bfd_mach_o_swap_in_non_scattered_reloc (bfd *abfd, bfd_mach_o_reloc_info *rel, in bfd_mach_o_swap_in_non_scattered_reloc()
1296 bfd_mach_o_reloc_info reloc; in bfd_mach_o_canonicalize_one_reloc()
1538 bfd_mach_o_reloc_info *rel) in bfd_mach_o_swap_out_non_scattered_reloc()
1592 bfd_mach_o_reloc_info info, *pinfo = &info; in bfd_mach_o_write_relocs()
DChangeLog-20092424 (bfd_mach_o_reloc_info): New struct.