Home
last modified time | relevance | path

Searched refs:relsec (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/emultempl/
Dcr16elf.em73 asection *relsec;
75 relsec = bfd_make_section (abfd, ".emreloc");
76 if (relsec == NULL
77 || ! bfd_set_section_flags (abfd, relsec,
82 || ! bfd_set_section_alignment (abfd, relsec, 2)
83 || ! bfd_set_section_size (abfd, relsec,
144 asection *datasec, *relsec;
152 relsec = bfd_get_section_by_name (abfd, ".emreloc");
153 ASSERT (relsec != NULL);
156 datasec, relsec,
Dm68kelf.em101 asection *relsec;
103 relsec = bfd_make_section_with_flags (abfd, ".emreloc",
108 if (relsec == NULL
109 || ! bfd_set_section_alignment (abfd, relsec, 2)
110 || ! bfd_set_section_size (abfd, relsec,
158 asection *datasec, *relsec;
166 relsec = bfd_get_section_by_name (abfd, ".emreloc");
167 ASSERT (relsec != NULL);
172 datasec, relsec,
186 datasec, relsec,
Dm68kcoff.em90 asection *relsec;
92 relsec = bfd_make_section_with_flags (abfd, ".emreloc",
97 if (relsec == NULL
98 || ! bfd_set_section_alignment (abfd, relsec, 2)
99 || ! bfd_set_section_size (abfd, relsec,
138 asection *datasec, *relsec;
146 relsec = bfd_get_section_by_name (abfd, ".emreloc");
147 ASSERT (relsec != NULL);
150 datasec, relsec,
/toolchain/binutils/binutils-2.25/bfd/
Dcoff-m68k.c439 asection *relsec, in bfd_m68k_coff_create_embedded_relocs() argument
463 relsec->contents = (bfd_byte *) bfd_alloc (abfd, amt); in bfd_m68k_coff_create_embedded_relocs()
464 if (relsec->contents == NULL) in bfd_m68k_coff_create_embedded_relocs()
467 p = relsec->contents; in bfd_m68k_coff_create_embedded_relocs()
Delf32-cr16.c2806 asection *relsec, in bfd_cr16_elf32_create_embedded_relocs() argument
2832 relsec->contents = (bfd_byte *) bfd_alloc (abfd, amt); in bfd_cr16_elf32_create_embedded_relocs()
2833 if (relsec->contents == NULL) in bfd_cr16_elf32_create_embedded_relocs()
2836 p = relsec->contents; in bfd_cr16_elf32_create_embedded_relocs()
Delf32-m68k.c4580 bfd_m68k_elf32_create_embedded_relocs (abfd, info, datasec, relsec, errmsg) in bfd_m68k_elf32_create_embedded_relocs() argument
4584 asection *relsec;
4611 relsec->contents = (bfd_byte *) bfd_alloc (abfd, amt);
4612 if (relsec->contents == NULL)
4615 p = relsec->contents;
Delf32-bfin.c5508 asection *relsec, in bfd_bfin_elf32_create_embedded_relocs() argument
5535 relsec->contents = (bfd_byte *) bfd_alloc (abfd, amt); in bfd_bfin_elf32_create_embedded_relocs()
5536 if (relsec->contents == NULL) in bfd_bfin_elf32_create_embedded_relocs()
5539 p = relsec->contents; in bfd_bfin_elf32_create_embedded_relocs()
Delf64-ia64-vms.c2928 asection *relsec; in elf64_ia64_install_fixup() local
2941 relsec = ia64_info->fixups_sec; in elf64_ia64_install_fixup()
2943 fixup = (Elf64_External_VMS_IMAGE_FIXUP *)(relsec->contents + fixoff); in elf64_ia64_install_fixup()
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c6349 Elf_Internal_Shdr * relsec; in slurp_ia64_unwind_table() local
6406 for (relsec = section_headers; in slurp_ia64_unwind_table()
6407 relsec < section_headers + elf_header.e_shnum; in slurp_ia64_unwind_table()
6408 ++relsec) in slurp_ia64_unwind_table()
6410 if (relsec->sh_type != SHT_RELA in slurp_ia64_unwind_table()
6411 || relsec->sh_info >= elf_header.e_shnum in slurp_ia64_unwind_table()
6412 || section_headers + relsec->sh_info != sec) in slurp_ia64_unwind_table()
6415 if (!slurp_rela_relocs (file, relsec->sh_offset, relsec->sh_size, in slurp_ia64_unwind_table()
6734 Elf_Internal_Shdr * relsec; in slurp_hppa_unwind_table() local
6831 for (relsec = section_headers; in slurp_hppa_unwind_table()
[all …]