Home
last modified time | relevance | path

Searched refs:obj_reloc (Results 1 – 2 of 2) sorted by relevance

/dports/math/yices/yices-2.6.2/src/mcsat/
H A Dgc.c98 int32_t obj, obj_reloc; in gc_info_sweep_ivector() local
104 obj_reloc = gc_info_get_reloc(gc, obj); in gc_info_sweep_ivector()
106 assert(obj_reloc >= 0); in gc_info_sweep_ivector()
107 if (obj_reloc != gc->null_value) { in gc_info_sweep_ivector()
108 objs->data[to_keep ++] = obj_reloc; in gc_info_sweep_ivector()
/dports/sysutils/busybox/busybox-1.26.2/modutils/
H A Dmodutils-24.c576 enum obj_reloc { enum
664 static enum obj_reloc arch_apply_relocation(struct obj_file *f,
794 static enum obj_reloc
806 enum obj_reloc ret = obj_reloc_ok; in arch_apply_relocation()