Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/microblaze/
Dbacktrace_linux.c30 unsigned long *tramp = 0; in _identify_sighandler() local
37 tramp = (unsigned long *) pc; in _identify_sighandler()
38 tramp += 2; in _identify_sighandler()
39 if ((*tramp == (0x31800000 | __NR_rt_sigreturn)) in _identify_sighandler()
40 && (*(tramp+1) == 0xb9cc0008)) in _identify_sighandler()
45 unsigned long ucptr = ((unsigned long) tramp in _identify_sighandler()
/glibc-2.36/sysdeps/powerpc/powerpc32/
Ddl-machine.c225 Elf32_Word *tramp = plt + PLT_TRAMPOLINE_ENTRY_WORDS; in __elf_machine_runtime_setup() local
243 tramp[0] = OPCODE_ADDIS_HI (11, 11, -data_words); in __elf_machine_runtime_setup()
244 tramp[1] = OPCODE_ADDI (11, 11, -data_words); in __elf_machine_runtime_setup()
247 tramp[2] = OPCODE_SLWI (12, 11, 1); in __elf_machine_runtime_setup()
248 tramp[3] = OPCODE_ADD (11, 12, 11); in __elf_machine_runtime_setup()
252 tramp[4] = OPCODE_LI (12, (Elf32_Word) map); in __elf_machine_runtime_setup()
253 tramp[5] = OPCODE_ADDIS_HI (12, 12, (Elf32_Word) map); in __elf_machine_runtime_setup()
256 tramp[6] = OPCODE_BA (dlrr); in __elf_machine_runtime_setup()
261 tramp[4] = OPCODE_LI (12, dlrr); in __elf_machine_runtime_setup()
262 tramp[5] = OPCODE_ADDIS_HI (12, 12, dlrr); in __elf_machine_runtime_setup()
[all …]