Searched refs:DT_REL (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/stand/common/
H A Dself_reloc.c83 case DT_REL:
H A Dload_elf.c852 case DT_REL:
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_vdso.c178 case DT_REL:
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h479 #define DT_REL 17 /* Address of Rel relocation table */ macro
480 #define DT_RELSZ 18 /* Size, in bytes, of DT_REL table */
481 #define DT_RELENT 19 /* Size, in bytes, of one DT_REL entry */
/freebsd-13-stable/libexec/rtld-elf/arm/
H A Dreloc.c138 case DT_REL:
/freebsd-13-stable/sys/kern/
H A Dlink_elf.c99 const Elf_Rel *rel; /* DT_REL */
558 int plttype = DT_REL;
589 case DT_REL:
617 if (plttype != DT_REL && plttype != DT_RELA)
/freebsd-13-stable/libexec/rtld-elf/mips/
H A Dreloc.c229 case DT_REL:
/freebsd-13-stable/usr.sbin/kldxref/
H A Def.c325 case DT_REL:
327 warnx("second DT_REL entry ignored");
380 warnx("%s: no DT_RELENT for DT_REL", ef->ef_name);
395 warnx("%s: cannot load DT_REL section", ef->ef_name);
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c199 case DT_REL: return "DT_REL";
950 case DT_REL:
/freebsd-13-stable/sys/sys/
H A Delf_common.h590 #define DT_REL 17 /* Address of ElfNN_Rel relocations. */ macro
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c178 case DT_REL: return "DT_REL";
1682 case DT_REL:
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1095 int plttype = DT_REL;
1108 case DT_REL:
1143 assert(dynp->d_un.d_val == DT_REL || plttype == DT_RELA);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h801 if (Dynamic->d_tag == ELF::DT_REL || Dynamic->d_tag == ELF::DT_RELA ||
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1402 addInt(DT_PLTREL, config->isRela ? DT_RELA : DT_REL);
1596 config->isRela ? DT_RELA : DT_REL,
1605 // Sort by (!IsRelative,SymIndex,r_offset). DT_REL[A]COUNT requires us to
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h149 _ELF_DEFINE_DT(DT_REL, 17, \
150 "address of the DT_REL table") \
151 _ELF_DEFINE_DT(DT_RELSZ, 18, "size of the DT_REL table") \
152 _ELF_DEFINE_DT(DT_RELENT, 19, "size of each DT_REL entry") \
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp125 /// order (DT_REL, DT_RELSZ, DT_RELENT for example).
2185 case ELF::DT_REL:
2215 if (Dyn.getVal() == DT_REL)
2567 if (Value == DT_REL)
2579 case DT_REL:
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c844 case DT_REL: return "REL";
2946 case DT_REL:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp98 /// \param type Either DT_REL or DT_RELA. Any other value is invalid.
128 if (type == DT_REL || type == SHT_REL)
2369 // procedure linkage table refers. The d_val member holds DT_REL or

Completed in 345 milliseconds