Searched refs:c_tag (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | cap.c | 195 while ((ndx > 0) && (argstate->cap.data[ndx].c_tag == CA_SUNW_NULL)) in cap_group_extents() 197 while ((ndx > 0) && (argstate->cap.data[ndx - 1].c_tag != CA_SUNW_NULL)) in cap_group_extents() 207 (argstate->cap.data[ndx].c_tag != CA_SUNW_NULL)) in cap_group_extents() 210 (argstate->cap.data[ndx + 1].c_tag == CA_SUNW_NULL)) in cap_group_extents() 227 if (cap->c_tag == CA_SUNW_ID) { in cap_group_id() 233 if (cap->c_tag == CA_SUNW_NULL) in cap_group_id() 343 if ((cap->c_tag == CA_SUNW_ID) && in process_args() 430 if ((print_type == PRINT_CAP_T_TAG) && (cap->c_tag != arg)) { in print_cap() 431 if (cap->c_tag == CA_SUNW_NULL) in print_cap() 440 switch (cap->c_tag) { in print_cap() [all …]
|
H A D | cap.msg | 114 Value to be set for c_tag field of specified capabilities\n\ 177 is found in the c_tag field of a capabilities element.\n\ 179 If cap:tag is called without arguments, the value of c_tag\n\ 182 If both arguments are present, the c_tag field of the specified\n\
|
/titanic_41/usr/src/cmd/sgs/liblddbg/common/ |
H A D | cap.c | 222 switch (cap->c_tag) { in Elf_cap_entry() 234 str = conv_cap_val(cap->c_tag, cap->c_un.c_val, mach, 0, in Elf_cap_entry() 239 conv_cap_tag(cap->c_tag, 0, &inv_buf), str); in Elf_cap_entry()
|
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | cap.c | 274 while (cptr->c_tag != CA_SUNW_NULL) { in cap_check() 278 switch (cptr->c_tag) { in cap_check() 348 rej->rej_info = cptr->c_tag; in cap_check() 1133 for (cptr += cndx; cptr->c_tag != CA_SUNW_NULL; cptr++) { in sym_cap_check() 1137 switch (cptr->c_tag) { in sym_cap_check()
|
H A D | elf.c | 2323 while (cap->c_tag != CA_SUNW_NULL) { 2324 switch (cap->c_tag) {
|
/titanic_41/usr/src/cmd/file/ |
H A D | elf_read.c | 491 if (Chdr.c_tag == CA_SUNW_NULL) in process_shdr() 495 Chdr.c_tag, Chdr.c_un.c_val, capstr, in process_shdr()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | elf.h | 710 Elf32_Word c_tag; /* how to interpret value */ member 734 Elf64_Xword c_tag; /* how to interpret value */ member
|
/titanic_41/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);
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | files.c | 861 switch (data->c_tag) { in process_cap() 895 cisp->is_name, data->c_tag); in process_cap() 935 if (data->c_tag == CA_SUNW_NULL) in process_cap() 945 if (data->c_tag == CA_SUNW_SF_1) { in process_cap() 958 switch (data->c_tag) { in process_cap() 961 hw_cap(ofl, data->c_tag, data->c_un.c_val); in process_cap() 1044 switch (data->c_tag) { in process_cap()
|
H A D | sections.c | 1589 cap->c_tag = tag; \
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 1432 if (cap->c_tag == CA_SUNW_NULL) { in cap_section() 1480 if ((strs == NULL) && ((cap->c_tag == CA_SUNW_PLAT) || in cap_section() 1481 (cap->c_tag == CA_SUNW_MACH) || in cap_section() 1482 (cap->c_tag == CA_SUNW_ID))) { in cap_section() 1496 if ((cap->c_tag == CA_SUNW_NULL) && (nulls > 1) && in cap_section() 1538 if ((cap->c_tag == CA_SUNW_SF_1) && in cap_section()
|
/titanic_41/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 506 if (cp->c_tag == CA_SUNW_SF_1 && in elfexec()
|