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

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Delf_kind.c38 if (e->e_kind == ELF_K_AR ||
H A Delf_getident.c49 assert(e->e_kind != ELF_K_AR || e->e_cmd == ELF_C_READ);
52 if (e->e_kind == ELF_K_AR)
H A Delf_getarsym.c42 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_begin.c85 else if (a->e_kind == ELF_K_AR)
H A Delf_next.c49 assert(parent->e_kind == ELF_K_AR);
H A Delf_end.c55 case ELF_K_AR:
H A Dlibelf_ar_util.c89 assert(ar->e_kind == ELF_K_AR);
236 _libelf_init_elf(e, ELF_K_AR);
H A Dlibelf_allocate.c85 case ELF_K_AR:
H A Dlibelf_open.c238 if (c == ELF_C_RDWR && e->e_kind == ELF_K_AR) {
H A Dlibelf.h43 ELF_K_AR, /* `ar' archives */ enumerator in enum:__anon671
H A Dlibelf_ar.c215 assert(elf->e_kind == ELF_K_AR);
/freebsd-13-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-13-stable/contrib/elftoolchain/brandelf/
H A Dbrandelf.c176 if (kind == ELF_K_AR)
/freebsd-13-stable/usr.bin/elfctl/
H A Delfctl.c155 if (kind == ELF_K_AR)
/freebsd-13-stable/contrib/elftoolchain/nm/
H A Dnm.c1220 if (kind == ELF_K_AR) {
1533 if (kind == ELF_K_AR) {
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dmain.c783 case ELF_K_AR:
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1154 case ELF_K_AR:
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c1039 case ELF_K_AR:
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c7416 case ELF_K_AR:

Completed in 285 milliseconds