Searched refs:DF_TEXTREL (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h512 #define DF_TEXTREL 0x00000004 /* */ macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1274 DF_TEXTREL = 0x04, // Relocations may modify a non-writable segment. enumerator in enum:llvm::ELF::__anon3106
/freebsd-13-stable/sys/sys/
H A Delf_common.h752 #define DF_TEXTREL 0x0004 /* Indicates there may be relocations in macro
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h70 _ELF_DEFINE_DF(DF_TEXTREL, 0x4, \
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1332 dtFlags |= DF_TEXTREL;
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1336 if (dynp->d_un.d_val & DF_TEXTREL)
2980 * DT_TEXTREL or DF_TEXTREL. Before relocating, all read-only
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c2882 { DF_TEXTREL, "TEXTREL" },

Completed in 288 milliseconds