Lines Matching defs:obj_state
50 * of their obj_state argument at runtime.
90 * Given a generic (void *) pointer to an obj_state argument, determine
94 get_obj_state_info(void *obj_state, const char **file, int *fd, Elf **elf)
97 elfedit32_obj_state_t *s = (elfedit32_obj_state_t *)obj_state;
103 elfedit64_obj_state_t *s = (elfedit64_obj_state_t *)obj_state;
250 cmd_help(void *obj_state, int argc, const char *argv[])
484 cpl_help(void *obj_state, void *cpldata, int argc, const char *argv[],
500 cmd_load(void *obj_state, int argc, const char *argv[])
535 cpl_load(void *obj_state, void *cpldata, int argc, const char *argv[],
554 cmd_quit(void *obj_state, int argc, const char *argv[])
584 get_obj_state_info(obj_state, &file, &fd, &elf);
587 free(obj_state);
601 cmd_status(void *obj_state, int argc, const char *argv[])
666 cmd_set(void *obj_state, int argc, const char *argv[])
708 cpl_set(void *obj_state, void *cpldata, int argc, const char *argv[],
763 cmd_unload(void *obj_state, int argc, const char *argv[])
820 cpl_unload(void *obj_state, void *cpldata, int argc, const char *argv[],
837 cmd_write(void *obj_state, int argc, const char *argv[])
851 get_obj_state_info(obj_state, &file, &fd, &elf);