Searched refs:addend (Results 1 – 2 of 2) sorted by relevance
105 uintptr_t addend = *(uintptr_t *)loc; in arch_elf_relocate() local123 sym_base_addr += addend; in arch_elf_relocate()
102 int64_t addend) in reloc() argument106 return sym_base_addr + addend; in reloc()108 return sym_base_addr + addend - loc; in reloc()110 return AARCH64_PAGE(sym_base_addr + addend) - AARCH64_PAGE(loc); in reloc()
Completed in 10 milliseconds