Searched refs:_libelf_ehdr (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/contrib/elftoolchain/libelf/
H A Delf_shstrndx.c46 if ((eh = _libelf_ehdr(e, ec, 0)) == NULL)
74 ((eh = _libelf_ehdr(e, ec, 0)) == NULL)) {
H A Dgelf_ehdr.c41 return (_libelf_ehdr(e, ELFCLASS32, 0));
47 return (_libelf_ehdr(e, ELFCLASS64, 0));
64 if ((eh32 = _libelf_ehdr(e, ELFCLASS32, 0)) == NULL)
88 if ((eh64 = _libelf_ehdr(e, ELFCLASS64, 0)) == NULL)
98 return (_libelf_ehdr(e, ELFCLASS32, 1));
104 return (_libelf_ehdr(e, ELFCLASS64, 1));
112 return (_libelf_ehdr(e, ec, 1));
137 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL)
H A Delf_phnum.c46 if ((eh = _libelf_ehdr(e, ec, 0)) == NULL)
H A Delf_shnum.c46 if ((eh = _libelf_ehdr(e, ec, 0)) == NULL)
H A Dgelf_phdr.c65 if ((eh32 = _libelf_ehdr(e, ELFCLASS32, 0)) == NULL ||
86 if ((eh64 = _libelf_ehdr(e, ELFCLASS64, 0)) == NULL ||
144 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL)
H A Dlibelf_phdr.c64 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL)
119 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) {
H A Delf_scn.c143 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL)
186 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL)
H A D_libelf.h209 void *_libelf_ehdr(Elf *_e, int _elfclass, int _allocate);
H A Delf_update.c524 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL)
847 ehdr = _libelf_ehdr(e, ec, 0);
889 ehdr = _libelf_ehdr(e, ec, 0);
947 ehdr = _libelf_ehdr(e, ec, 0);
H A Dlibelf_ehdr.c101 _libelf_ehdr(Elf *e, int ec, int allocate) function

Completed in 55 milliseconds