Home
last modified time | relevance | path

Searched refs:c_tag (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dcap.c229 if (cap->c_tag == CA_SUNW_ID) { in cap_group_id()
235 if (cap->c_tag == CA_SUNW_NULL) in cap_group_id()
345 if ((cap->c_tag == CA_SUNW_ID) && in process_args()
433 if (cap->c_tag == CA_SUNW_NULL) in print_cap()
442 switch (cap->c_tag) { in print_cap()
483 EC_WORD(cap->c_tag)); in print_cap()
503 switch (cap->c_tag) { in print_cap()
551 if (cap->c_tag == CA_SUNW_NULL) in print_cap()
889 if (cap[ndx].c_tag == c_tag) { in cmd_body()
900 cap[ndx].c_tag = c_tag; in cmd_body()
[all …]
H A Dcap.msg117 Value to be set for c_tag field of specified capabilities\n\
185 is found in the c_tag field of a capabilities element.\n\
187 If cap:tag is called without arguments, the value of c_tag\n\
190 If both arguments are present, the c_tag field of the specified\n\
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dcap.c233 switch (cap->c_tag) { in Elf_cap_entry()
245 str = conv_cap_val(cap->c_tag, cap->c_un.c_val, mach, 0, in Elf_cap_entry()
250 conv_cap_tag(cap->c_tag, 0, &inv_buf), str); in Elf_cap_entry()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dcap.c309 while (cptr->c_tag != CA_SUNW_NULL) { in cap_check()
313 switch (cptr->c_tag) { in cap_check()
389 rej->rej_info = cptr->c_tag; in cap_check()
1204 for (cptr += cndx; cptr->c_tag != CA_SUNW_NULL; cptr++) { in sym_cap_check()
1208 switch (cptr->c_tag) { in sym_cap_check()
H A Delf.c2297 while (cap->c_tag != CA_SUNW_NULL) {
2298 switch (cap->c_tag) {
/illumos-gate/usr/src/cmd/file/
H A Delf_read.c494 if (Chdr.c_tag == CA_SUNW_NULL) in process_shdr()
498 Chdr.c_tag, Chdr.c_un.c_val, capstr, in process_shdr()
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h184 Elf32_Word c_tag; /* how to interpret value */ member
H A Delf64.h191 Elf64_Xword c_tag; /* how to interpret value */ member
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgelf.c1043 dst->c_tag = (Elf64_Xword)c->c_tag; in gelf_getcap()
1079 c->c_tag = (Elf32_Word)src->c_tag; in gelf_update_cap()
H A Dxlate.m41292 tofw(dst, src->c_tag, C1_tag_$2);
1855 dst->c_tag = tomw(src, C1_tag_$2);
H A Dxlate64.m41283 tofx(dst, src->c_tag, C1_tag_$2);
1892 dst->c_tag = tomx(src, C1_tag_$2);
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h881 Elf32_Word c_tag; /* how to interpret value */ member
905 Elf64_Xword c_tag; /* how to interpret value */ member
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c892 switch (data->c_tag) { in process_cap()
927 cisp->is_name, data->c_tag); in process_cap()
967 if (data->c_tag == CA_SUNW_NULL) in process_cap()
977 if (data->c_tag == CA_SUNW_SF_1) { in process_cap()
990 switch (data->c_tag) { in process_cap()
993 hw_cap(ofl, data->c_tag, data->c_un.c_val); in process_cap()
1076 switch (data->c_tag) { in process_cap()
H A Dsections.c1607 cap->c_tag = tag; \
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1501 if (cap->c_tag == CA_SUNW_NULL) { in cap_section()
1549 if ((strs == NULL) && ((cap->c_tag == CA_SUNW_PLAT) || in cap_section()
1550 (cap->c_tag == CA_SUNW_MACH) || in cap_section()
1551 (cap->c_tag == CA_SUNW_ID))) { in cap_section()
1565 if ((cap->c_tag == CA_SUNW_NULL) && (nulls > 1) && in cap_section()
1607 if ((cap->c_tag == CA_SUNW_SF_1) && in cap_section()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c586 if (cp->c_tag == CA_SUNW_SF_1 && in elfexec()