Searched refs:ELF_K_ELF (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10-stable/lib/libelf/
H A Delf_kind.c40 e->e_kind == ELF_K_ELF)
H A Dlibelf_shdr.c41 e->e_kind != ELF_K_ELF) {
H A Delf_flag.c45 (e = scn->s_elf) == NULL || e->e_kind != ELF_K_ELF ||
69 (e->e_kind != ELF_K_ELF) || (flags & ~ELF_F_DIRTY) != 0 ||
97 (e->e_kind != ELF_K_ELF) ||
120 (e->e_kind != ELF_K_ELF) || (flags & ~ELF_F_DIRTY) != 0 ||
H A Delf_getident.c55 else if (e->e_kind == ELF_K_ELF)
H A Delf_phnum.c41 if (e == NULL || e->e_kind != ELF_K_ELF ||
H A Delf_shnum.c41 if (e == NULL || e->e_kind != ELF_K_ELF ||
H A Delf_shstrndx.c41 if (e == NULL || e->e_kind != ELF_K_ELF ||
73 if (e == NULL || e->e_kind != ELF_K_ELF ||
H A Delf_end.c64 case ELF_K_ELF:
H A Delf_memory.c64 _libelf_init_elf(e, ELF_K_ELF);
H A Dgelf_phdr.c60 (e->e_kind != ELF_K_ELF) || index < 0) {
134 if (s == NULL || e == NULL || e->e_kind != ELF_K_ELF ||
H A Dlibelf_allocate.c80 case ELF_K_ELF:
102 case ELF_K_ELF:
H A Delf_strptr.c49 if (e == NULL || e->e_kind != ELF_K_ELF) {
H A Delf_data.c48 if (s == NULL || (e = s->s_elf) == NULL || e->e_kind != ELF_K_ELF ||
153 e->e_kind != ELF_K_ELF) {
197 e->e_kind != ELF_K_ELF || e->e_rawfile == NULL) {
H A Delf_scn.c134 if (e == NULL || e->e_kind != ELF_K_ELF ||
173 if (e == NULL || e->e_kind != ELF_K_ELF) {
224 if (e == NULL || (e->e_kind != ELF_K_ELF) ||
H A Delf_begin.c118 _libelf_init_elf(e, ELF_K_ELF);
H A Dgelf_shdr.c99 e->e_kind != ELF_K_ELF ||
H A Dgelf_ehdr.c126 if (s== NULL || e == NULL || e->e_kind != ELF_K_ELF ||
H A Dlibelf.h46 ELF_K_ELF, /* ELF files */ enumerator in enum:__anon5828
H A Dlibelf_ehdr.c113 if (e == NULL || e->e_kind != ELF_K_ELF) {
H A Delf_update.c719 assert(e->e_kind == ELF_K_ELF);
925 if (e == NULL || e->e_kind != ELF_K_ELF ||
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dinput.c159 case ELF_K_ELF:
207 case ELF_K_ELF:
311 case ELF_K_ELF:
/freebsd-10-stable/lib/libprocstat/
H A Dcore.c90 if (elf_kind(e) != ELF_K_ELF) {
/freebsd-10-stable/usr.bin/ar/
H A Dwrite.c739 if (elf_kind(e) != ELF_K_ELF) {
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c1395 if (elf_kind(elf) != ELF_K_ELF ||
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1220 case ELF_K_ELF:

Completed in 94 milliseconds

12