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

1 2 3 4 5 6 7 8

  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSection.hxx 57 case SHT_REL:
ELFSectionRelTable.hxx 58 rsl_assert(sh->getType() == SHT_REL || sh->getType() == SHT_RELA);
69 if (sh->getType() == SHT_REL) {
  /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 57 llvm::ELF::SHT_REL,
62 llvm::ELF::SHT_REL,
ELFExecFileFormat.cpp 58 llvm::ELF::SHT_REL,
63 llvm::ELF::SHT_REL,
ELFObjectWriter.cpp 463 if (pSection.type() == SHT_REL) {
587 if (llvm::ELF::SHT_REL == pSection.type())
618 if (llvm::ELF::SHT_REL == pSection.type() ||
638 if (llvm::ELF::SHT_REL == pSection.type() ||
  /external/chromium_org/courgette/
types_elf.h 83 SHT_REL = 9,
disassembler_elf_32.cc 272 case SHT_REL:
430 if (section_header->sh_type == SHT_REL) {
471 case SHT_REL:
  /external/llvm/test/MC/ARM/
elf-movt.s 41 @ OBJ-NEXT: Type: SHT_REL (0x9)
  /ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h 271 #define SHT_REL 9
  /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))
relocate.c 483 if (shdr->sh_type == SHT_REL)
556 if (shdr->sh_type == SHT_REL)
617 if ((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)
542 case ELF::SHT_REL: {
605 case ELF::SHT_REL:
619 case ELF::SHT_REL: {
644 case ELF::SHT_REL: {
666 case ELF::SHT_REL: {
688 case ELF::SHT_REL: {
    [all...]
  /external/elfutils/0.153/src/
findtextrel.c 417 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
431 if (shdr->sh_type == SHT_REL)
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 82 case ELF::SHT_REL: {
222 assert(Shdr->sh_type == ELF::SHT_REL && "Section type is not SHT_REL");
  /art/compiler/
elf_fixup.cc 153 if (sh->sh_type == SHT_REL) {
  /development/ndk/platforms/android-3/include/linux/
elf.h 243 #define SHT_REL 9
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-x86-x86.c 124 YASM_WRITE_32_L(bufp, SHT_REL);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
elf.h 262 #define SHT_REL 9
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elf.h 262 #define SHT_REL 9
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
elf.h 243 #define SHT_REL 9
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
elf.h 243 #define SHT_REL 9
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
elf.h 243 #define SHT_REL 9
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
elf.h 243 #define SHT_REL 9

Completed in 1111 milliseconds

1 2 3 4 5 6 7 8