Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/xtensa/cpu/
H A Du-boot.lds42 RELOCATE2(WindowVectors,text);
44 RELOCATE2(KernelExceptionVector,literal);
45 RELOCATE2(KernelExceptionVector,text);
46 RELOCATE2(UserExceptionVector,literal);
47 RELOCATE2(UserExceptionVector,text);
48 RELOCATE2(DoubleExceptionVector,literal);
49 RELOCATE2(DoubleExceptionVector,text);
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/
H A Dldscript.h40 #define RELOCATE2(_sym_, _sec_) \ macro