Searched refs:_libelf_memory (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | elf_memory.c | 46 return (_libelf_memory((unsigned char *) image, sz, 1)); in elf_memory()
|
H A D | elf_open.c | 66 return (_libelf_memory((unsigned char *) image, sz, 0)); in elf_openmemory()
|
H A D | libelf_memory.c | 42 _libelf_memory(unsigned char *image, size_t sz, int reporterror) in _libelf_memory() function
|
H A D | libelf_open.c | 225 if ((e = _libelf_memory(m, fsize, reporterror)) == NULL) { in _libelf_open_object()
|
H A D | _libelf.h | 230 Elf *_libelf_memory(unsigned char *_image, size_t _sz, int _reporterror);
|