Home
last modified time | relevance | path

Searched refs:DT_NEEDED (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsyminfo.msg41 @ MSG_DEBUG_FNDNEEDED "[%d: %s][%d]: DT_NEEDED element for si_boundto: %s\n"
71 corresponding DT_NEEDED entry of the dynamic section. If no\n\
72 such DT_NEEDED entry exists in the dynamic section and there\n\
131 index of the DT_NEEDED entry in the dynamic section that\n\
132 corresponds to the given name. If no such DT_NEEDED element\n\
H A Dsyminfo.c286 ((dyn[syminfo->si_boundto].d_tag == DT_NEEDED) || in dump_syminfo()
378 DT_NEEDED)) in print_syminfo()
511 if (((dyn->d_tag == DT_NEEDED) || in needed_to_boundto()
541 conv_dyn_tag(DT_NEEDED, in needed_to_boundto()
546 dyn->d_tag = DT_NEEDED; in needed_to_boundto()
H A Ddyn.c421 case DT_NEEDED: in print_dyn()
463 if (dyn1->d_tag != DT_NEEDED) in print_dyn()
517 case DT_NEEDED: in print_dyn()
704 if ((dyn->d_tag == DT_NEEDED) && in arg_to_index()
1702 if (dyn->d_tag == DT_NEEDED) in cpl_posflag1()
H A Ddyn.msg74 @ MSG_ERR_NEEDEDNOMATCH "[%d: %s]: matching DT_NEEDED element not found: %s\n";
126 to the DT_NEEDED element with a value that starts with the\n\
129 DT_NEEDED element.\n"
255 o\tSyminfo sections reference DT_NEEDED elements in the dynamic\n\
273 o\tSyminfo sections reference DT_NEEDED elements in the dynamic\n\
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_defines.h739 #ifndef DT_NEEDED
740 #define DT_NEEDED 1 macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h215 #define DT_NEEDED 1 macro
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddynamic.c63 case DT_NEEDED: in update_dynamic()
/illumos-gate/usr/src/uts/common/sys/
H A Dlink.h76 #define DT_NEEDED 1 /* a needed object */ macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddynamic.msg29 @ MSG_DT_NEEDED_CF "DT_NEEDED" # 1
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h525 #define DT_NEEDED 1 /* String table offset of a needed shared macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c1757 case DT_NEEDED:
2145 case DT_NEEDED:
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c1454 if (dcurrent->d_tag == DT_NEEDED) { in find_dtneeded()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2066 expect_dt = DT_NEEDED; in syminfo()
2096 case DT_NEEDED: in syminfo()
3257 case DT_NEEDED: in dynamic()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c1813 case DT_NEEDED: in process_rel_dynamic()
2200 } else if ((dyn->d_tag == DT_NEEDED) || in process_dynamic()
H A Dupdate.c2192 dyn->d_tag = DT_NEEDED; in update_odynamic()
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c1176 case DT_NEEDED: in dump_dynamic()
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c777 if (dyn->d_tag == DT_NEEDED) { in load_exec()
1664 case DT_NEEDED: in process_dynamic()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c3231 if (dynp->d_tag == DT_NEEDED) { in pt_object_iter()