Searched refs:_libelf_getshdr (Results 1 – 4 of 4) sorted by relevance
40 return (_libelf_getshdr(s, ELFCLASS32)); in elf32_getshdr()46 return (_libelf_getshdr(s, ELFCLASS64)); in elf64_getshdr()62 if ((sh = _libelf_getshdr(s, ELFCLASSNONE)) == NULL) in gelf_getshdr()
35 _libelf_getshdr(Elf_Scn *s, int ec) in _libelf_getshdr() function
59 if ((sh = _libelf_getshdr(s, ec)) == NULL) { in _libelf_getchdr()
225 void *_libelf_getshdr(Elf_Scn *_scn, int _elfclass);