Searched refs:rela_stack (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/loongarch/kernel/ |
| H A D | module.c | 36 long *rela_stack, size_t *rela_stack_top, unsigned int type); 38 static int rela_stack_push(long stack_value, long *rela_stack, size_t *rela_stack_top) in rela_stack_push() argument 43 rela_stack[(*rela_stack_top)++] = stack_value; in rela_stack_push() 49 static int rela_stack_pop(long *stack_value, long *rela_stack, size_t *rela_stack_top) in rela_stack_pop() argument 54 *stack_value = rela_stack[--(*rela_stack_top)]; in rela_stack_pop() 61 long *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_none() argument 67 long *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_error() argument 74 long *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_32() argument 84 long *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_64() argument 92 long *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_push_pcrel() argument [all …]
|