Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dnewscn.c66 s->sb_scn.s_elf = elf; in elf_newscn()
75 s->sb_scn.s_elf = elf; in elf_newscn()
93 s->sb_scn.s_elf = elf; in elf_newscn()
102 s->sb_scn.s_elf = elf; in elf_newscn()
H A Dgetdata.c118 assert(!elf_threaded || RW_LOCK_HELD(&(scn->s_elf->ed_rwlock))); in _elf_locked_getdata()
120 elf = scn->s_elf; in _elf_locked_getdata()
156 elf = scn->s_elf; in _elf_locked_getdata()
309 elf = scn->s_elf; in elf_getdata()
H A Dgelf.c39 (((Dnode *)(edata))->db_scn->s_elf->ed_class)
42 (((Dnode *)(edata))->db_scn->s_elf)
336 if (scn->s_elf->ed_class == ELFCLASS32) { in gelf_getshdr()
342 READLOCKS(scn->s_elf, scn); in gelf_getshdr()
353 READUNLOCKS(scn->s_elf, scn); in gelf_getshdr()
362 READLOCKS(scn->s_elf, scn); in gelf_getshdr()
364 READUNLOCKS(scn->s_elf, scn); in gelf_getshdr()
386 ELFWLOCK(scn->s_elf); in gelf_update_shdr()
404 ELFUNLOCK(scn->s_elf); in gelf_update_shdr()
412 ELFWLOCK(scn->s_elf); in gelf_update_shdr()
[all …]
H A Dflag.c47 elf = scn->s_elf; in elf_flagdata()
140 elf = scn->s_elf; in elf_flagscn()
166 elf = scn->s_elf; in elf_flagshdr()
H A Dndxscn.c42 elf = scn->s_elf; in elf_ndxscn()
H A Dgetshdr.c42 elf = scn->s_elf; in getshdr()
H A Dclscook.c109 s->s_elf = elf; in _elf_prepscn()
112 s->s_shdr = (Shdr*)s->s_elf->ed_shdr + s->s_index; in _elf_prepscn()
161 elf = s->s_elf; in _elf_cookscn()
H A Dnewdata.c45 elf = s->s_elf; in elf_newdata()
H A Drawdata.c46 elf = scn->s_elf; in elf_rawdata()
H A Dcook.c228 Elf * elf = s->s_elf; in _elf_cookscn()
H A Ddecl.h137 Elf *s_elf; /* parent file */ member