Home
last modified time | relevance | path

Searched refs:_libelf_getshdr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Dgelf_shdr.c49 return (_libelf_getshdr(s, ELFCLASS32)); in elf32_getshdr()
55 return (_libelf_getshdr(s, ELFCLASS64)); in elf64_getshdr()
71 if ((sh = _libelf_getshdr(s, ELFCLASSNONE)) == NULL) in gelf_getshdr()
H A Dlibelf_shdr.c40 _libelf_getshdr(Elf_Scn *s, int ec) in _libelf_getshdr() function
H A D_libelf.h222 void *_libelf_getshdr(Elf_Scn *_scn, int _elfclass);