/illumos-gate/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() 1416 if (alist_append(&ofl->ofl_dtsfltrs, &dft, in ld_map_sym_enter() 1428 if (alist_append(&ofl->ofl_symfltrs, &sft, sizeof (Sfltr_desc), in ld_map_sym_enter()
|
H A D | groups.c | 341 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 | 131 if (alist_append(&support[interface].sup_funcs, &fl, in ld_sup_loadso()
|
H A D | version.c | 877 if (alist_append(&sdf->sdf_vers, &sdv, in ld_vers_need_process()
|
H A D | files.c | 471 if ((capstr = alist_append(&list->cl_val, NULL, in str_cap() 1154 if ((capstr = alist_append(&ocapset.oc_plat.cl_val, in process_cap() 1163 if ((capstr = alist_append(&ocapset.oc_mach.cl_val, in process_cap()
|
H A D | machrel.intel.c | 1476 if (alist_append(alpp, &gn, sizeof (Gotndx), AL_CNT_SDP_GOT) == NULL) in ld_assign_got_ndx()
|
H A D | map_v2.c | 336 if ((capstr = alist_append(&caplist->cl_val, in set_capstr() 367 (Capstr *)alist_append(&caplist->cl_val, NULL, in set_capstr()
|
H A D | relocate.c | 1252 if (alist_append(&ofl->ofl_copyrels, &cr, sizeof (Copy_rel), in reloc_exec()
|
/illumos-gate/usr/src/cmd/sgs/librtld/common/ |
H A D | syms.c | 101 if (alist_append(nodirect, &ndx, sizeof (Word), 20) == 0) in syminfo()
|
H A D | mapfile-vers | 49 alist_append { TYPE = FUNCTION; FLAGS = PARENT };
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | alist.h | 262 extern void *alist_append(Alist **, const void *, size_t, Aliste);
|
/illumos-gate/usr/src/cmd/sgs/crle/common/ |
H A D | crle.c | 121 if ((objdir = iobjdir = alist_append(&objdirs, NULL, sizeof (Objdir), in main() 216 if ((objdir = alist_append(&objdirs, NULL, in main()
|
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/ |
H A D | elfwrap.c | 129 if (alist_append(&(odp->od_outsecs), &outsec, sizeof (OutSec_t), in input() 180 if (alist_append(&(odp->od_outsecs), &outsec, sizeof (OutSec_t), in input()
|
/illumos-gate/usr/src/cmd/sgs/common/ |
H A D | alist.c | 251 alist_append(Alist **lpp, const void *datap, size_t size, in alist_append() function
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | mapfile-vers | 111 alist_append; # librtld support
|
H A D | paths.c | 57 if ((pdp = alist_append(alpp, NULL, sizeof (Pdesc), in set_dirs() 1134 if ((pdp = alist_append(alpp, NULL, sizeof (Pdesc), in expand_paths()
|
H A D | setup.c | 328 if (alist_append(&lml_main.lm_lists, NULL, sizeof (Lm_cntl), in setup() 335 if (alist_append(&lml_rtld.lm_lists, NULL, sizeof (Lm_cntl), in setup()
|
H A D | config_elf.c | 490 if ((pdp = alist_append(alpp, NULL, sizeof (Pdesc), in elf_config_flt()
|
H A D | object.c | 177 if (alist_append(&mpalp, &md, sizeof (Mmap_desc), in elf_obj_file()
|
H A D | elf.c | 2093 if ((rti = alist_append(&lml->lm_rti, NULL, 2403 if (alist_append(©_R(dlmp), &rc, sizeof (Rel_copy),
|
H A D | cap.c | 650 (alist_append(&fdalp, &fd, sizeof (Fdesc), in cap_dir()
|
H A D | audit.c | 154 if ((acp = alist_append(&(hlml->lm_aud_cookies), &ac, in _audit_create_head_client()
|
H A D | dlfcns.c | 163 if ((gdp = alist_append(&ghp->gh_depends, &gd, in hdl_add()
|
/illumos-gate/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.c | 227 rec = alist_append(&match_list, NULL, sizeof (match_rec_t), in add_match_record()
|