Home | History | Annotate | Download | only in libelf

Lines Matching refs:scn

29 gelf_getshdr (scn, dst)
30 Elf_Scn *scn;
35 if (scn == NULL)
44 rwlock_rdlock (scn->elf->lock);
46 if (scn->elf->class == ELFCLASS32)
49 Elf32_Shdr *shdr = scn->shdr.e32 ?: INTUSE(elf32_getshdr) (scn);
74 Elf64_Shdr *shdr = scn->shdr.e64 ?: INTUSE(elf64_getshdr) (scn);
87 rwlock_unlock (scn->elf->lock);