Symbol: _libelf_ehdr
lib/libelf/_libelf.h
212
void *_libelf_ehdr(Elf *_e, int _elfclass, int _allocate);
lib/libelf/elf_phnum.c
46
if ((eh = _libelf_ehdr(e, ec, 0)) == NULL)
lib/libelf/elf_scn.c
144
if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL)
lib/libelf/elf_scn.c
187
if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL)
lib/libelf/elf_shnum.c
46
if ((eh = _libelf_ehdr(e, ec, 0)) == NULL)
lib/libelf/elf_shstrndx.c
46
if ((eh = _libelf_ehdr(e, ec, 0)) == NULL)
lib/libelf/elf_shstrndx.c
74
((eh = _libelf_ehdr(e, ec, 0)) == NULL)) {
lib/libelf/elf_update.c
529
if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL)
lib/libelf/elf_update.c
857
ehdr = _libelf_ehdr(e, ec, 0);
lib/libelf/elf_update.c
903
ehdr = _libelf_ehdr(e, ec, 0);
lib/libelf/elf_update.c
966
ehdr = _libelf_ehdr(e, ec, 0);
lib/libelf/gelf_ehdr.c
104
return (_libelf_ehdr(e, ELFCLASS64, 1));
lib/libelf/gelf_ehdr.c
112
return (_libelf_ehdr(e, ec, 1));
lib/libelf/gelf_ehdr.c
137
if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL)
lib/libelf/gelf_ehdr.c
41
return (_libelf_ehdr(e, ELFCLASS32, 0));
lib/libelf/gelf_ehdr.c
47
return (_libelf_ehdr(e, ELFCLASS64, 0));
lib/libelf/gelf_ehdr.c
64
if ((eh32 = _libelf_ehdr(e, ELFCLASS32, 0)) == NULL)
lib/libelf/gelf_ehdr.c
88
if ((eh64 = _libelf_ehdr(e, ELFCLASS64, 0)) == NULL)
lib/libelf/gelf_ehdr.c
98
return (_libelf_ehdr(e, ELFCLASS32, 1));
lib/libelf/gelf_phdr.c
143
if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL)
lib/libelf/gelf_phdr.c
72
if ((eh32 = _libelf_ehdr(e, ELFCLASS32, 0)) == NULL ||
lib/libelf/gelf_phdr.c
88
if ((eh64 = _libelf_ehdr(e, ELFCLASS64, 0)) == NULL ||
lib/libelf/libelf_phdr.c
123
if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) {
lib/libelf/libelf_phdr.c
63
if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL)