Home
last modified time | relevance | path

Searched refs:CA_SUNW_NULL (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dcap.c197 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()
235 if (cap->c_tag == CA_SUNW_NULL) in cap_group_id()
433 if (cap->c_tag == CA_SUNW_NULL) in print_cap()
452 if (null_seen && (cap->c_tag != CA_SUNW_NULL)) { in print_cap()
551 if (cap->c_tag == CA_SUNW_NULL) in print_cap()
660 if (argstate->cap.data[ndx].c_tag == CA_SUNW_NULL) { in arg_to_index()
H A Dcap.msg47 extra CA_SUNW_NULL\n"
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcap.msg29 @ MSG_CA_SUNW_NULL_CF "CA_SUNW_NULL" # 0
/illumos-gate/usr/src/cmd/file/
H A Delf_read.c494 if (Chdr.c_tag == CA_SUNW_NULL) in process_shdr()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dcap.c309 while (cptr->c_tag != CA_SUNW_NULL) { in cap_check()
1204 for (cptr += cndx; cptr->c_tag != CA_SUNW_NULL; cptr++) { in sym_cap_check()
H A Delf.c2297 while (cap->c_tag != CA_SUNW_NULL) {
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h952 #define CA_SUNW_NULL 0 macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h809 #define CA_SUNW_NULL 0 macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c893 case CA_SUNW_NULL: in process_cap()
967 if (data->c_tag == CA_SUNW_NULL) in process_cap()
1077 case CA_SUNW_NULL: in process_cap()
H A Dsections.c1781 CAP_UPDATE(cap, capndx, CA_SUNW_NULL, 0); in make_cap()
1865 CAP_UPDATE(cap, capndx, CA_SUNW_NULL, 0); in make_cap()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1501 if (cap->c_tag == CA_SUNW_NULL) { in cap_section()
1565 if ((cap->c_tag == CA_SUNW_NULL) && (nulls > 1) && in cap_section()