Home
last modified time | relevance | path

Searched refs:pointer_format (Results 1 – 4 of 4) sorted by relevance

/dports/science/py-scipy/scipy-1.7.1/scipy/io/harwell_boeing/
H A Dhb.py233 pointer_format = parser.parse(pointer_format_str)
234 if not isinstance(pointer_format, IntFormat):
236 % pointer_format)
258 self.pointer_format = pointer_format
267 self.pointer_nbytes_full = _nbytes_full(pointer_format, pointer_nlines)
292 pffmt = self.pointer_format.fortran_format
355 header.pointer_format)
/dports/devel/radare2/radare2-5.1.1/libr/bin/format/mach0/
H A Dmach0_defines.h1460 uint16_t pointer_format; member
1469 uint16_t pointer_format; member
H A Dmach0.c1603 cur_seg->pointer_format = DYLD_CHAINED_PTR_ARM64E; in reconstruct_chained_fixup()
/dports/devel/radare2/radare2-5.1.1/libr/bin/p/
H A Dbin_xnu_kernelcache.c2119 if (obj->chained_starts[i]->pointer_format == DYLD_CHAINED_PTR_ARM64E) { in rebase_buffer_fixup()
2142 } else if (obj->chained_starts[i]->pointer_format == DYLD_CHAINED_PTR_64_KERNEL_CACHE || in rebase_buffer_fixup()
2143 obj->chained_starts[i]->pointer_format == DYLD_CHAINED_PTR_ARM64E_KERNEL) { in rebase_buffer_fixup()
2159 eprintf ("Unsupported pointer format: %u\n", obj->chained_starts[i]->pointer_format); in rebase_buffer_fixup()