Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Dgelf_phdr.c44 return (_libelf_getphdr(e, ELFCLASS32)); in elf32_getphdr()
50 return (_libelf_getphdr(e, ELFCLASS64)); in elf64_getphdr()
78 ((ep32 = _libelf_getphdr(e, ELFCLASS32)) == NULL)) in gelf_getphdr()
94 (ep64 = _libelf_getphdr(e, ELFCLASS64)) == NULL) in gelf_getphdr()
H A Dlibelf_phdr.c46 _libelf_getphdr(Elf *e, int ec) in _libelf_getphdr() function
H A D_libelf.h221 void *_libelf_getphdr(Elf *_e, int _elfclass);
H A Delf_update.c644 phdr = _libelf_getphdr(e, ec); in _libelf_resync_elf()
939 src.d_buf = _libelf_getphdr(e, ec); in _libelf_write_phdr()