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

1 2 3 4 5 6 7 8

  /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/0.153/libebl/
eblsectionstripp.c 70 if (shdr->sh_type == SHT_RELA || shdr->sh_type == SHT_REL)
  /external/elfutils/0.153/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 472 } else if (pSection.type() == SHT_RELA) {
589 if (llvm::ELF::SHT_RELA == pSection.type())
619 llvm::ELF::SHT_RELA == pSection.type()) {
639 llvm::ELF::SHT_RELA == pSection.type()) {
  /external/chromium_org/courgette/
types_elf.h 78 SHT_RELA = 4,
  /ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h 266 #define SHT_RELA 4
  /external/llvm/test/MC/PowerPC/
ppc64-initial-cfa.s 42 # STATIC-NEXT: Type: SHT_RELA
83 # PIC-NEXT: Type: SHT_RELA
  /external/elfutils/0.153/libdwfl/
derelocate.c 149 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
209 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA))
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 505 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL)
521 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA)
546 case ELF::SHT_RELA: {
607 case ELF::SHT_RELA:
623 case ELF::SHT_RELA: {
648 case ELF::SHT_RELA: {
670 case ELF::SHT_RELA: {
694 case ELF::SHT_RELA: {
    [all...]
  /external/elfutils/0.153/src/
findtextrel.c 417 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
454 else if (shdr->sh_type == SHT_RELA)
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 75 case ELF::SHT_RELA: {
242 assert(Shdr->sh_type == ELF::SHT_RELA && "Section type is not SHT_RELA");
  /art/compiler/
elf_fixup.cc 163 } else if (sh->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 137 ASSERT_EQ(llvm::ELF::SHT_RELA, (*rs)->type());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
elf.h 257 #define SHT_RELA 4
  /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/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

Completed in 329 milliseconds

1 2 3 4 5 6 7 8