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

/gem5/ext/libelf/
H A Delf_kind.c37 if (e->e_kind == ELF_K_AR ||
H A Delf_getident.c48 assert(e->e_kind != ELF_K_AR || e->e_cmd == ELF_C_READ);
51 if (e->e_kind == ELF_K_AR)
H A Delf_rand.c38 if (ar == NULL || ar->e_kind != ELF_K_AR ||
H A Delf_getarsym.c41 if (ar == NULL || ar->e_kind != ELF_K_AR)
H A Delf_end.c52 case ELF_K_AR:
H A Delf_next.c48 assert (parent->e_kind == ELF_K_AR);
H A Delf_begin.c73 if (c == ELF_C_RDWR && e->e_kind == ELF_K_AR) {
148 else if (a->e_kind == ELF_K_AR)
H A Delf_memory.c83 _libelf_init_elf(e, ELF_K_AR);
H A Dlibelf_ar.c169 assert(e->e_kind == ELF_K_AR);
287 assert(elf->e_kind == ELF_K_AR);
331 e->e_kind = ELF_K_AR;
H A Dlibelf_allocate.c95 case ELF_K_AR:
H A Dlibelf.h49 ELF_K_AR, /* `ar' archives */ enumerator in enum:__anon47

Completed in 6 milliseconds