HomeSort by: relevance | last modified time | path
    Searched refs:ELF_K_AR (Results 1 - 16 of 16) sorted by relevancy

  /src/external/bsd/elftoolchain/dist/libelf/
elf_kind.c 44 if (e->e_kind == ELF_K_AR ||
elf_getident.c 59 assert(e->e_kind != ELF_K_AR || e->e_cmd == ELF_C_READ);
62 if (e->e_kind == ELF_K_AR)
elf_begin.c 91 else if (a->e_kind == ELF_K_AR)
elf_getarsym.c 48 if (ar == NULL || ar->e_kind != ELF_K_AR)
elf_next.c 59 assert(parent->e_kind == ELF_K_AR);
elf_rand.c 46 if (ar == NULL || ar->e_kind != ELF_K_AR ||
elf_end.c 65 case ELF_K_AR:
libelf_ar_util.c 99 assert(ar->e_kind == ELF_K_AR);
246 _libelf_init_elf(e, ELF_K_AR);
libelf_allocate.c 95 case ELF_K_AR:
libelf_open.c 259 if (c == ELF_C_RDWR && e->e_kind == ELF_K_AR) {
libelf.h 51 ELF_K_AR, /* `ar' archives */
libelf_ar.c 232 assert(elf->e_kind == ELF_K_AR);
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
input.c 159 case ELF_K_AR:
206 case ELF_K_AR:
309 case ELF_K_AR:
  /src/external/gpl3/gcc.old/dist/lto-plugin/
lto-symtab.c 195 assert (kind == ELF_K_ELF || kind == ELF_K_AR);
197 if (kind == ELF_K_AR)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/
libelf.d 37 ELF_K_AR,
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_link.c 1251 case ELF_K_AR:

Completed in 31 milliseconds