Searched refs:olmp (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | object.c | 42 static Rt_map *olmp = NULL; variable 99 ((olmp = calloc(1, sizeof (*olmp))) == NULL)) { in elf_obj_init() 105 FLAGS(olmp) |= FLG_RT_OBJECT; in elf_obj_init() 106 ELFPRV(olmp) = (void *)ofl; in elf_obj_init() 113 free(olmp); in elf_obj_init() 114 olmp = NULL; in elf_obj_init() 124 NAME(olmp) = (char *)name; in elf_obj_init() 125 LIST(olmp) = lml; in elf_obj_init() 127 lm_append(lml, lmco, olmp); in elf_obj_init() 128 return (olmp); in elf_obj_init() [all …]
|
H A D | analyze.c | 149 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 D | ctf_diff.c | 323 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 D | util.c | 305 Dbg_unused_lcinterface(Rt_map *nlmp, Rt_map *olmp, int tag) in Dbg_unused_lcinterface() argument 319 NAME(olmp)); in Dbg_unused_lcinterface()
|