HomeSort by relevance Sort by last modified time
    Searched refs:SHT_RELA (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /external/elfutils/libebl/
eblsectionstripp.c 49 if (shdr->sh_type == SHT_RELA || shdr->sh_type == SHT_REL)
  /external/elfutils/libelf/
elf-knowledge.h 61 ((Shdr)->sh_type == SHT_REL || (Shdr)->sh_type == SHT_RELA \
  /frameworks/compile/mclinker/lib/LD/
ELFDynObjFileFormat.cpp 47 llvm::ELF::SHT_RELA,
52 llvm::ELF::SHT_RELA,
ELFExecFileFormat.cpp 48 llvm::ELF::SHT_RELA,
53 llvm::ELF::SHT_RELA,
ELFObjectWriter.cpp 463 } else if (pSection.type() == llvm::ELF::SHT_RELA) {
575 if (llvm::ELF::SHT_RELA == pSection.type())
604 llvm::ELF::SHT_RELA == pSection.type()) {
623 llvm::ELF::SHT_RELA == pSection.type()) {
  /toolchain/binutils/binutils-2.25/gold/
copy-relocs.cc 223 class Copy_relocs<elfcpp::SHT_RELA, 32, false>;
231 class Copy_relocs<elfcpp::SHT_RELA, 32, true>;
239 class Copy_relocs<elfcpp::SHT_RELA, 64, false>;
247 class Copy_relocs<elfcpp::SHT_RELA, 64, true>;
reloc-types.h 35 // SH_TYPE, which is either elfcpp::SHT_REL or elfcpp::SHT_RELA.
66 struct Reloc_types<elfcpp::SHT_RELA, size, big_endian>
reloc.cc 284 if (sh_type != elfcpp::SHT_REL && sh_type != elfcpp::SHT_RELA)
519 if (sh_type == elfcpp::SHT_RELA)
558 gold_assert(p->sh_type == elfcpp::SHT_RELA);
559 this->emit_relocs_scan_reltype<elfcpp::SHT_RELA>(symtab, layout,
603 gold_assert(p->sh_type == elfcpp::SHT_RELA);
604 this->incremental_relocs_scan_reltype<elfcpp::SHT_RELA>(p);
749 || shdr.get_sh_type() == elfcpp::SHT_RELA)
929 if (sh_type != elfcpp::SHT_REL && sh_type != elfcpp::SHT_RELA)
1064 gold_assert(sh_type == elfcpp::SHT_RELA);
1065 this->incremental_relocs_write_reltype<elfcpp::SHT_RELA>(
    [all...]
output.cc     [all...]
x86_64.cc 91 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, false> Reloc_section;
419 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, false> Reloc_section;
1007 Copy_relocs<elfcpp::SHT_RELA, size, false> copy_relocs_;
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-initial-cfa.s 42 # STATIC-NEXT: Type: SHT_RELA
83 # PIC-NEXT: Type: SHT_RELA
  /external/elfutils/libdwfl/
derelocate.c 137 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
200 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA))
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 611 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL)
633 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL)
648 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA)
719 if (getRelSection(Rel)->sh_type != ELF::SHT_RELA)
734 assert(getRelSection(Rela)->sh_type == ELF::SHT_RELA);
  /external/elfutils/src/
findtextrel.c 415 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
452 else if (shdr->sh_type == SHT_RELA)
  /development/ndk/platforms/android-3/include/linux/
elf.h 238 #define SHT_RELA 4
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp 132 ASSERT_EQ(llvm::ELF::SHT_RELA, (*rs)->type());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elf.h 257 #define SHT_RELA 4
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
elf.h 238 #define SHT_RELA 4
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
elf.h 238 #define SHT_RELA 4
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
elf.h 238 #define SHT_RELA 4
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
elf.h 238 #define SHT_RELA 4
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
elf.h 238 #define SHT_RELA 4
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
elf.h 238 #define SHT_RELA 4
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
elf.h 238 #define SHT_RELA 4
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
elf.h 238 #define SHT_RELA 4

Completed in 860 milliseconds

1 2 3 4 5 6 7