Searched refs:RELOCATE_ENTRY (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/xtensa/kernel/ |
H A D | vmlinux.lds.S | 45 #define RELOCATE_ENTRY(sym, section) \ macro 172 RELOCATE_ENTRY(_WindowVectors_text, 176 RELOCATE_ENTRY(_Level2InterruptVector_text, 180 RELOCATE_ENTRY(_Level3InterruptVector_text, 184 RELOCATE_ENTRY(_Level4InterruptVector_text, 197 RELOCATE_ENTRY(_UserExceptionVector_text, 201 RELOCATE_ENTRY(_DebugInterruptVector_text, 203 RELOCATE_ENTRY(_exception_text, 206 RELOCATE_ENTRY(_xip_text, .xiptext); 210 RELOCATE_ENTRY(_xip_data, .data); [all …]
|