Home
last modified time | relevance | path

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

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