Searched refs:_libelf_memory (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
H A D | elf_memory.c | 50 return (_libelf_memory((unsigned char *) image, sz, 1)); in elf_memory()
|
H A D | elf_open.c | 71 return (_libelf_memory((unsigned char *) image, sz, 0)); in elf_openmemory()
|
H A D | libelf_memory.c | 51 _libelf_memory(unsigned char *image, size_t sz, int reporterror) in _libelf_memory() function
|
H A D | libelf_open.c | 233 if ((e = _libelf_memory(m, fsize, reporterror)) == NULL) { in _libelf_open_object()
|
H A D | _libelf.h | 226 Elf *_libelf_memory(unsigned char *_image, size_t _sz, int _reporterror);
|