Lines Matching refs:s64
21 static int rela_stack_push(s64 stack_value, s64 *rela_stack, size_t *rela_stack_top) in rela_stack_push()
32 static int rela_stack_pop(s64 *stack_value, s64 *rela_stack, size_t *rela_stack_top) in rela_stack_pop()
44 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_none()
50 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_error()
57 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_32()
64 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_64()
71 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_push_pcrel()
77 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_push_absolute()
83 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_push_dup()
86 s64 opr1; in apply_r_larch_sop_push_dup()
102 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_push_plt_pcrel()
116 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop()
119 s64 opr1, opr2, opr3; in apply_r_larch_sop()
162 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_imm_field()
165 s64 opr1; in apply_r_larch_sop_imm_field()
253 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_add_sub()
260 *(s64 *)location += v; in apply_r_larch_add_sub()
266 *(s64 *)location -= v; in apply_r_larch_add_sub()
275 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_b26()
308 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_pcala()
342 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_got_pc()
375 s64 *rela_stack, size_t *rela_stack_top, unsigned int type);
404 s64 rela_stack[RELA_STACK_DEPTH]; in apply_relocate_add()