Searched refs:e_cmd (Results 1 - 15 of 15) sorted by relevance

/gem5/ext/libelf/
H A Delf_getident.c43 if (e->e_cmd == ELF_C_WRITE && e->e_rawfile == NULL) {
48 assert(e->e_kind != ELF_K_AR || e->e_cmd == ELF_C_READ);
H A Delf_cntl.c47 if (e->e_cmd == ELF_C_WRITE) {
H A Delf_rawfile.c43 else if ((ptr = e->e_rawfile) == NULL && e->e_cmd == ELF_C_WRITE)
H A Delf_begin.c71 e->e_cmd = c;
118 e->e_cmd = c;
133 if (a && (a->e_fd != fd || c != a->e_cmd)) {
H A Delf_next.c49 assert (parent->e_cmd == ELF_C_READ);
H A Delf_memory.c52 e->e_cmd = ELF_C_READ;
H A Dgelf_shdr.c102 if (e->e_cmd == ELF_C_READ) {
H A Delf_scn.c138 if (e->e_cmd != ELF_C_WRITE &&
191 if (e->e_cmd != ELF_C_WRITE &&
H A Dlibelf_ehdr.c138 if (e->e_cmd != ELF_C_WRITE && e->e_rawsize < fsz) {
163 if (e->e_cmd == ELF_C_WRITE)
H A D_libelf.h82 Elf_Cmd e_cmd; /* ELF_C_* used at creation time */ member in struct:_Elf
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_allocate.c54 e->e_cmd = ELF_C_NULL;
H A Delf_update.c376 if (e->e_cmd != ELF_C_WRITE && eh_byteorder != e->e_byteorder) {
634 assert(e->e_cmd != ELF_C_READ);
790 if (e->e_cmd != ELF_C_WRITE) {
856 if (c == ELF_C_WRITE && e->e_cmd == ELF_C_READ) {
867 if (e->e_cmd == ELF_C_READ) {
H A Dlibelf_ar.c315 e->e_cmd = c;

Completed in 22 milliseconds