cb_put_phdr
static void cb_put_phdr(vm_map_entry_t, void *);
each_dumpable_segment(td, cb_put_phdr, &phc, flags);
each_dumpable_segment(map, cb_put_phdr, &phc);
static void cb_put_phdr(struct map_entry *, void *);