Home
last modified time | relevance | path

Searched refs:aplist_append (Results 1 – 25 of 43) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dldlibs.c103 if (aplist_append(apl, (subsflag ? in process_lib_path()
108 } else if (aplist_append(apl, (subsflag ? in process_lib_path()
119 if (aplist_append(apl, (subsflag ? in process_lib_path()
124 } else if (aplist_append(apl, (subsflag ? in process_lib_path()
137 if (aplist_append(apl, (subsflag ? in process_lib_path()
143 if (aplist_append(apl, (subsflag ? in process_lib_path()
H A Dfiles.c149 if (aplist_append(&ofl->ofl_sos, ifl, AL_CNT_OFL_LIBS) == NULL) in ifl_setup()
152 if (aplist_append(&ofl->ofl_objs, ifl, AL_CNT_OFL_OBJS) == NULL) in ifl_setup()
639 if (aplist_append(&(cgp->cg_secs), isp, in get_cap_group()
649 (aplist_append(&(ofl->ofl_capgroups), cgp, in get_cap_group()
691 if (aplist_append(&(cgp->cg_secs), isp, AL_CNT_CAP_SECS) == NULL) in get_cap_group()
783 if ((lsdp != csdp) && (aplist_append(&cav->cn_aliases, csdp, in ld_cap_add_family()
817 (aplist_append(&cav->cn_members, mcsp, AL_CNT_CAP_MEMS) == NULL)) in ld_cap_add_family()
836 if (csyms && (aplist_append(csyms, mcsp, AL_CNT_CAP_SYMS) == NULL)) in ld_cap_add_family()
1053 (aplist_append(&(cdp->ca_groups), NULL, cnum) == NULL)) in process_cap()
1348 if (aplist_append(&ifl->ifl_relsect, ifl->ifl_isdesc[ndx], in process_reloc()
[all …]
H A Dentry.c436 if (aplist_append(&ofl->ofl_ents, enp, in ld_ent_setup()
471 if ((aplist_append(&ofl->ofl_segs, sgp, in ld_ent_setup()
H A Dargs.c992 if (aplist_append(&ofl->ofl_assdeflib, optarg + in assdeflib_parse()
1708 if (aplist_append(&(ofl->ofl_maps), optarg, in parseopt_pass1()
1742 if (aplist_append(&lib_support, optarg, in parseopt_pass1()
1871 (aplist_append(&ofl->ofl_sos, ifl, in parseopt_pass2()
1950 (aplist_append(&ofl->ofl_initarray, in parseopt_pass2()
1960 (aplist_append(&ofl->ofl_finiarray, in parseopt_pass2()
1970 (aplist_append(&ofl->ofl_preiarray, in parseopt_pass2()
1980 (aplist_append(&ofl->ofl_rtldinfo, in parseopt_pass2()
H A Dmap_core.c2491 if (aplist_append(&sort_segs, sgp1, nsegs) == NULL) in sort_seg_list()
2501 if (aplist_append(&sort_segs, sgp1, nsegs) == NULL) in sort_seg_list()
2524 if (aplist_append(&load_segs, sgp1, AL_CNT_SEGMENTS) == in sort_seg_list()
2582 if ((inserted == 0) && (aplist_append(&load_segs, in sort_seg_list()
2592 if (aplist_append(&sort_segs, sgp1, AL_CNT_SEGMENTS) == NULL) in sort_seg_list()
2605 if (aplist_append(&sort_segs, sgp1, AL_CNT_SEGMENTS) == NULL) in sort_seg_list()
H A Dmap_support.c181 if (aplist_append(&mf->mf_ofl->ofl_objs, ifl, AL_CNT_OFL_OBJS) == NULL) in ld_map_ifl()
517 if (aplist_append(&sgp->sg_sizesym, sdp, AL_CNT_SG_SIZESYM) == NULL) in ld_map_seg_size_symbol()
1145 if (aplist_append(&ofl->ofl_symasserts, m, in ld_map_sym_enter()
1491 if (aplist_append(&mv->mv_vdp->vd_deps, vdp, in ld_map_sym_ver_fini()
H A Dplace.c175 if (do_append && aplist_append(&(osp->os_isdescs[os_isdescs_idx]), in os_attach_isp()
216 if (aplist_append(&osp->os_mstrisdescs, isp, in os_attach_isp()
1442 (aplist_append(&ofl->ofl_osgroups, osp, in ld_place_section()
H A Dsunwmove.c250 if (aplist_append(&ofl->ofl_parsyms, sdp, in ld_process_move()
H A Dversion.c67 if (aplist_append(alpp, vdp, AL_CNT_VERDESCS) == NULL) in ld_vers_desc()
745 if (aplist_append(&ivdp->vd_deps, _ivdp, in ld_vers_def_process()
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dprint.c319 if (aplist_append(&cmdline, cmd, AL_CNT_CRLE) == NULL) in scanconfig()
356 if (aplist_append(&cmdline, cmd, AL_CNT_CRLE) == NULL) in scanconfig()
369 if (aplist_append(&cmdline, cmd, AL_CNT_CRLE) == NULL) in scanconfig()
418 if (aplist_append(&cmdline, cmd, AL_CNT_CRLE) == NULL) in scanconfig()
424 if (aplist_append(&cmdline, cmd, AL_CNT_CRLE) == NULL) in scanconfig()
461 if (aplist_append(&cmdline, cmd, AL_CNT_CRLE) == NULL) in scanconfig()
518 if (aplist_append(&cmdline, cmd, AL_CNT_CRLE) == NULL) in scanconfig()
579 if (aplist_append(&cmdline, cmd, in scanconfig()
681 if (aplist_append(&cmdline, cmd, in scanconfig()
775 if (aplist_append(&cmdline, cmd, in scanconfig()
[all …]
H A Ddepend.c91 if (aplist_append(&(flt->f_filtee), flteent, in filter()
111 if ((aplist_append(&(crle->c_flt), flt, AL_CNT_CRLE) == NULL) || in filter()
112 (aplist_append(&(flt->f_filtee), flteent, AL_CNT_CRLE) == NULL)) in filter()
H A Dutil.c146 if (aplist_append(&(crle->c_env), env, AL_CNT_CRLE) == NULL) in addenv()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dmove.c123 (aplist_append(textrel, mpp, AL_CNT_TEXTREL) == NULL))) in move_data()
168 (aplist_append(&alp, (void *)addr, AL_CNT_MOVES) == NULL)) in move_data()
H A Dtsort.c114 if (aplist_append(&sort->s_queue, lmp, sort->s_num) == NULL) in sort_scc()
137 if (aplist_append(&sort->s_queue, lmp3, in sort_scc()
282 if (tracing && (aplist_append(&alp, tlmp, in visit()
295 if (tracing && (aplist_append(&sort->s_scc, alp, in visit()
H A D_inline_reloc.h61 (aplist_append(textrel, mpp, AL_CNT_TEXTREL) == NULL))) in _elf_reloc_relative()
H A Daudit.c542 if (preinit && (aplist_append(&aud_preinit, clmp, in _audit_add_head()
545 if (activity && (aplist_append(&aud_activity, clmp, in _audit_add_head()
1189 (void) aplist_append(&ghalp, alp->al_ghp, AL_CNT_GROUPS); in audit_desc_cleanup()
1438 if (aplist_append(&(adp->ad_list), alp, in audit_setup()
1519 if (aplist_append(&(adp->ad_list), alp, in audit_setup()
H A Ddlfcns.c157 if (aplist_append(&GROUPS(lmp), ghp, AL_CNT_GROUPS) == NULL) in hdl_add()
249 if (aplist_append(alpp, ghp, AL_CNT_GROUPS) == NULL) { in hdl_create()
260 if (aplist_append(&hdl_alp[ndx], ghp, AL_CNT_HANDLES) == NULL) { in hdl_create()
326 (void) aplist_append(&hdl_alp[ndx], ghp, in hdl_create()
891 if (aplist_append(&dynlm_list, lml, AL_CNT_DYNLIST) == NULL) { in dlmopen_intn()
H A Danalyze.c958 (void) aplist_append(&lmc->lc_now, lmp, AL_CNT_LMNOW); in update_mode()
1012 (aplist_append(&ALIAS(lmp), cp, AL_CNT_ALIAS) == NULL)) in append_alias()
2357 if (aplist_append(&lmalp, nlmp, AL_CNT_DEPCLCT) == NULL) in load_finish()
3314 if (aplist_append(&DEPENDS(clmp), bdp, AL_CNT_DEPENDS) == NULL) in bind_one()
3317 if (aplist_append(&CALLERS(dlmp), bdp, AL_CNT_CALLERS) == NULL) in bind_one()
H A Dsetup.c718 if (aplist_append(&dynlm_list, &lml_main, AL_CNT_DYNLIST) == NULL) in setup()
721 if (aplist_append(&dynlm_list, &lml_rtld, AL_CNT_DYNLIST) == NULL) in setup()
/illumos-gate/usr/src/cmd/sgs/common/
H A Dalist.c260 aplist_append(APlist **lpp, const void *ptr, Aliste init_arritems) in aplist_append() function
437 if (aplist_append(lpp, ptr, init_arritems) == NULL) in aplist_test()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dalist.h272 extern void *aplist_append(APlist **, const void *, Aliste);
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Ddebug.c359 (aplist_append(&dbp->d_list, MSG_ORIG(MSG_TOK_LMID_BASE), in process_lmid()
389 if (aplist_append(&dbp->d_list, lmid_opt, AL_CNT_DEBUG) == NULL) in process_lmid()
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c414 (aplist_append(textrel, mpp, AL_CNT_TEXTREL) == NULL))) in elf_reloc()
848 (aplist_append(textrel, mpp, AL_CNT_TEXTREL) == NULL))) { in elf_reloc()
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c392 (aplist_append(textrel, mpp, AL_CNT_TEXTREL) == NULL))) in elf_reloc()
823 (aplist_append(textrel, mpp, AL_CNT_TEXTREL) == NULL))) { in elf_reloc()
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c575 (aplist_append(textrel, mpp, AL_CNT_TEXTREL) == NULL))) in elf_reloc()
987 (aplist_append(textrel, mpp, AL_CNT_TEXTREL) == NULL))) { in elf_reloc()

12