Home
last modified time | relevance | path

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

/src/contrib/elftoolchain/libelf/
H A Dgelf_checksum.c37 return (_libelf_checksum(e, ELFCLASS32)); in elf32_checksum()
43 return (_libelf_checksum(e, ELFCLASS64)); in elf64_checksum()
55 return (_libelf_checksum(e, ec)); in gelf_checksum()
H A Dlibelf_checksum.c46 _libelf_checksum(Elf *e, int elfclass) in _libelf_checksum() function
H A D_libelf.h215 long _libelf_checksum(Elf *_e, int _elfclass);