/toolchain/binutils/binutils-2.25/ld/emultempl/ |
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, [all...] |
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, [all...] |
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/ |
coff-m68k.c | 440 asection *relsec, 464 relsec->contents = (bfd_byte *) bfd_alloc (abfd, amt); 465 if (relsec->contents == NULL) 468 p = relsec->contents;
|
elf32-cr16.c | [all...] |
elf32-m68k.c | [all...] |
elf64-ia64-vms.c | 2928 asection *relsec; local [all...] |
elf32-bfin.c | [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
readelf.c | 6349 Elf_Internal_Shdr * relsec; local 6734 Elf_Internal_Shdr * relsec; local 7041 Elf_Internal_Shdr *relsec; local 11128 Elf_Internal_Shdr * relsec; local 11321 Elf_Internal_Shdr * relsec; local 11404 Elf_Internal_Shdr * relsec; local [all...] |
/external/llvm/include/llvm/Object/ |
ELFObjectFile.h | 614 const Elf_Shdr *RelSec = getRelSection(RelData); 615 ErrorOr<const Elf_Shdr *> SymSecOrErr = EF.getSection(RelSec->sh_link);
|