HomeSort by relevance Sort by last modified time
    Searched full:relsec (Results 1 - 25 of 27) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/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,
  /external/swiftshader/third_party/subzero/src/
IceELFObjectWriter.cpp 648 for (ELFRelocationSection *RelSec : RelSections) {
649 Elf64_Off Offset = alignFileOffset(RelSec->getSectionAlign());
650 RelSec->setFileOffset(Offset);
651 RelSec->setSize(RelSec->getSectionDataSize());
653 RelSec->writeData<true>(Str, SymTab);
655 RelSec->writeData<false>(Str, SymTab);
  /toolchain/binutils/binutils-2.27/bfd/
coff-m68k.c 441 asection *relsec,
465 relsec->contents = (bfd_byte *) bfd_alloc (abfd, amt);
466 if (relsec->contents == NULL)
469 p = relsec->contents;
elf32-cr16.c     [all...]
elf32-m68k.c     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.cpp 761 ELFSection &RelSec = getRelocSection(S);
766 RelSec.Link = SymTab.SectionIdx;
767 RelSec.Info = S.SectionIdx;
768 RelSec.EntSize = TEW->getRelocationEntrySize();
833 EmitRelocation(RelSec, Rel, HasRelA);
839 void ELFWriter::EmitRelocation(BinaryObject &RelSec, ELFRelocation &Rel,
841 RelSec.emitWord(Rel.getOffset());
842 RelSec.emitWord(Rel.getInfo(is64Bit));
844 RelSec.emitWord(Rel.getAddend());
    [all...]
ELFWriter.h 237 void EmitRelocation(BinaryObject &RelSec, ELFRelocation &Rel, bool HasRelA);
  /toolchain/binutils/binutils-2.27/binutils/
readelf.c 7076 Elf_Internal_Shdr * relsec; local
7494 Elf_Internal_Shdr * relsec; local
7803 Elf_Internal_Shdr *relsec; local
12120 Elf_Internal_Shdr * relsec; local
12384 Elf_Internal_Shdr * relsec; local
12519 Elf_Internal_Shdr * relsec; local
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 644 const Elf_Shdr *RelSec = getRelSection(RelData);
647 ErrorOr<const Elf_Shdr *> SymSecOrErr = EF.getSection(RelSec->sh_link);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 717 const Elf_Shdr *RelSec = getRelSection(RelData);
720 auto SymSecOrErr = EF.getSection(RelSec->sh_link);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
ELFObjectFile.h 729 const Elf_Shdr *RelSec = getRelSection(RelData);
732 auto SymSecOrErr = EF.getSection(RelSec->sh_link);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
ELFObjectFile.h 729 const Elf_Shdr *RelSec = getRelSection(RelData);
732 auto SymSecOrErr = EF.getSection(RelSec->sh_link);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
ELFObjectFile.h 738 const Elf_Shdr *RelSec = getRelSection(RelData);
741 auto SymSecOrErr = EF.getSection(RelSec->sh_link);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
ELFObjectFile.h 738 const Elf_Shdr *RelSec = getRelSection(RelData);
741 auto SymSecOrErr = EF.getSection(RelSec->sh_link);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
ELFObjectFile.h 738 const Elf_Shdr *RelSec = getRelSection(RelData);
741 auto SymSecOrErr = EF.getSection(RelSec->sh_link);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
ELFObjectFile.h 738 const Elf_Shdr *RelSec = getRelSection(RelData);
741 auto SymSecOrErr = EF.getSection(RelSec->sh_link);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 717 const Elf_Shdr *RelSec = getRelSection(RelData);
720 auto SymSecOrErr = EF.getSection(RelSec->sh_link);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
ELFObjectFile.h 729 const Elf_Shdr *RelSec = getRelSection(RelData);
732 auto SymSecOrErr = EF.getSection(RelSec->sh_link);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
ELFObjectFile.h 729 const Elf_Shdr *RelSec = getRelSection(RelData);
732 auto SymSecOrErr = EF.getSection(RelSec->sh_link);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
ELFObjectFile.h 738 const Elf_Shdr *RelSec = getRelSection(RelData);
741 auto SymSecOrErr = EF.getSection(RelSec->sh_link);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
ELFObjectFile.h 738 const Elf_Shdr *RelSec = getRelSection(RelData);
741 auto SymSecOrErr = EF.getSection(RelSec->sh_link);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
ELFObjectFile.h 738 const Elf_Shdr *RelSec = getRelSection(RelData);
741 auto SymSecOrErr = EF.getSection(RelSec->sh_link);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
ELFObjectFile.h 738 const Elf_Shdr *RelSec = getRelSection(RelData);
741 auto SymSecOrErr = EF.getSection(RelSec->sh_link);
    [all...]

Completed in 2555 milliseconds

1 2