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

1 2 3 4

  /src/external/bsd/elftoolchain/dist/libelf/
libelf_data.c 72 case SHT_RELA:
  /src/external/bsd/elftosb/dist/common/
ELF.h 165 SHT_RELA = 4,
  /src/sys/arch/amd64/stand/prekern/
elf.c 316 eif.shdr[i].sh_type != SHT_RELA &&
495 if (eif.shdr[i].sh_type != SHT_RELA) {
  /src/sys/arch/amiga/stand/bootblock/elf2bb/
elf2bb.c 191 } else if (be32toh(sh[i].sh_type) == SHT_RELA) {
313 if (be32toh(sh[i].sh_type) != SHT_RELA)
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_link.c 627 shp->sh_type = SHT_RELA;
773 shp->sh_type = SHT_RELA;
1324 if (shdr_rel.sh_type != SHT_RELA && shdr_rel.sh_type != SHT_REL)
1393 if (shdr_rel.sh_type == SHT_RELA) {
1529 if (shdr_rel.sh_type == SHT_RELA) {
1658 if (shdr_rel.sh_type == SHT_RELA) {
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 331 #define SHT_RELA 4 /* Relocation information w/ addend */
  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_elf_init.c 161 if ((sh.sh_type != SHT_REL && sh.sh_type != SHT_RELA) ||
libdwarf_reloc.c 372 drs->drs_addend ? SHT_RELA : SHT_REL, 0, 0, drs->drs_ref->ds_ndx,
  /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 373 case SHT_RELA:
578 case SHT_RELA:
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-elf.c 198 #define SHT_RELA 4 /* Relocation entries with addends */
1261 if (sh_type == SHT_RELA
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 198 #define SHT_RELA 4 /* Relocation entries with addends */
1261 if (sh_type == SHT_RELA
1633 if (flags & SHF_INFO_LINK || sh_type == SHT_REL || sh_type == SHT_RELA)
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-elf.c 198 #define SHT_RELA 4 /* Relocation entries with addends */
1261 if (sh_type == SHT_RELA
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 198 #define SHT_RELA 4 /* Relocation entries with addends */
1261 if (sh_type == SHT_RELA
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 198 #define SHT_RELA 4 /* Relocation entries with addends */
1261 if (sh_type == SHT_RELA
1633 if (flags & SHF_INFO_LINK || sh_type == SHT_REL || sh_type == SHT_RELA)
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-elf.c 198 #define SHT_RELA 4 /* Relocation entries with addends */
1261 if (sh_type == SHT_RELA
1633 if (flags & SHF_INFO_LINK || sh_type == SHT_REL || sh_type == SHT_RELA)
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 361 #define SHT_RELA 4 /* Relocation information w/ addend */
  /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)
1043 if (getRelSection(Rel)->sh_type != ELF::SHT_RELA)
1044 return createError("Section is not SHT_RELA");
1061 assert(getRelSection(Rela)->sh_type == ELF::SHT_RELA);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
ELFDump.cpp 73 if ((*SecOrErr)->sh_type == ELF::SHT_RELA) {
  /src/external/gpl3/binutils/dist/bfd/
elfcode.h 762 || i_shdrp[shindex].sh_type == SHT_RELA
905 || elf_section_data (s)->this_hdr.sh_type == SHT_RELA)
981 if (rela_hdr->sh_type == SHT_RELA)
992 /* Every relocation section should be either an SHT_RELA or an
1054 if (rela_hdr->sh_type == SHT_RELA
elf64-sparc.c 33 /* Due to the way how we handle R_SPARC_OLO10, each entry in a SHT_RELA
274 installed in the BFD, and has type SHT_REL or SHT_RELA, and uses
295 && (elf_section_data (s)->this_hdr.sh_type == SHT_RELA))
394 if (rela_hdr->sh_type != SHT_RELA)
  /src/external/gpl3/binutils.old/dist/bfd/
elfcode.h 763 || i_shdrp[shindex].sh_type == SHT_RELA
906 || elf_section_data (s)->this_hdr.sh_type == SHT_RELA)
982 if (rela_hdr->sh_type == SHT_RELA)
993 /* Every relocation section should be either an SHT_RELA or an
1055 if (rela_hdr->sh_type == SHT_RELA
elf64-sparc.c 33 /* Due to the way how we handle R_SPARC_OLO10, each entry in a SHT_RELA
274 installed in the BFD, and has type SHT_REL or SHT_RELA, and uses
295 && (elf_section_data (s)->this_hdr.sh_type == SHT_RELA))
393 if (rela_hdr->sh_type != SHT_RELA)
  /src/external/gpl3/gdb.old/dist/bfd/
elfcode.h 763 || i_shdrp[shindex].sh_type == SHT_RELA
906 || elf_section_data (s)->this_hdr.sh_type == SHT_RELA)
982 if (rela_hdr->sh_type == SHT_RELA)
993 /* Every relocation section should be either an SHT_RELA or an
1055 if (rela_hdr->sh_type == SHT_RELA
  /src/external/gpl3/gdb/dist/bfd/
elfcode.h 763 || i_shdrp[shindex].sh_type == SHT_RELA
906 || elf_section_data (s)->this_hdr.sh_type == SHT_RELA)
982 if (rela_hdr->sh_type == SHT_RELA)
993 /* Every relocation section should be either an SHT_RELA or an
1055 if (rela_hdr->sh_type == SHT_RELA

Completed in 46 milliseconds

1 2 3 4