Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libelf/common/
H A Dnewscn.c69 s->sb_scn.s_elf = elf; in elf_newscn()
79 s->sb_scn.s_elf = elf; in elf_newscn()
99 s->sb_scn.s_elf = elf; in elf_newscn()
109 s->sb_scn.s_elf = elf; in elf_newscn()
H A Dgetdata.c120 assert(!elf_threaded || RW_LOCK_HELD(&(scn->s_elf->ed_rwlock))); in _elf_locked_getdata()
122 elf = scn->s_elf; in _elf_locked_getdata()
158 elf = scn->s_elf; in _elf_locked_getdata()
311 elf = scn->s_elf; in elf_getdata()
H A Dflag.c49 elf = scn->s_elf; in elf_flagdata()
142 elf = scn->s_elf; in elf_flagscn()
168 elf = scn->s_elf; in elf_flagshdr()
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()
356 } else if (scn->s_elf->ed_class == ELFCLASS64) { in gelf_getshdr()
362 READLOCKS(scn->s_elf, scn); in gelf_getshdr()
364 READUNLOCKS(scn->s_elf, scn); in gelf_getshdr()
380 if (scn->s_elf->ed_class == ELFCLASS32) { in gelf_update_shdr()
386 ELFWLOCK(scn->s_elf); in gelf_update_shdr()
[all …]
H A Dclscook.c111 s->s_elf = elf; in _elf_prepscn()
114 s->s_shdr = (Shdr*)s->s_elf->ed_shdr + s->s_index; in _elf_prepscn()
147 NOTE(ASSUMING_PROTECTED(*s, *(s->s_elf))) in _elf_cookscn()
166 elf = s->s_elf; in _elf_cookscn()
H A Dndxscn.c44 elf = scn->s_elf; in elf_ndxscn()
H A Dgetshdr.c44 elf = scn->s_elf; in getshdr()
H A Dnewdata.c47 elf = s->s_elf; in elf_newdata()
H A Ddecl.h138 Elf *s_elf; /* parent file */ member
153 NOTE(READ_ONLY_DATA(Elf_Scn::s_elf))
H A Drawdata.c48 elf = scn->s_elf; in elf_rawdata()
H A Dcook.c234 Elf * elf = s->s_elf; in _elf_cookscn()