HomeSort by: relevance | last modified time | path
    Searched refs:SHT_REL (Results 1 - 25 of 75) sorted by relevancy

1 2 3

  /src/external/bsd/elftoolchain/dist/libelf/
libelf_data.c 70 case SHT_REL:
  /src/external/bsd/elftosb/dist/common/
ELF.h 170 SHT_REL = 9,
  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_elf_init.c 161 if ((sh.sh_type != SHT_REL && sh.sh_type != SHT_RELA) ||
183 if (sh.sh_type == SHT_REL)
libdwarf_reloc.c 372 drs->drs_addend ? SHT_RELA : SHT_REL, 0, 0, drs->drs_ref->ds_ndx,
  /src/sys/arch/amd64/stand/prekern/
elf.c 315 eif.shdr[i].sh_type != SHT_REL &&
460 if (eif.shdr[i].sh_type != SHT_REL) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFObjectFile.h 954 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL)
976 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA)
996 if (sec->sh_type == ELF::SHT_REL)
1013 if (sec->sh_type == ELF::SHT_REL)
1022 if (sec->sh_type == ELF::SHT_REL)
1051 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL);
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 336 #define SHT_REL 9 /* Relocation information w/o addend */
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h 749 return S->OriginalType == ELF::SHT_REL || S->OriginalType == ELF::SHT_RELA;
790 return S->OriginalType == ELF::SHT_REL || S->OriginalType == ELF::SHT_RELA;
870 return S->OriginalType == ELF::SHT_REL || S->OriginalType == ELF::SHT_RELA;
ELFObjcopy.cpp 372 case SHT_REL:
568 // Dynamic relocation sections (SHT_REL[A] with SHF_ALLOC) are handled
575 case SHT_REL:
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-elf.c 199 #define SHT_REL 9 /* Relocation entries, no addends */
1262 || sh_type == SHT_REL)
1633 if (flags & SHF_INFO_LINK || sh_type == SHT_REL || sh_type == SHT_RELA)
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-elf.c 199 #define SHT_REL 9 /* Relocation entries, no addends */
1262 || sh_type == SHT_REL)
1633 if (flags & SHF_INFO_LINK || sh_type == SHT_REL || sh_type == SHT_RELA)
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-elf.c 199 #define SHT_REL 9 /* Relocation entries, no addends */
1262 || sh_type == SHT_REL)
1633 if (flags & SHF_INFO_LINK || sh_type == SHT_REL || sh_type == SHT_RELA)
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-elf.c 199 #define SHT_REL 9 /* Relocation entries, no addends */
1262 || sh_type == SHT_REL)
1633 if (flags & SHF_INFO_LINK || sh_type == SHT_REL || sh_type == SHT_RELA)
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-elf.c 199 #define SHT_REL 9 /* Relocation entries, no addends */
1262 || sh_type == SHT_REL)
1633 if (flags & SHF_INFO_LINK || sh_type == SHT_REL || sh_type == SHT_RELA)
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-elf.c 199 #define SHT_REL 9 /* Relocation entries, no addends */
1262 || sh_type == SHT_REL)
1633 if (flags & SHF_INFO_LINK || sh_type == SHT_REL || sh_type == SHT_RELA)
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 366 #define SHT_REL 9 /* Relocation information w/o addend */
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
ELFDump.cpp 70 // In SHT_REL case we would need to read the addend from section data.
77 } else if ((*SecOrErr)->sh_type == ELF::SHT_REL) {
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
ELF_x86_64.cpp 427 if (SecRef.sh_type != ELF::SHT_RELA && SecRef.sh_type != ELF::SHT_REL)
430 if (SecRef.sh_type == ELF::SHT_REL)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
elf_common.d 327 enum SHT_REL = 9;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
elf_common.d 327 enum SHT_REL = 9;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
elf.d 341 enum SHT_REL = 9;
  /src/sys/kern/
subr_kobj.c 279 case SHT_REL:
546 case SHT_REL:
  /src/external/gpl3/binutils/dist/bfd/
elfcode.h 763 || i_shdrp[shindex].sh_type == SHT_REL)
904 if ((elf_section_data (s)->this_hdr.sh_type == SHT_REL
986 else if (rela_hdr->sh_type == SHT_REL)
993 SHT_REL section. */
  /src/external/gpl3/binutils.old/dist/bfd/
elfcode.h 764 || i_shdrp[shindex].sh_type == SHT_REL)
905 if ((elf_section_data (s)->this_hdr.sh_type == SHT_REL
987 else if (rela_hdr->sh_type == SHT_REL)
994 SHT_REL section. */
  /src/external/gpl3/gdb.old/dist/bfd/
elfcode.h 764 || i_shdrp[shindex].sh_type == SHT_REL)
905 if ((elf_section_data (s)->this_hdr.sh_type == SHT_REL
987 else if (rela_hdr->sh_type == SHT_REL)
994 SHT_REL section. */

Completed in 98 milliseconds

1 2 3