Searched refs:ELF_K_AR (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/lib/libelf/
H A Delf_getident.c50 assert(e->e_kind != ELF_K_AR || e->e_cmd == ELF_C_READ);
53 if (e->e_kind == ELF_K_AR)
H A Delf_kind.c39 if (e->e_kind == ELF_K_AR ||
H A Delf_getarsym.c43 if (ar == NULL || ar->e_kind != ELF_K_AR)
H A Delf_rand.c40 if (ar == NULL || ar->e_kind != ELF_K_AR ||
H A Delf_end.c54 case ELF_K_AR:
H A Delf_next.c50 assert (parent->e_kind == ELF_K_AR);
H A Delf_begin.c76 if (c == ELF_C_RDWR && e->e_kind == ELF_K_AR) {
153 else if (a->e_kind == ELF_K_AR)
H A Delf_memory.c85 _libelf_init_elf(e, ELF_K_AR);
H A Dlibelf_ar_util.c135 assert(e->e_kind == ELF_K_AR);
189 e->e_kind = ELF_K_AR;
H A Dlibelf_allocate.c98 case ELF_K_AR:
H A Dlibelf.h44 ELF_K_AR, /* `ar' archives */ enumerator in enum:__anon5828
H A Dlibelf_ar.c151 assert(elf->e_kind == ELF_K_AR);
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dinput.c155 case ELF_K_AR:
202 case ELF_K_AR:
305 case ELF_K_AR:
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1222 case ELF_K_AR:

Completed in 77 milliseconds