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

1 2 3 4 5 6

  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSection.hxx 58 case SHT_RELA:
ELFSectionRelTable.hxx 58 rsl_assert(sh->getType() == SHT_REL || sh->getType() == SHT_RELA);
  /external/elfutils/libebl/
eblsectionstripp.c 70 if (shdr->sh_type == SHT_RELA || shdr->sh_type == SHT_REL)
  /external/elfutils/libelf/
elf-knowledge.h 84 ((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 414 } else if (pSection.type() == SHT_RELA) {
528 if (llvm::ELF::SHT_RELA == pSection.type())
552 llvm::ELF::SHT_RELA == pSection.type()) {
572 llvm::ELF::SHT_RELA == pSection.type()) {
  /external/chromium_org/courgette/
types_elf.h 78 SHT_RELA = 4,
  /external/llvm/test/MC/PowerPC/
ppc64-initial-cfa.s 34 # STATIC-NEXT: Type: SHT_RELA
72 # PIC-NEXT: Type: SHT_RELA
  /external/qemu/elff/
elff_elf.h 266 #define SHT_RELA 4
  /ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h 266 #define SHT_RELA 4
  /external/elfutils/libdwfl/
derelocate.c 145 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
205 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA))
  /external/elfutils/src/
findtextrel.c 401 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
438 else if (shdr->sh_type == SHT_RELA)
  /development/ndk/platforms/android-3/include/linux/
elf.h 238 #define SHT_RELA 4
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-x86-amd64.c 120 YASM_WRITE_32_L(bufp, SHT_RELA);
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp 140 ASSERT_EQ(llvm::ELF::SHT_RELA, (*rs)->type());
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
elf.h 238 #define SHT_RELA 4
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
elf.h 238 #define SHT_RELA 4
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
elf.h 238 #define SHT_RELA 4
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
elf.h 238 #define SHT_RELA 4
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
elf.h 238 #define SHT_RELA 4
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
elf.h 238 #define SHT_RELA 4
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
elf.h 238 #define SHT_RELA 4
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
elf.h 238 #define SHT_RELA 4
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
elf.h 238 #define SHT_RELA 4

Completed in 230 milliseconds

1 2 3 4 5 6