/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | cap.c | 197 while ((ndx > 0) && (argstate->cap.data[ndx].c_tag == CA_SUNW_NULL)) in cap_group_extents() 199 while ((ndx > 0) && (argstate->cap.data[ndx - 1].c_tag != CA_SUNW_NULL)) in cap_group_extents() 209 (argstate->cap.data[ndx].c_tag != CA_SUNW_NULL)) in cap_group_extents() 212 (argstate->cap.data[ndx + 1].c_tag == CA_SUNW_NULL)) in cap_group_extents() 229 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() 432 if ((print_type == PRINT_CAP_T_TAG) && (cap->c_tag != arg)) { in print_cap() 433 if (cap->c_tag == CA_SUNW_NULL) in print_cap() 442 switch (cap->c_tag) { in print_cap() [all …]
|
H A D | cap.msg | 117 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 D | cap.c | 233 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 D | cap.c | 309 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 D | elf.c | 2297 while (cap->c_tag != CA_SUNW_NULL) { 2298 switch (cap->c_tag) {
|
/illumos-gate/usr/src/cmd/file/ |
H A D | elf_read.c | 494 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 D | elf32.h | 184 Elf32_Word c_tag; /* how to interpret value */ member
|
H A D | elf64.h | 191 Elf64_Xword c_tag; /* how to interpret value */ member
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | gelf.c | 1043 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 D | xlate.m4 | 1292 tofw(dst, src->c_tag, C1_tag_$2); 1855 dst->c_tag = tomw(src, C1_tag_$2);
|
H A D | xlate64.m4 | 1283 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 D | elf.h | 881 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 D | files.c | 892 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 D | sections.c | 1607 cap->c_tag = tag; \
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 1501 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 D | elf.c | 586 if (cp->c_tag == CA_SUNW_SF_1 && in elfexec()
|