Searched refs:d_tag (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-13-stable/contrib/file/src/
H A Dreadelf.c216 ? elf_getu32(swap, dh32.d_tag) \
217 : elf_getu64(swap, dh64.d_tag))
/freebsd-13-stable/stand/common/
H A Dload_elf.c834 if (dp[i].d_tag == 0)
836 switch (dp[i].d_tag) {
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c96 offsetof(Elf32_Dyn, d_tag), offsetof(Elf32_Dyn, d_un.d_ptr),
137 offsetof(Elf64_Dyn, d_tag), offsetof(Elf64_Dyn, d_un.d_ptr),
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c1634 PRT("%10s %-16s ", idx, d_tags(dyn.d_tag));
1638 PRT("\td_tag: %s\n", d_tags(dyn.d_tag));
1640 switch(dyn.d_tag) {
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1366 if (dyn.d_tag == DT_NEEDED) {
1371 } else if (dyn.d_tag == DT_SONAME) {
H A DSyntheticSections.cpp1507 p->d_tag = kv.first;
/freebsd-13-stable/sys/kern/
H A Dlink_elf.c560 for (dp = ef->dynamic; dp->d_tag != DT_NULL; dp++) {
561 switch (dp->d_tag) {
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2375 Elf32_Sword d_tag; /* Type of entry. */ member in struct:__anon593
2384 Elf64_Sxword d_tag; /* Type of entry. */ member in struct:__anon595
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1105 for (; dynp->d_tag != DT_NULL; dynp++) {
1106 switch (dynp->d_tag) {
1409 dbg("Ignoring d_tag %ld = %#lx", (long)dynp->d_tag,
1410 (long)dynp->d_tag);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2134 switch (Dyn.d_tag) {
2203 DynRelrRegion.SizePrintName = Dyn.d_tag == ELF::DT_RELRSZ
2210 DynRelrRegion.EntSizePrintName = Dyn.d_tag == ELF::DT_RELRENT
2704 if (Entry.d_tag == ELF::DT_NEEDED)
4503 Max = std::max(Max, Obj->getDynamicTagAsString(Dyn.d_tag).size());
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_control.c3653 union d_tag { union

Completed in 196 milliseconds

12