Searched refs:cd (Results 1 – 2 of 2) sorted by relevance
22 static void init_die(struct die *cd) in init_die() argument24 cd->state = DIE_INCOMPLETE; in init_die()25 cd->mapped = false; in init_die()26 cd->fqn = NULL; in init_die()27 cd->tag = -1; in init_die()28 cd->addr = 0; in init_die()29 INIT_LIST_HEAD(&cd->fragments); in init_die()34 struct die *cd; in create_die() local36 cd = xmalloc(sizeof(struct die)); in create_die()37 init_die(cd); in create_die()[all …]
45 cd "$(dirname "${BASH_SOURCE[0]}")"