Searched refs:ELF_C_READ (Results 1 - 9 of 9) sorted by relevance

/gem5/ext/libelf/
H A Delf_next.c49 assert (parent->e_cmd == ELF_C_READ);
58 return (ELF_C_READ);
H A Delf_getident.c48 assert(e->e_kind != ELF_K_AR || e->e_cmd == ELF_C_READ);
H A Delf_memory.c52 e->e_cmd = ELF_C_READ;
H A Delf_begin.c128 case ELF_C_READ:
H A Dgelf_shdr.c102 if (e->e_cmd == ELF_C_READ) {
H A Dgelf_ehdr.c129 if (e->e_cmd == ELF_C_READ) {
H A Dgelf_phdr.c137 if (e->e_cmd == ELF_C_READ) {
H A Dlibelf.h96 ELF_C_READ, enumerator in enum:__anon49
H A Delf_update.c634 assert(e->e_cmd != ELF_C_READ);
856 if (c == ELF_C_WRITE && e->e_cmd == ELF_C_READ) {
867 if (e->e_cmd == ELF_C_READ) {

Completed in 12 milliseconds