Home
last modified time | relevance | path

Searched refs:_libelf_ehdr (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/elftoolchain/libelf/
HDgelf_ehdr.c41 return (_libelf_ehdr(e, ELFCLASS32, 0)); in elf32_getehdr()
47 return (_libelf_ehdr(e, ELFCLASS64, 0)); in elf64_getehdr()
64 if ((eh32 = _libelf_ehdr(e, ELFCLASS32, 0)) == NULL) in gelf_getehdr()
88 if ((eh64 = _libelf_ehdr(e, ELFCLASS64, 0)) == NULL) in gelf_getehdr()
98 return (_libelf_ehdr(e, ELFCLASS32, 1)); in elf32_newehdr()
104 return (_libelf_ehdr(e, ELFCLASS64, 1)); in elf64_newehdr()
112 return (_libelf_ehdr(e, ec, 1)); in gelf_newehdr()
137 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) in gelf_update_ehdr()
HDgelf_phdr.c65 if ((eh32 = _libelf_ehdr(e, ELFCLASS32, 0)) == NULL || in gelf_getphdr()
86 if ((eh64 = _libelf_ehdr(e, ELFCLASS64, 0)) == NULL || in gelf_getphdr()
144 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) in gelf_update_phdr()
HDelf_shstrndx.c46 if ((eh = _libelf_ehdr(e, ec, 0)) == NULL) in _libelf_getshdrstrndx()
74 ((eh = _libelf_ehdr(e, ec, 0)) == NULL)) { in elf_setshstrndx()
HDlibelf_phdr.c64 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) in _libelf_getphdr()
119 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) { in _libelf_newphdr()
HDelf_scn.c143 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) in elf_getscn()
186 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) in elf_newscn()
HDelf_shnum.c46 if ((eh = _libelf_ehdr(e, ec, 0)) == NULL) in _libelf_getshdrnum()
HDelf_phnum.c46 if ((eh = _libelf_ehdr(e, ec, 0)) == NULL) in _libelf_getphdrnum()
HDelf_update.c524 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) in _libelf_resync_elf()
847 ehdr = _libelf_ehdr(e, ec, 0); in _libelf_write_ehdr()
889 ehdr = _libelf_ehdr(e, ec, 0); in _libelf_write_phdr()
947 ehdr = _libelf_ehdr(e, ec, 0); in _libelf_write_shdr()
HD_libelf.h209 void *_libelf_ehdr(Elf *_e, int _elfclass, int _allocate);
HDlibelf_ehdr.c101 _libelf_ehdr(Elf *e, int ec, int allocate) in _libelf_ehdr() function
/dragonfly/lib/libexecinfo/
HDprivate_libelf.h86 #define _libelf_ehdr __ei_libelf_ehdr macro
2458 _libelf_ehdr(Elf *e, int ec, int allocate) in _libelf_ehdr() function
2701 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) in elf_getscn()