Lines Matching full:relocs
958 /* Look through the relocs for a section during the first phase, and
965 const Elf_Internal_Rela *relocs)
985 rel_end = relocs + sec->reloc_count;
986 for (rel = relocs; rel < rel_end; rel++)
1208 symbols (use RELATIVE relocs instead of JMP_SLOT relocs). */
1230 space for RELATIVE relocs. */
1279 const Elf_Internal_Rela *relocs)
1299 relend = relocs + sec->reloc_count;
1300 for (rel = relocs; rel < relend; rel++)
1515 reference must go through the GOT, so there's no need for COPY relocs,
1538 away GOT entries for any TLSDESC_FN relocs. */
1584 then optimize away GOT entries for any TLSDESC_FN relocs. */
1655 ".rela.got" for R_XTENSA_RELATIVE relocs for literals that
1745 to copy relocs into the output file. */
1786 known until finish_dynamic_sections, but we need to get the relocs
2219 /* ELF relocs are against symbols. If we are producing relocatable
2224 to what bfd_elf_generic_reloc does except that it lets relocs with
2227 relocs to begin with, but that's a long story and there's little we
2546 Elf_Internal_Rela *relocs,
2586 rel = relocs;
2587 relend = relocs + input_section->reloc_count;
3057 /* Dynamic relocs are not propagated for SEC_DEBUGGING sections
3662 /* The ...symbol_deleted_p function will skip over relocs but it
3709 /* Adjust any remaining relocs (shouldn't be any). */
6073 Elf_Internal_Rela *relocs; /* Cache of the section relocations. */
6091 release_internal_relocs (sec_cache->sec, sec_cache->relocs);
6140 sec_cache->relocs = internal_relocs;
6180 Elf_Internal_Rela *relocs; /* Cache of the section relocations. */
6292 ebb->relocs = internal_relocs;
6360 && (ebb->relocs[ebb->end_reloc_idx + 1].r_offset
6433 && (ebb->relocs[ebb->start_reloc_idx - 1].r_offset
6536 internal_relocs = elf_section_data (sec)->relocs;
6547 elf_section_data (sec)->relocs = internal_relocs;
6555 && elf_section_data (sec)->relocs != internal_relocs)
6929 get rid of ASM_EXPAND relocs by either converting them to
6979 /* None of the current alternate relocs are PC-relative,
6980 and only PC-relative relocs matter here. However, we
7491 && (ebb->relocs[rel_idx].r_offset < offset
7492 || (ebb->relocs[rel_idx].r_offset == offset
7493 && (ELF32_R_TYPE (ebb->relocs[rel_idx].r_info)
7498 irel = &ebb->relocs[rel_idx];
8081 /* None of the current alternate relocs are PC-relative,
8082 and only PC-relative relocs matter here. */
8790 target_sec_cache->relocs, target_sec_cache->reloc_count);
8801 target_sec_cache->relocs,
9700 BFD_ASSERT (elf_section_data (sec)->relocs == *internal_relocs_p);
9778 old relocs if they were allocated with bfd_malloc.
9787 elf_section_data (sec)->relocs = new_relocs;