Home | History | Annotate | Download | only in libelf

Lines Matching defs:scn

51 	Elf_Scn *scn;
61 (scn = d->d_scn) == NULL ||
62 (e = scn->s_elf) == NULL) {
71 sh_type = scn->s_shdr.s_shdr32.sh_type;
73 sh_type = scn->s_shdr.s_shdr64.sh_type;
110 Elf_Scn *scn;
120 (scn = d->d_scn) == NULL ||
121 (e = scn->s_elf) == NULL) {
130 sh_type = scn->s_shdr.s_shdr32.sh_type;
132 sh_type = scn->s_shdr.s_shdr64.sh_type;