Searched refs:ed_hdscn (Results 1 – 7 of 7) sorted by relevance
50 if (elf->ed_hdscn == 0) { in elf_getscn()53 if ((elf->ed_hdscn == 0) && (_elf_cook(elf) != OK_YES)) { in elf_getscn()66 s = &elf->ed_hdscn[index]; in elf_getscn()73 s = &elf->ed_hdscn[tabsz - 1]; in elf_getscn()75 s = elf->ed_hdscn; in elf_getscn()
50 if ((elf->ed_hdscn == 0) && (_elf_cook(elf) != OK_YES)) { in elf_newscn()63 if (elf->ed_hdscn == 0) { in elf_newscn()70 elf->ed_hdscn = elf->ed_tlscn = &s->sb_scn; in elf_newscn()93 if (elf->ed_hdscn == 0) { in elf_newscn()100 elf->ed_hdscn = elf->ed_tlscn = &s->sb_scn; in elf_newscn()
49 if (elf->ed_hdscn == 0) { in elf_nextscn()50 if (elf->ed_hdscn == 0) in elf_nextscn()53 if ((scn = elf->ed_hdscn) != 0) in elf_nextscn()
202 if ((s = elf->ed_hdscn) == 0) { in _elf_upd_lib()318 sh = (Shdr *)elf->ed_hdscn->s_shdr; in _elf_upd_lib()387 if ((s = elf->ed_hdscn) == 0) { in _elf_upd_usr()435 sh = (Shdr *)elf->ed_hdscn->s_shdr; in _elf_upd_usr()579 for (s = elf->ed_hdscn; s != 0; s = s->s_next) { in wrt()678 for (s = elf->ed_hdscn; s != 0; s = s->s_next) { in wrt()912 for (s = elf->ed_hdscn; s != 0; s = s->s_next) { in _elfxx_swap_wrimage()947 for (s = elf->ed_hdscn; s != 0; s = s->s_next) { in _elfxx_swap_wrimage()
108 elf->ed_hdscn = s; in _elf_prepscn()113 s->s_index = s - elf->ed_hdscn; in _elf_prepscn()135 s = elf->ed_hdscn; in _elf_prepscn()
58 for (s = elf->ed_hdscn; s != 0; s = s->s_next) { in elf_end()
336 Elf_Scn *ed_hdscn; /* head scn */ member