Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/libr/bin/p/
H A Dbin_bflt.c214 r_swap_ut32 (reloc_pointer_table[i]) + in relocs()
234 reloc_data_offset = r_swap_ut32 (reloc_fixed) + BFLT_HDR_SIZE; in relocs()
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Drtr.c244 reg = r_swap_ut32 (reg); in write_reg_val()
278 r_swap_ut32 (val->v96.High)); in write_big_reg()
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_endian.h409 static inline ut32 r_swap_ut32(ut32 val) { in r_swap_ut32() function
/dports/devel/radare2/radare2-5.1.1/libr/anal/p/
H A Danal_mips_gnu.c1077 opcode = r_swap_ut32(opcode); in mips_op()