Lines Matching full:s64

25 static int rela_stack_push(s64 stack_value, s64 *rela_stack, size_t *rela_stack_top)  in rela_stack_push()
36 static int rela_stack_pop(s64 *stack_value, s64 *rela_stack, size_t *rela_stack_top) in rela_stack_pop()
48 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_none()
54 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_error()
61 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_32()
68 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_64()
75 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_push_pcrel()
81 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_push_absolute()
87 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_push_dup()
90 s64 opr1; in apply_r_larch_sop_push_dup()
107 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_push_plt_pcrel()
121 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop()
124 s64 opr1, opr2, opr3; in apply_r_larch_sop()
167 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_imm_field()
170 s64 opr1; in apply_r_larch_sop_imm_field()
258 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_add_sub()
265 *(s64 *)location += v; in apply_r_larch_add_sub()
271 *(s64 *)location -= v; in apply_r_larch_add_sub()
281 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_b26()
314 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_pcala()
349 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_got_pc()
372 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_32_pcrel()
381 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_64_pcrel()
400 s64 *rela_stack, size_t *rela_stack_top, unsigned int type);
428 s64 rela_stack[RELA_STACK_DEPTH]; in apply_relocate_add()