Searched refs:SHT_REL (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c576 shp->sh_type = SHT_REL;
1224 if (shdr_rel.sh_type != SHT_RELA && shdr_rel.sh_type != SHT_REL)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp802 RelaSectionName, hasRelocationAddend() ? ELF::SHT_RELA : ELF::SHT_REL,
1000 case ELF::SHT_REL:
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h835 SHT_REL = 9, // Relocation entries; no explicit addends.
/freebsd-13-stable/contrib/elftoolchain/size/
H A Dsize.c713 shdr->sh_type == SHT_REL) && shdr->sh_addr == 0)
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp192 case ELF::SHT_REL:
/freebsd-13-stable/sys/sys/
H A Delf_common.h422 #define SHT_REL 9 /* relocation section - no addends */ macro
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3234 if (PltRelSec->sh_type == ELF::SHT_REL) {
3685 if (Sec.sh_type != ELF::SHT_REL && Sec.sh_type != ELF::SHT_RELA &&
3721 case ELF::SHT_REL:
3832 case SHT_REL:
4562 printRelocHeader(ELF::SHT_REL);
4577 printRelocHeader(ELF::SHT_REL);
4597 printRelocHeader(ELF::SHT_REL);
5842 if (SectionType != ELF::SHT_RELA && SectionType != ELF::SHT_REL)
6194 if (Sec.sh_type != ELF::SHT_REL && Sec.sh_type != ELF::SHT_RELA &&
6220 case ELF::SHT_REL
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp460 ECase(SHT_REL);
1300 case ELF::SHT_REL:
H A DELFEmitter.cpp1175 assert((Section.Type == llvm::ELF::SHT_REL ||
1177 "Section type is not SHT_REL nor SHT_RELA");
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp426 // We do not ignore SHT_REL[A] linker-synthesized sections here because
614 (isec->type == SHT_REL || isec->type == SHT_RELA)) {
758 // Input SHT_REL[A] retained by --emit-relocs are ignored by
H A DSyntheticSections.cpp1595 : RelocationBaseSection(name, config->isRela ? SHT_RELA : SHT_REL,
3307 if (config->emitRelocs && isec->type == SHT_REL)
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c787 case SHT_REL: return "REL";
3192 if (s->type == SHT_REL || s->type == SHT_RELA) {
3201 if (s->type == SHT_REL)
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h1136 _ELF_DEFINE_SHT(SHT_REL, 9, \

Completed in 306 milliseconds

12