Searched refs:relsec (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | cr16elf.em | 73 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,
|
D | m68kelf.em | 101 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,
|
D | m68kcoff.em | 90 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/ |
D | coff-m68k.c | 439 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()
|
D | elf32-cr16.c | 2806 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()
|
D | elf32-m68k.c | 4580 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;
|
D | elf32-bfin.c | 5508 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()
|
D | elf64-ia64-vms.c | 2928 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/ |
D | readelf.c | 6349 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 …]
|