13 *result = convert_to_two_complement_32(
tmp);
26 *result = convert_to_two_complement_64(
tmp);
45 if (!array_size || end_off >
bin->size) {
59 return rz_buf_read_ble16_offset(
bin->b,
offset, result,
bin->big_endian);
64 return rz_buf_read_ble32_offset(
bin->b,
offset, result,
bin->big_endian);
74 return rz_buf_read_ble64_offset(
bin->b,
offset, (
ut64 *)result,
bin->big_endian);
85 return rz_buf_read_ble64_offset(
bin->b,
offset, (
ut64 *)result,
bin->big_endian);
87 return rz_buf_read_ble32_offset(
bin->b,
offset, (
ut32 *)result,
bin->big_endian);
94 return rz_buf_read_ble64_offset(
bin->b,
offset, (
ut64 *)result,
bin->big_endian);
96 return rz_buf_read_ble32_offset(
bin->b,
offset, (
ut32 *)result,
bin->big_endian);
102 return rz_buf_read_ble16_offset(
bin->b,
offset, (
ut16 *)result,
bin->big_endian);
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void static offset struct stat static buf void long static basep static whence static length const void static len static semflg const void static shmflg const struct timespec struct timespec static rem const char static group const void length
static bool buffer_read_32_signed(ELFOBJ *bin, ut64 *offset, st32 *result)
static bool buffer_read_64_signed(ELFOBJ *bin, ut64 *offset, st64 *result)
bool Elf_() rz_bin_elf_read_word_xword(RZ_NONNULL ELFOBJ *bin, RZ_NONNULL RZ_INOUT ut64 *offset, RZ_NONNULL RZ_OUT Elf_(Word) *result)
bool Elf_() rz_bin_elf_add_off(Elf_(Off) *result, Elf_(Off) addr, Elf_(Off) value)
bool Elf_() rz_bin_elf_mul_off(Elf_(Off) *result, Elf_(Off) addr, Elf_(Off) value)
bool Elf_() rz_bin_elf_read_addr(RZ_NONNULL ELFOBJ *bin, RZ_NONNULL RZ_INOUT ut64 *offset, RZ_NONNULL RZ_OUT Elf_(Addr) *result)
bool Elf_() rz_bin_elf_read_char(RZ_NONNULL ELFOBJ *bin, RZ_NONNULL RZ_INOUT ut64 *offset, RZ_NONNULL RZ_OUT ut8 *result)
bool Elf_() rz_bin_elf_read_off(RZ_NONNULL ELFOBJ *bin, RZ_NONNULL RZ_INOUT ut64 *offset, RZ_NONNULL RZ_OUT Elf_(Off) *result)
bool Elf_() rz_bin_elf_read_sxword(RZ_NONNULL ELFOBJ *bin, RZ_NONNULL RZ_INOUT ut64 *offset, RZ_NONNULL RZ_OUT Elf_(Sxword) *result)
bool Elf_() rz_bin_elf_read_word(RZ_NONNULL ELFOBJ *bin, RZ_NONNULL RZ_INOUT ut64 *offset, RZ_NONNULL RZ_OUT Elf_(Word) *result)
bool Elf_() rz_bin_elf_read_xword(RZ_NONNULL ELFOBJ *bin, RZ_NONNULL RZ_INOUT ut64 *offset, RZ_NONNULL RZ_OUT Elf_(Xword) *result)
bool Elf_() rz_bin_elf_read_half(RZ_NONNULL ELFOBJ *bin, RZ_NONNULL RZ_INOUT ut64 *offset, RZ_NONNULL RZ_OUT Elf_(Half) *result)
bool Elf_() rz_bin_elf_read_section(RZ_NONNULL ELFOBJ *bin, RZ_NONNULL RZ_INOUT ut64 *offset, RZ_NONNULL RZ_OUT Elf_(Section) *result)
bool Elf_() rz_bin_elf_read_sword_sxword(RZ_NONNULL ELFOBJ *bin, RZ_NONNULL RZ_INOUT ut64 *offset, RZ_NONNULL RZ_OUT Elf_(Sword) *result)
bool Elf_() rz_bin_elf_read_versym(RZ_NONNULL ELFOBJ *bin, RZ_NONNULL RZ_INOUT ut64 *offset, RZ_NONNULL RZ_OUT Elf_(Versym) *result)
bool Elf_() rz_bin_elf_add_addr(Elf_(Addr) *result, Elf_(Addr) addr, Elf_(Addr) value)
bool Elf_() rz_bin_elf_mul_addr(Elf_(Addr) *result, Elf_(Addr) addr, Elf_(Addr) value)
bool Elf_() rz_bin_elf_read_sword(RZ_NONNULL ELFOBJ *bin, RZ_NONNULL RZ_INOUT ut64 *offset, RZ_NONNULL RZ_OUT Elf_(Sword) *result)
bool Elf_() rz_bin_elf_check_array(RZ_NONNULL ELFOBJ *bin, Elf_(Off) offset, Elf_(Off) length, Elf_(Off) entry_size)
#define rz_return_val_if_fail(expr, val)
#define rz_buf_read8_offset(b, offset, result)
static int UT64_ADD(ut64 *r, ut64 a, ut64 b)
static int UT32_ADD(ut32 *r, ut32 a, ut32 b)
static int UT32_MUL(ut32 *r, ut32 a, ut32 b)
static int UT64_MUL(ut64 *r, ut64 a, ut64 b)
ut64(WINAPI *w32_GetEnabledXStateFeatures)()