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

1 2 3

  /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 \
elf32_updatenull.c 225 case SHT_RELA:
elf_getdata.c 56 [SHT_RELA] = ELF_T_RELA,
  /external/llvm/test/MC/PowerPC/
ppc64-initial-cfa.s 42 # STATIC-NEXT: Type: SHT_RELA
83 # PIC-NEXT: Type: SHT_RELA
  /external/swiftshader/third_party/llvm-7.0/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 147 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
210 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA))
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Object.h 491 return S->Type == ELF::SHT_REL || S->Type == ELF::SHT_RELA;
526 return S->Type == ELF::SHT_REL || S->Type == ELF::SHT_RELA;
596 return S->Type == ELF::SHT_REL || S->Type == ELF::SHT_RELA;
  /external/elfutils/src/
findtextrel.c 400 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
438 else if (shdr->sh_type == SHT_RELA)
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 641 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL)
663 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA)
732 if (getRelSection(Rel)->sh_type != ELF::SHT_RELA)
747 assert(getRelSection(Rela)->sh_type == ELF::SHT_RELA);
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp 302 if (Section.getType() == ELF::SHT_RELA ||
545 Section.getType() == ELF::SHT_RELA)
699 ELF::SHT_RELA : ELF::SHT_REL, 0,
    [all...]
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 92 case ELF::SHT_RELA: {
300 assert(Shdr->sh_type == ELF::SHT_RELA && "Section type is not SHT_RELA");
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 368 Section.Type == llvm::ELF::SHT_RELA) &&
369 "Section type is not SHT_REL nor SHT_RELA");
371 bool IsRela = Section.Type == llvm::ELF::SHT_RELA;
  /bionic/libc/kernel/uapi/linux/
elf.h 229 #define SHT_RELA 4
  /external/kernel-headers/original/uapi/linux/
elf.h 271 #define SHT_RELA 4
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELFObjectFile.h 777 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL)
799 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA)
866 if (getRelSection(Rel)->sh_type != ELF::SHT_RELA)
867 return createError("Section is not SHT_RELA");
884 assert(getRelSection(Rela)->sh_type == ELF::SHT_RELA);
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceELFSection.h 248 bool isRela() const { return Header.sh_type == SHT_RELA; }
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf64Convert.c 689 if ((RelShdr->sh_type != SHT_REL) && (RelShdr->sh_type != SHT_RELA)) {
694 // If this is a ET_DYN (PIE) executable, we will encounter a dynamic SHT_RELA
717 if (RelShdr->sh_type == SHT_RELA && (*Filter)(SecShdr)) {
959 if ((RelShdr->sh_type == SHT_REL) || (RelShdr->sh_type == SHT_RELA)) {
    [all...]
Elf32Convert.c 693 if ((RelShdr->sh_type != SHT_REL) && (RelShdr->sh_type != SHT_RELA)) {
889 if ((RelShdr->sh_type == SHT_REL) || (RelShdr->sh_type == SHT_RELA)) {
    [all...]
  /art/runtime/
elf_file.cc     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
ELF.cpp 229 STRINGIFY_ENUM_CASE(ELF, SHT_RELA);
  /external/u-boot/include/
elf.h 275 #define SHT_RELA 4 /* relocation section with addends*/
  /external/u-boot/tools/
mips-relocs.c 323 if ((sh_type != SHT_REL) && (sh_type != SHT_RELA))
  /build/soong/symbol_inject/
elf_symboldata_test.go 41 elf.SectionHeader{Name: ".rela.dyn", Type: elf.SHT_RELA, Flags: elf.SHF_ALLOC, Addr: 0x400368, Offset: 0x368, Size: 0x30, Link: 0x4, Info: 0x0, Addralign: 0x8, Entsize: 0x18, FileSize: 0x30},
42 elf.SectionHeader{Name: ".rela.plt", Type: elf.SHT_RELA, Flags: elf.SHF_ALLOC + elf.SHF_INFO_LINK, Addr: 0x400398, Offset: 0x398, Size: 0x18, Link: 0x4, Info: 0x16, Addralign: 0x8, Entsize: 0x18, FileSize: 0x18},
154 elf.SectionHeader{Name: ".rela.dyn", Type: elf.SHT_RELA, Flags: elf.SHF_ALLOC, Addr: 0x400368, Offset: 0x368, Size: 0x30, Link: 0x4, Info: 0x0, Addralign: 0x8, Entsize: 0x18, FileSize: 0x30},
155 elf.SectionHeader{Name: ".rela.plt", Type: elf.SHT_RELA, Flags: elf.SHF_ALLOC + elf.SHF_INFO_LINK, Addr: 0x400398, Offset: 0x398, Size: 0x18, Link: 0x4, Info: 0x16, Addralign: 0x8, Entsize: 0x18, FileSize: 0x18},

Completed in 471 milliseconds

1 2 3