![]() |
miasm
Reverse engineering framework
|
#include <float.h>#include <limits.h>#include <stdbool.h>#include <stdint.h>#include "int_types.h"#include "int_util.h"

Go to the source code of this file.
Macros | |
| #define | COMPILER_RT_ABI |
| #define | AEABI_RTABI __attribute__((__pcs__("aapcs"))) |
| #define | ALWAYS_INLINE __attribute__((always_inline)) |
| #define | NOINLINE __attribute__((noinline)) |
| #define | NORETURN __attribute__((noreturn)) |
| #define | UNUSED __attribute__((unused)) |
| #define | STR(a) #a |
| #define | XSTR(a) STR(a) |
| #define | SYMBOL_NAME(name) XSTR(__USER_LABEL_PREFIX__) #name |
Functions | |
| COMPILER_RT_ABI si_int | __paritysi2 (si_int a) |
| COMPILER_RT_ABI si_int | __paritydi2 (di_int a) |
| COMPILER_RT_ABI di_int | __divdi3 (di_int a, di_int b) |
| COMPILER_RT_ABI si_int | __divsi3 (si_int a, si_int b) |
| COMPILER_RT_ABI su_int | __udivsi3 (su_int n, su_int d) |
| COMPILER_RT_ABI su_int | __udivmodsi4 (su_int a, su_int b, su_int *rem) |
| COMPILER_RT_ABI du_int | __udivmoddi4 (du_int a, du_int b, du_int *rem) |
| #define AEABI_RTABI __attribute__((__pcs__("aapcs"))) |
| #define ALWAYS_INLINE __attribute__((always_inline)) |
| #define COMPILER_RT_ABI |
| #define NOINLINE __attribute__((noinline)) |
| #define NORETURN __attribute__((noreturn)) |
| #define STR | ( | a | ) | #a |
| #define SYMBOL_NAME | ( | name | ) | XSTR(__USER_LABEL_PREFIX__) #name |
| #define UNUSED __attribute__((unused)) |
| #define XSTR | ( | a | ) | STR(a) |
| COMPILER_RT_ABI di_int __divdi3 | ( | di_int | a, |
| di_int | b | ||
| ) |
| COMPILER_RT_ABI si_int __divsi3 | ( | si_int | a, |
| si_int | b | ||
| ) |
| COMPILER_RT_ABI si_int __paritydi2 | ( | di_int | a | ) |
| COMPILER_RT_ABI si_int __paritysi2 | ( | si_int | a | ) |
| COMPILER_RT_ABI du_int __udivmoddi4 | ( | du_int | a, |
| du_int | b, | ||
| du_int * | rem | ||
| ) |
| COMPILER_RT_ABI su_int __udivmodsi4 | ( | su_int | a, |
| su_int | b, | ||
| su_int * | rem | ||
| ) |
| COMPILER_RT_ABI su_int __udivsi3 | ( | su_int | n, |
| su_int | d | ||
| ) |