HomeSort by relevance Sort by last modified time
    Searched refs:SHT_RELA (Results 126 - 150 of 158) sorted by null

1 2 3 4 56 7

  /toolchain/binutils/binutils-2.25/bfd/
elf.c 814 else if (idx->shdr->sh_type == SHT_RELA
1101 "SHT_RELA", "SHT_HASH", "SHT_DYNAMIC", "SHT_NOTE",
    [all...]
elf64-mips.c 905 /* The relocation table used for SHT_RELA sections. */
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/valgrind/VEX/switchback/
linker.c 905 if (shdr[shnum].sh_type == SHT_RELA) {
1016 } else if (shdr[i].sh_type == SHT_RELA) {
    [all...]
  /external/valgrind/VEX/unused/
linker.c 745 if (shdr[shnum].sh_type == SHT_RELA) {
853 } else if (shdr[i].sh_type == SHT_RELA) {
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
layout.cc 684 case elfcpp::SHT_RELA:
    [all...]
mips.cc     [all...]
arm.cc     [all...]
object.cc     [all...]
script-sections.cc 409 && (os->type() == elfcpp::SHT_REL || os->type() == elfcpp::SHT_RELA)
475 else if (type == elfcpp::SHT_REL || type == elfcpp::SHT_RELA)
    [all...]
  /external/elfutils/src/
strip.c 781 || shdr_info[cnt].shdr.sh_type == SHT_RELA)
890 + SHT_REL and SHT_RELA in sh_link to symbol table
    [all...]
elfcmp.c 762 if ((shdr->sh_type != SHT_REL && shdr->sh_type != SHT_RELA)
ldgeneric.c 886 && ((shdr->sh_type != SHT_RELA && shdr->sh_type != SHT_REL)
    [all...]
elflint.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]
  /external/llvm/include/llvm/Support/
ELF.h 647 SHT_RELA = 4, // Relocation entries; explicit addends.
    [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 83 case llvm::ELF::SHT_RELA:
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 339 SHT_RELA SectionType = 4 /* relocation section with addends */
371 {4, "SHT_RELA"},
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 339 SHT_RELA SectionType = 4 /* relocation section with addends */
371 {4, "SHT_RELA"},
    [all...]
  /art/runtime/
elf.h     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 347 SHT_RELA = 4,
    [all...]
  /external/elfutils/libelf/
elf.h 324 #define SHT_RELA 4 /* Relocation entries with addends */
539 /* Relocation table entry with addend (in section of type SHT_RELA). */
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 416 case ELF::SHT_RELA: {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 319 #define SHT_RELA 4 /* Relocation entries with addends */
509 /* Relocation table entry with addend (in section of type SHT_RELA). */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 321 #define SHT_RELA 4 /* Relocation entries with addends */
511 /* Relocation table entry with addend (in section of type SHT_RELA). */
    [all...]

Completed in 2302 milliseconds

1 2 3 4 56 7