Home
last modified time | relevance | path

Searched refs:RELOCATED (Results 1 – 1 of 1) sorted by relevance

/linux/arch/loongarch/kernel/
H A Drelocate.c20 #define RELOCATED(x) ((void *)((long)x + reloc_offset)) macro
38 relocated_addr = (Elf64_Addr)RELOCATED(relocated_addr); in relocate_relative()
39 *(Elf64_Addr *)RELOCATED(addr) = relocated_addr; in relocate_relative()