Searched refs:CA_SUNW_NULL (Results 1 – 11 of 11) sorted by relevance
/titanic_52/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() 233 if (cap->c_tag == CA_SUNW_NULL) in cap_group_id() 431 if (cap->c_tag == CA_SUNW_NULL) in print_cap() 450 if (null_seen && (cap->c_tag != CA_SUNW_NULL)) { in print_cap() 541 if (cap->c_tag == CA_SUNW_NULL) in print_cap() 650 if (argstate->cap.data[ndx].c_tag == CA_SUNW_NULL) { in arg_to_index()
|
H A D | cap.msg | 45 extra CA_SUNW_NULL\n"
|
/titanic_52/usr/src/cmd/sgs/libconv/common/ |
H A D | cap.msg | 27 @ MSG_CA_SUNW_NULL_CF "CA_SUNW_NULL" # 0
|
/titanic_52/usr/src/cmd/file/ |
H A D | elf_read.c | 487 * CA_SUNW_NULL. Groups other than the first in process_shdr() 491 if (Chdr.c_tag == CA_SUNW_NULL) in process_shdr()
|
/titanic_52/usr/src/cmd/sgs/rtld/common/ |
H A D | cap.c | 274 while (cptr->c_tag != CA_SUNW_NULL) { in cap_check() 1131 * of one or more capabilities, terminated with a CA_SUNW_NULL entry. in sym_cap_check() 1133 for (cptr += cndx; cptr->c_tag != CA_SUNW_NULL; cptr++) { in sym_cap_check()
|
H A D | elf.c | 2323 while (cap->c_tag != CA_SUNW_NULL) {
|
/titanic_52/usr/src/uts/common/sys/ |
H A D | elf.h | 933 #define CA_SUNW_NULL 0 macro
|
/titanic_52/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 809 #define CA_SUNW_NULL 0 macro
|
/titanic_52/usr/src/cmd/sgs/libld/common/ |
H A D | files.c | 666 * CA_SUNW_NULL. in get_cap_group() 840 * A capabilities section can contain one or more, CA_SUNW_NULL in process_cap() 849 * CA_SUNW_NULL element in index [0]. in process_cap() 862 case CA_SUNW_NULL: in process_cap() 864 * If this is the first CA_SUNW_NULL entry, and no in process_cap() 935 if (data->c_tag == CA_SUNW_NULL) in process_cap() 1045 case CA_SUNW_NULL: in process_cap()
|
H A D | sections.c | 1675 size++; /* Add CA_SUNW_NULL */ in make_cap() 1682 * If there are no object capabilities, a CA_SUNW_NULL entry in make_cap() 1756 CAP_UPDATE(cap, capndx, CA_SUNW_NULL, 0); in make_cap() 1836 CAP_UPDATE(cap, capndx, CA_SUNW_NULL, 0); in make_cap()
|
/titanic_52/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 1433 * CA_SUNW_NULL terminator for the object capabilities exists. in cap_section() 1436 if (cap->c_tag == CA_SUNW_NULL) { in cap_section() 1438 * A CA_SUNW_NULL tag terminates a capabilities group. in cap_section() 1439 * If the first capabilities tag is CA_SUNW_NULL, then in cap_section() 1451 * CA_SUNW_NULL tag has been processed in cap_section() 1461 * group (i.e., a CA_SUNW_NULL tag has in cap_section() 1497 * If this CA_SUNW_NULL tag terminates a symbol capabilities in cap_section() 1500 if ((cap->c_tag == CA_SUNW_NULL) && (nulls > 1) && in cap_section() 1678 * A .SUNW_cap section can contain one or more, CA_SUNW_NULL terminated,
|