Home
last modified time | relevance | path

Searched refs:bfd_perform_relocation (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A Dreloc.c576 bfd_perform_relocation (bfd *abfd, in bfd_perform_relocation() function
5244 r = bfd_perform_relocation (input_bfd, in bfd_generic_get_relocated_section_contents()
H A Dcoff-alpha.c881 r = bfd_perform_relocation (input_bfd, rel, data, input_section,
893 r = bfd_perform_relocation (input_bfd, rel, data, input_section,
929 r = bfd_perform_relocation (input_bfd, rel, data, input_section,
H A DChangeLog-919376 (bfd_perform_relocation): Add error_message argument to hold
156 then skip bfd_perform_relocation even if the addend is non-zero.
797 (bfd_perform_relocation): Make variable howto a const pointer.
2679 * reloc.c (bfd_perform_relocation): Handle the case of
2721 * reloc.c (bfd_perform_relocation): Handle 64-bit relocs.
2873 bfd_perform_relocation lossage.
3174 * reloc.c (bfd_perform_relocation): Fix max and min values.
3276 * reloc.c (bfd_perform_relocation): Check for overflow on
3975 (bfd_perform_relocation): Lint.
4622 * reloc.c (bfd_perform_relocation): For normal 2- or 4-byte
[all …]
H A Delf32-mips.c1111 r = bfd_perform_relocation (abfd, &reloc32, data, input_section, in mips32_64bit_reloc()
H A Dbfd-in2.h2321 bfd_reloc_status_type bfd_perform_relocation
H A DChangeLog-94952959 * reloc.c (bfd_perform_relocation): Add case for -ve words.
3312 a whole section for the linker, bypassing bfd_perform_relocation.
3373 * reloc.c (bfd_perform_relocation): Don't bother to check for
3705 * reloc.c (bfd_perform_relocation): Don't use bitpos in overflow
5014 from bfd_perform_relocation, adjusted for the assembler's needs.
6116 * reloc.c (bfd_perform_relocation): Don't clobber the relocation
9263 relocs from being adjusted by bfd_perform_relocation. IGNORE
9399 * reloc.c (bfd_perform_relocation): Work around one gross hack
H A DChangeLog-0001663 (bfd_perform_relocation): Formatting fix.
7943 * reloc.c (bfd_perform_relocation, bfd_install_relocation):
8529 * reloc.c (bfd_perform_relocation, bfd_install_relocation):
8979 * reloc.c (bfd_perform_relocation): Undo emacs formatting of
9546 * reloc.c (bfd_perform_relocation): Distinguish between octets
H A DChangeLog-9697533 (bfd_perform_relocation, bfd_install_relocation): Use it.
3473 * reloc.c (bfd_perform_relocation): Apply the relocation even if
4282 * reloc.c (bfd_perform_relocation): Handle xcoff-powermac like
H A Delfxx-mips.c10097 r = bfd_perform_relocation (input_bfd, *parent, data, in _bfd_elf_mips_get_relocated_section_contents()
H A DChangeLog-02035732 * reloc.c (bfd_perform_relocation): Add sanity check.
/freebsd-12.1/contrib/binutils/bfd/doc/
H A Dbfdint.texi1209 Originally, the function @samp{bfd_perform_relocation} was supposed to
1215 While this seems plausible, a look at @samp{bfd_perform_relocation}
1226 calls @samp{bfd_perform_relocation}. So @samp{bfd_perform_relocation}
1230 The assembler used @samp{bfd_perform_relocation} for a while. This
1232 @samp{bfd_perform_relocation} was written to handle relocations on an
1236 was created as a copy of @samp{bfd_perform_relocation}.
1240 @samp{bfd_perform_relocation}, with all the odd special cases and
1310 to work correctly, @samp{bfd_perform_relocation} has to do the right
1379 One or more generic functions similar to @samp{bfd_perform_relocation}
1652 @samp{bfd_perform_relocation}, which will use the howto structures you
[all …]
/freebsd-12.1/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h2328 bfd_reloc_status_type bfd_perform_relocation
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-92954679 hacks for working around problems with bfd_perform_relocation.
7132 bfd_perform_relocation returns bfd_reloc_overflow.
7751 * write.c (write_relocs): bfd_perform_relocation now takes an
8845 compensate for a bfd_perform_relocation bug.
9009 for ELF by hacking around bizarre bfd_perform_relocation behaviour
H A DChangeLog-96972577 bfd_perform_relocation -> bfd_install_relocation.