Searched defs:SINFO_T_NULL (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c108 SINFO_T_NULL = 0, enumerator in enum:__anon1428
175 /* SINFO_T_NULL */
314 * fields are set to NULL, and the type is set to SINFO_T_NULL.
331 sinfo->type = SINFO_T_NULL;
868 * are released, and sec->type is set to SINFO_T_NULL, effectively
884 if ((sec->type == SINFO_T_NULL) || (sec->shdr != NULL))
1089 /* Note: No entry is needed for SINFO_T_NULL */
1379 sec.dynstr.type = SINFO_T_NULL;
1382 sec.dynsym.type = SINFO_T_NULL;
1383 sec.dynsym.type = SINFO_T_NULL;
[all...]

Completed in 1191 milliseconds