Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/common/
H A Dalist.c116 bsize = ALIST_OFF_DATA + bsize; in alist_insert()
121 lp->al_next = ALIST_OFF_DATA; in alist_insert()
137 bsize = ALIST_OFF_DATA + bsize; in alist_insert()
178 ASSERT(off == ALIST_OFF_DATA); in alist_insert_by_offset()
181 idx = (off - ALIST_OFF_DATA) / (*lpp)->al_size; in alist_insert_by_offset()
331 idx = (*offp - ALIST_OFF_DATA) / lp->al_size; in alist_delete_by_offset()
456 lp->al_next = ALIST_OFF_DATA; in alist_reset()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dalist.h153 #define ALIST_OFF_DATA ((size_t)(((Alist *)0)->al_data)) macro
198 (((LIST) != NULL) && ((OFF) = ALIST_OFF_DATA) && \
247 ((void *)(ALIST_OFF_DATA + ((_idx) * (_lp)->al_size) + (char *)(_lp)))
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c137 nlmp = load_one(&lml_main, ALIST_OFF_DATA, palp, *clmp, in preload()
432 if ((rlmp = elf_new_lmp(&lml_rtld, ALIST_OFF_DATA, &fdr, in setup()
488 if ((mlmp = load_file(&lml_main, ALIST_OFF_DATA, NULL, &fdm, in setup()
625 if ((mlmp = elf_new_lmp(&lml_main, ALIST_OFF_DATA, in setup()
867 LIST(rlmp)->lm_lmidstr, ALIST_OFF_DATA)); in setup()
872 ALIST_OFF_DATA)); in setup()
978 if (analyze_lmc(&lml_main, ALIST_OFF_DATA, mlmp, mlmp, NULL) == NULL) in setup()
999 if (relocate_lmc(&lml_main, ALIST_OFF_DATA, mlmp, in setup()
H A Dobject.c355 if (CNTL(nlmp) == ALIST_OFF_DATA) in elf_obj_fini()
367 if (CNTL(nlmp) == ALIST_OFF_DATA) in elf_obj_fini()
H A Danalyze.c381 if (lmco == ALIST_OFF_DATA) { in _relocate_lmc()
520 if (nlmco == ALIST_OFF_DATA) in relocate_lmc()
532 if ((lret == 0) && (nlmco != ALIST_OFF_DATA)) in relocate_lmc()
541 if (nlmco == ALIST_OFF_DATA) { in relocate_lmc()
558 if (lret && (nlmco != ALIST_OFF_DATA) && nlmc->lc_head) in relocate_lmc()
620 if ((nlmco != ALIST_OFF_DATA) && nlmc->lc_head) in relocate_lmc()
2904 if ((off == ALIST_OFF_DATA) && (slp->sl_flags & LKUP_COPY) && ilmp) in core_lookup_sym()
3099 ret = core_lookup_sym(ilmp, &sl, srp, binfo, ALIST_OFF_DATA, in _lookup_sym()
H A Dutil.c1069 if (lmco == ALIST_OFF_DATA) in lm_append()
1167 if (lmco == ALIST_OFF_DATA) { in lm_append()
1192 if (CNTL(lmp) == ALIST_OFF_DATA) in lm_delete()
1248 if (plmco == ALIST_OFF_DATA) in lm_move()
1265 if (plmco == ALIST_OFF_DATA) { in lm_move()
1290 if (plmco == ALIST_OFF_DATA) { in lm_move()
1334 return (ALIST_OFF_DATA); in create_cntl()
H A Delf.c308 if (elf_needed(lml, ALIST_OFF_DATA, lmp, NULL) == 0) in elf_rtld_load()
433 if ((nlmp == NULL) && (lmco != ALIST_OFF_DATA)) in elf_lazy_load()
439 if (lmco != ALIST_OFF_DATA) in elf_lazy_load()
938 if (lmco != ALIST_OFF_DATA)
1127 if ((nlmp == NULL) && (lmco != ALIST_OFF_DATA))
1133 if (lmco != ALIST_OFF_DATA)
H A Dremove.c563 (MODE(lmp) & RTLD_NODELETE) && (CNTL(lmp) == ALIST_OFF_DATA)) in is_deletable()
662 (CNTL(lmp) != ALIST_OFF_DATA) || in gdp_collect()
H A Ddlfcns.c507 ((CNTL(lmp) != ALIST_OFF_DATA) || in dlclose_core()
735 (void) relocate_lmc(lml, ALIST_OFF_DATA, clmp, in dlmopen_core()
793 nlmco = ALIST_OFF_DATA; in dlmopen_core()
H A Dcap.c809 if (nlmco != ALIST_OFF_DATA) in cap_filtees()
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c835 datap = ALIST_OFF_DATA + (uintptr_t)addr; in _dcmd_Lm_list()
1116 datap = ALIST_OFF_DATA + (uintptr_t)addr; in dcmd_GrpHdl()