R_ABS32
return (sz == 8) ? (type == R_ABS64) : (type == R_ABS32);
set_reloc_type(file->elf, reloc, addr_size == 8 ? R_ABS64 : R_ABS32);