Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libelf/
H A Dgelf_shdr.c40 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()
H A Dlibelf_shdr.c35 _libelf_getshdr(Elf_Scn *s, int ec) in _libelf_getshdr() function
H A Dlibelf_chdr.c59 if ((sh = _libelf_getshdr(s, ec)) == NULL) { in _libelf_getchdr()
H A D_libelf.h225 void *_libelf_getshdr(Elf_Scn *_scn, int _elfclass);