Searched refs:DT_TEXTREL (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h484 #define DT_TEXTREL 22 /* Relocations might modify non-writable seg */ macro
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c204 case DT_TEXTREL: return "DT_TEXTREL";
957 case DT_TEXTREL:
/freebsd-13-stable/sys/sys/
H A Delf_common.h595 #define DT_TEXTREL 22 /* Indicates there may be relocations in macro
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c183 case DT_TEXTREL: return "DT_TEXTREL";
1693 case DT_TEXTREL:
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h156 _ELF_DEFINE_DT(DT_TEXTREL, 22, \
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c849 case DT_TEXTREL: return "TEXTREL";
2948 case DT_TEXTREL:
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1417 addInt(DT_TEXTREL, 0);
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1262 case DT_TEXTREL:
2250 /* MIPS has a bogus DT_TEXTREL. */
2980 * DT_TEXTREL or DF_TEXTREL. Before relocating, all read-only

Completed in 297 milliseconds