Home | History | Annotate | Download | only in libelf

Lines Matching defs:scn

50 	Elf_Scn *scn;
69 if ((scn = lid->d_scn) == NULL ||
70 (e = scn->s_elf) == NULL || (e != ld->d_scn->s_elf)) {
79 sh_type = scn->s_shdr.s_shdr32.sh_type;
81 sh_type = scn->s_shdr.s_shdr64.sh_type;
110 Elf_Scn *scn;
121 if (lid == NULL || (scn = lid->d_scn) == NULL ||
122 (e = scn->s_elf) == NULL || (e != ld->d_scn->s_elf)) {
131 sh_type = scn->s_shdr.s_shdr32.sh_type;
133 sh_type = scn->s_shdr.s_shdr64.sh_type;