Home
last modified time | relevance | path

Searched refs:DT_SUNW_STRPAD (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.msg50 @ MSG_DEBUG_BADSTRPAD "[%d: %s]: DT_SUNW_STRPAD value (%#llx) is larger \
217 \tIn this case, the dynamic section will contain a DT_SUNW_STRPAD\n\
220 \tthe existing value of DT_SUNW_STRPAD to reflect the space used.\n"
234 the end, indicated by a DT_SUNW_STRPAD entry in the dynamic\n\
276 \tstr:zero does not alter DT_SUNW_STRPAD, or otherwise attempt\n\
H A Ddyn.c799 if ((!minus_dynndx && (arg1 == DT_SUNW_STRPAD)) || in cmd_body_value()
800 (minus_dynndx && (dyn[arg1].d_tag == DT_SUNW_STRPAD))) in cmd_body_value()
988 case DT_SUNW_STRPAD: in cmd_body_runpath()
H A Dsyminfo.c493 case DT_SUNW_STRPAD: in needed_to_boundto()
H A Ddyn.msg72 DT_SUNW_STRPAD dynamic element\n"
289 \tsection at the end (DT_SUNW_STRPAD) for the new string to be\n\
H A Dphdr.msg314 enough room in the reserved section at the end (DT_SUNW_STRPAD)\n\
/illumos-gate/usr/src/uts/common/sys/
H A Dlink.h155 #define DT_SUNW_STRPAD 0x60000019 /* # of unused bytes at the */ macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddynamic.msg166 @ MSG_DT_SUNW_STRPAD_CF "DT_SUNW_STRPAD" # 0x60000019
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil_machelf.c881 if (dyn[i].d_tag == DT_SUNW_STRPAD) { in elfedit_dynstr_getpad()
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c1224 case DT_SUNW_STRPAD: in dump_dynamic()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c2640 dyn->d_tag = DT_SUNW_STRPAD; in update_odynamic()