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

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dcap.c195 while ((ndx > 0) && (argstate->cap.data[ndx].c_tag == CA_SUNW_NULL))
197 while ((ndx > 0) && (argstate->cap.data[ndx - 1].c_tag != CA_SUNW_NULL))
207 (argstate->cap.data[ndx].c_tag != CA_SUNW_NULL))
210 (argstate->cap.data[ndx + 1].c_tag == CA_SUNW_NULL))
227 if (cap->c_tag == CA_SUNW_ID) {
233 if (cap->c_tag == CA_SUNW_NULL)
343 if ((cap->c_tag == CA_SUNW_ID) &&
430 if ((print_type == PRINT_CAP_T_TAG) && (cap->c_tag != arg)) {
431 if (cap->c_tag == CA_SUNW_NULL)
440 switch (cap->c_tag) {
869 Word c_tag = (Word) elfedit_atoconst(argstate.argv[1], local
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h184 Elf32_Word c_tag; /* how to interpret value */ member in struct:__anon416
H A Delf64.h191 Elf64_Xword c_tag; /* how to interpret value */ member in struct:__anon433
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h710 Elf32_Word c_tag; /* how to interpret value */ member in struct:__anon268
734 Elf64_Xword c_tag; /* how to interpret value */ member in struct:__anon270

Completed in 52 milliseconds