Home
last modified time | relevance | path

Searched refs:reloc_data (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-arc.c714 debug_arc_reloc (struct arc_relocation_data reloc_data) in debug_arc_reloc() argument
717 reloc_data.howto->name, in debug_arc_reloc()
718 reloc_data.should_relocate ? "true" : "false"); in debug_arc_reloc()
720 (unsigned int) reloc_data.reloc_offset, in debug_arc_reloc()
721 (unsigned int) reloc_data.reloc_addend); in debug_arc_reloc()
724 (unsigned int) reloc_data.sym_value); in debug_arc_reloc()
725 if (reloc_data.sym_section != NULL) in debug_arc_reloc()
730 reloc_data.sym_section->name, in debug_arc_reloc()
731 (unsigned int) reloc_data.sym_section->output_offset); in debug_arc_reloc()
732 if (reloc_data.sym_section->output_section != NULL) in debug_arc_reloc()
[all …]
DChangeLog1450 (elf_arc_relocate_section): Setup symbol_name in reloc_data.
/toolchain/binutils/binutils-2.27/ld/
Dpe-dll.c1331 reloc_data_type *reloc_data; in generate_reloc() local
1345 reloc_data = xmalloc (total_relocs * sizeof (reloc_data_type)); in generate_reloc()
1438 reloc_data[total_relocs].vma = sec_vma + relocs[i]->address; in generate_reloc()
1447 reloc_data[total_relocs].type = 10; in generate_reloc()
1452 reloc_data[total_relocs].type = 3; in generate_reloc()
1456 reloc_data[total_relocs].type = 2; in generate_reloc()
1460 reloc_data[total_relocs].type = 4; in generate_reloc()
1465 reloc_data[total_relocs].extra = 0; in generate_reloc()
1469 reloc_data[total_relocs].type = 5; in generate_reloc()
1501 qsort (reloc_data, total_relocs, sizeof (*reloc_data), reloc_sort); in generate_reloc()
[all …]