/titanic_41/usr/src/cmd/sgs/mcs/common/ |
H A D | lintsup.c | 38 (void) alist_append(NULL, NULL, 0, 0); in foo()
|
/titanic_41/usr/src/cmd/sgs/crle/common/ |
H A D | lintsup.c | 40 (void) alist_append(NULL, NULL, 0, 0); in foo()
|
H A D | crle.c | 123 if ((objdir = iobjdir = alist_append(&objdirs, NULL, sizeof (Objdir), in main() 222 if ((objdir = alist_append(&objdirs, NULL, in main()
|
/titanic_41/usr/src/cmd/sgs/ldd/common/ |
H A D | lintsup.c | 40 (void) alist_append(NULL, NULL, 0, 0); in foo()
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | map_support.c | 316 if (alist_append(&sdf->sdf_verneed, &sdv, sizeof (Sdv_desc), in ld_map_dv_entry() 331 if (alist_append(&sdf->sdf_vers, &sdv, sizeof (Sdv_desc), in ld_map_dv_entry() 394 scop = alist_append(&sgp->sg_os_order, NULL, sizeof (Sec_order), in ld_map_seg_os_order_add() 793 if (alist_append(&enp->ec_files, &edf, sizeof (edf), in ld_map_seg_ent_files() 1396 if (alist_append(&ofl->ofl_dtsfltrs, &dft, in ld_map_sym_enter() 1408 if (alist_append(&ofl->ofl_symfltrs, &sft, sizeof (Sfltr_desc), in ld_map_sym_enter()
|
H A D | groups.c | 304 if (alist_append(&(gifl->ifl_groups), &gd, sizeof (Group_desc), in ld_group_process()
|
H A D | sunwmove.c | 156 if (alist_append(&sdp->sd_move, &nmd, sizeof (Mv_desc), in append_move_desc()
|
H A D | support.c | 132 if (alist_append(&support[interface].sup_funcs, &fl, in ld_sup_loadso()
|
H A D | files.c | 445 if ((capstr = alist_append(&list->cl_val, NULL, in str_cap() 1121 if ((capstr = alist_append(&ocapset.oc_plat.cl_val, in process_cap() 1130 if ((capstr = alist_append(&ocapset.oc_mach.cl_val, in process_cap()
|
H A D | version.c | 877 if (alist_append(&sdf->sdf_vers, &sdv, in ld_vers_need_process()
|
H A D | map_v2.c | 330 if ((capstr = alist_append(&caplist->cl_val, in set_capstr() 361 (Capstr *)alist_append(&caplist->cl_val, NULL, in set_capstr()
|
/titanic_41/usr/src/cmd/sgs/librtld/common/ |
H A D | syms.c | 102 if (alist_append(nodirect, &ndx, sizeof (Word), 20) == 0) in syminfo()
|
H A D | mapfile-vers | 49 alist_append { TYPE = FUNCTION; FLAGS = PARENT };
|
/titanic_41/usr/src/cmd/sgs/include/ |
H A D | alist.h | 262 extern void *alist_append(Alist **, const void *, size_t, Aliste);
|
/titanic_41/usr/src/cmd/sgs/elfwrap/common/ |
H A D | elfwrap.c | 130 if (alist_append(&(odp->od_outsecs), &outsec, sizeof (OutSec_t), in input() 181 if (alist_append(&(odp->od_outsecs), &outsec, sizeof (OutSec_t), in input()
|
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | mapfile-vers | 85 alist_append; # librtld support
|
H A D | paths.c | 57 if ((pdp = alist_append(alpp, NULL, sizeof (Pdesc), in set_dirs() 1133 if ((pdp = alist_append(alpp, NULL, sizeof (Pdesc), in expand_paths()
|
H A D | setup.c | 330 if (alist_append(&lml_main.lm_lists, NULL, sizeof (Lm_cntl), in setup() 337 if (alist_append(&lml_rtld.lm_lists, NULL, sizeof (Lm_cntl), in setup()
|
H A D | object.c | 179 if (alist_append(&mpalp, &md, sizeof (Mmap_desc), in elf_obj_file()
|
H A D | config_elf.c | 506 if ((pdp = alist_append(alpp, NULL, sizeof (Pdesc), in elf_config_flt()
|
H A D | a.out.c | 150 if ((pdp = alist_append(alpp, NULL, sizeof (Pdesc), alni)) == NULL) in aout_fix_name()
|
H A D | elf.c | 152 if ((pdp = alist_append(alpp, NULL, sizeof (Pdesc), in elf_fix_name() 2119 if ((rti = alist_append(&lml->lm_rti, NULL, 2426 if (alist_append(©_R(dlmp), &rc, sizeof (Rel_copy),
|
H A D | cap.c | 609 (alist_append(&fdalp, &fd, sizeof (Fdesc), in cap_dir()
|
/titanic_41/usr/src/cmd/sgs/tools/common/ |
H A D | alist.c | 251 alist_append(Alist **lpp, const void *datap, size_t size, in alist_append() function
|
/titanic_41/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.c | 226 rec = alist_append(&match_list, NULL, sizeof (match_rec_t), in add_match_record()
|