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

/illumos-gate/usr/src/lib/libcmd/common/
H A Drm.c78 #define nonempty(f) ((f)->fts_parent->fts_number|=RM_ENTRY) macro
137 nonempty(ent);
188 nonempty(ent);
229 nonempty(ent);
244 nonempty(ent);
261 nonempty(ent);
286 nonempty(ent);
320 nonempty(ent);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Doutfile.c433 Os_desc *nonempty = NULL; /* First non-empty section */ local
677 if ((data->d_size != 0) && (nonempty == NULL)) {
678 nonempty = osp;
695 if (nonempty != NULL) {
699 ne = elf_getdata(nonempty->os_scn, NULL);
704 ne = elf_getdata(nonempty->os_scn, ne);
711 if (osp == nonempty)

Completed in 63 milliseconds