Lines Matching defs:elf
30 #include ELFUTILS_HEADER(elf)
34 print_strings (Elf_Scn *scn, Elf *elf, size_t ndx)
44 const char *str = elf_strptr (elf, ndx, off);
49 str = elf_strptr (elf, ndx, off);
75 Elf *elf = elf_begin (fd, ELF_C_READ, NULL);
76 if (elf == NULL)
83 if (elf_getshdrstrndx (elf, &ndx) != 0)
95 Elf_Scn *scn = elf_getscn (elf, ndx);
107 print_strings (scn, elf, ndx);
114 print_strings (scn, elf, ndx);
116 if (elf_end (elf) != 0)