Searched refs:ELF_C_WRITE (Results 1 - 8 of 8) sorted by relevance

/gem5/ext/libelf/
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_getident.c43 if (e->e_cmd == ELF_C_WRITE && e->e_rawfile == NULL) {
H A Delf_begin.c98 case ELF_C_WRITE:
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 Delf_update.c376 if (e->e_cmd != ELF_C_WRITE && eh_byteorder != e->e_byteorder) {
790 if (e->e_cmd != ELF_C_WRITE) {
843 (c != ELF_C_NULL && c != ELF_C_WRITE)) {
856 if (c == ELF_C_WRITE && e->e_cmd == ELF_C_READ) {
H A Dlibelf.h98 ELF_C_WRITE, enumerator in enum:__anon49

Completed in 11 milliseconds