Home
last modified time | relevance | path

Searched refs:olmp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dobject.c99 ((olmp = calloc(1, sizeof (*olmp))) == NULL)) { in elf_obj_init()
113 free(olmp); in elf_obj_init()
114 olmp = NULL; in elf_obj_init()
125 LIST(olmp) = lml; in elf_obj_init()
128 return (olmp); in elf_obj_init()
166 if ((olmp == NULL) && ((olmp = elf_obj_init(lml, lmco, name)) == NULL)) in elf_obj_file()
193 return (olmp); in elf_obj_file()
349 if (PREV(olmp)) { in elf_obj_fini()
399 free(ELFPRV(olmp)); in elf_obj_fini()
400 free(olmp); in elf_obj_fini()
[all …]
H A Danalyze.c149 Rt_map *olmp; in analyze_lmc() local
151 if ((olmp = elf_obj_fini(lml, lmp, clmp, in analyze_lmc()
173 nlmp = olmp; in analyze_lmc()
174 lmp = olmp; in analyze_lmc()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_diff.c323 const ctf_lmember_t *ilmp, *olmp; in ctf_diff_struct() local
355 olmp = NULL; in ctf_diff_struct()
358 olmp = (const ctf_lmember_t *)((uintptr_t)otp + oincr); in ctf_diff_struct()
395 oname = ctf_strptr(ofp, olmp->ctlm_name); in ctf_diff_struct()
396 ooff = CTF_LMEM_OFFSET(olmp); in ctf_diff_struct()
397 otype = olmp->ctlm_type; in ctf_diff_struct()
418 if (olmp != NULL) in ctf_diff_struct()
419 olmp++; in ctf_diff_struct()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dutil.c305 Dbg_unused_lcinterface(Rt_map *nlmp, Rt_map *olmp, int tag) in Dbg_unused_lcinterface() argument
319 NAME(olmp)); in Dbg_unused_lcinterface()