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

12 3

  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 361 ECase(SHT_RELA)
740 case ELF::SHT_RELA:
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
elf2yaml.cpp 150 case ELF::SHT_RELA: {
388 assert(Shdr->sh_type == ELF::SHT_RELA && "Section type is not SHT_RELA");
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
yaml2elf.cpp 485 Section.Type == llvm::ELF::SHT_RELA) &&
486 "Section type is not SHT_REL nor SHT_RELA");
488 bool IsRela = Section.Type == llvm::ELF::SHT_RELA;
  /external/elfutils/src/
unstrip.c 464 case SHT_RELA:
955 if (sh_type == SHT_REL || sh_type == SHT_RELA)
    [all...]
objdump.c 486 if (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
strip.c 460 if (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
605 /* For SHT_RELA sections we just take the
    [all...]
elfcmp.c 764 if ((shdr->sh_type != SHT_REL && shdr->sh_type != SHT_RELA)
elflint.c     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 212 #define SHT_RELA 4 /* relocation section with addends */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 212 #define SHT_RELA 4 /* relocation section with addends */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 706 SHT_RELA = 4, // Relocation entries; explicit addends.
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
ELFYAML.cpp 426 ECase(SHT_RELA);
883 case ELF::SHT_RELA:
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
ELFObjectWriter.cpp 786 RelaSectionName, hasRelocationAddend() ? ELF::SHT_RELA : ELF::SHT_REL,
981 case ELF::SHT_RELA: {
    [all...]
  /external/elfutils/libdwfl/
relocate.c 776 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
  /external/llvm/include/llvm/Support/
ELF.h 669 SHT_RELA = 4, // Relocation entries; explicit addends.
    [all...]
  /external/llvm/tools/llvm-size/
llvm-size.cpp 185 case ELF::SHT_RELA:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.cpp 257 ELF::SHT_RELA : ELF::SHT_REL;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h 778 SHT_RELA = 4, // Relocation entries; explicit addends.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
llvm-objcopy.cpp 349 case SHT_RELA:
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/
llvm-size.cpp 195 case ELF::SHT_RELA:
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 670 SHT_RELA = 4, // Relocation entries; explicit addends.
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceELFObjectWriter.cpp 120 const Elf64_Word ShType = ELF64 ? SHT_RELA : SHT_REL;

Completed in 2013 milliseconds

12 3