Home | History | Annotate | Download | only in bfd

Lines Matching defs:relocs

30 /* We use RELA style relocs.  Don't define USE_REL.  */
184 /* Apply R_SPU_REL9 and R_SPU_REL9I relocs. */
1543 /* If there aren't any relocs, then there's nothing more to do. */
1551 /* Get the relocs. */
1576 if (elf_section_data (isec)->relocs != internal_relocs)
1626 /* We're done with the internal relocs, free them. */
1627 if (elf_section_data (isec)->relocs != internal_relocs)
2199 /* Assume no relocs on stack adjusing insns. */
2663 /* Rummage through the relocs for SEC, looking for function calls.
4723 /* Called when not normally emitting relocs, ie. !info->relocatable
4724 and !info->emitrelocations. Returns a count of special relocs
4730 Elf_Internal_Rela *relocs;
4733 relocs = _bfd_elf_link_read_relocs (sec->owner, sec, NULL, NULL,
4735 if (relocs != NULL)
4738 Elf_Internal_Rela *relend = relocs + sec->reloc_count;
4740 for (rel = relocs; rel < relend; rel++)
4747 if (elf_section_data (sec)->relocs != relocs)
4748 free (relocs);
4796 /* Apply RELOCS to CONTENTS of INPUT_SECTION from INPUT_BFD. */
4804 Elf_Internal_Rela *relocs,
4827 rel = relocs;
4828 relend = relocs + input_section->reloc_count;
5091 wrel = rel = relocs;
5092 relend = relocs + input_section->reloc_count;
5101 input_section->reloc_count = wrel - relocs;
5423 /* If there aren't any relocs, then there's nothing more
5430 /* Get the relocs. */