Home
last modified time | relevance | path

Searched refs:DT_RELR (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Delf_common.h640 #define DT_RELR 36 /* Address of ElfNN_Relr relocations. */ macro
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td361 "Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",
362 "Use SHT_RELR / DT_RELR* tags (default)">;
H A DSyntheticSections.cpp1418 addInSec(config->useAndroidRelrTags ? DT_ANDROID_RELR : DT_RELR, in computeContents()
/freebsd/libexec/rtld-elf/
H A Drtld.c1322 case DT_RELR: in digest_dynamic1()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2089 case ELF::DT_RELR: in parseDynamicTable()