Home
last modified time | relevance | path

Searched refs:DT_RELA (Results 1 – 19 of 19) sorted by relevance

/freebsd/stand/common/
H A Dself_reloc.c81 case DT_RELA: in self_reloc()
H A Dload_elf.c896 case DT_RELA:
/freebsd/contrib/file/src/
H A Dreadelf.h500 #define DT_RELA 7 /* Address of Rela relocation table */ macro
/freebsd/sys/powerpc/powerpc/
H A Delf32_machdep.c348 case DT_RELA: in elf_reloc_self()
H A Delf64_machdep.c400 case DT_RELA: in elf_reloc_self()
/freebsd/libexec/rtld-elf/powerpc64/
H A Dreloc.c146 case DT_RELA: in reloc_non_plt_self()
/freebsd/sys/kern/
H A Dlink_elf.c633 case DT_RELA: in parse_dynamic()
645 if (plttype != DT_REL && plttype != DT_RELA) in parse_dynamic()
656 if (plttype == DT_RELA) { in parse_dynamic()
/freebsd/lib/libkldelf/
H A Def.c335 case DT_RELA: in ef_parse_dynamic()
/freebsd/usr.bin/elfdump/
H A Delfdump.c186 case DT_RELA: return "DT_RELA"; in d_tags()
936 case DT_RELA: in elf_print_dynamic()
/freebsd/libexec/rtld-elf/powerpc/
H A Dreloc.c151 case DT_RELA: in reloc_non_plt_self()
/freebsd/sys/sys/
H A Delf_common.h598 #define DT_RELA 7 /* Address of ElfNN_Rela relocations. */ macro
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c168 case DT_RELA: return "DT_RELA"; in d_tags()
1655 case DT_RELA: in elf_print_dynamic()
/freebsd/libexec/rtld-elf/
H A Drtld.c1309 case DT_RELA: in digest_dynamic1()
1338 dynp->d_un.d_val == DT_REL || plttype == DT_RELA); in digest_dynamic1()
1577 if (plttype == DT_RELA) { in digest_dynamic1()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h980 if (Dynamic->d_tag == ELF::DT_REL || Dynamic->d_tag == ELF::DT_RELA || in dynamic_relocation_sections()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h133 _ELF_DEFINE_DT(DT_RELA, 7, \
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2061 case ELF::DT_RELA: in parseDynamicTable()
2113 else if (Dyn.getVal() == DT_RELA) in parseDynamicTable()
2434 if (Value == DT_RELA) in getDynamicEntry()
2443 case DT_RELA: in getDynamicEntry()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1463 addInt(DT_PLTREL, config->isRela ? DT_RELA : DT_REL); in computeContents()
1724 config->isRela ? DT_RELA : DT_REL, in RelocationSection()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c841 case DT_RELA: return "RELA"; in dt_type()
2974 case DT_RELA: in dump_dyn_val()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp137 else if (type == DT_RELA || type == SHT_RELA) in ELFRelocation()