Home
last modified time | relevance | path

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

/Zephyr-latest/arch/xtensa/core/
Delf.c82 ELF_R_SYM(rel->r_info) * sizeof(elf_sym_t)); in xtensa_elf_relocate()
115 rel->r_info, rel->r_offset); in xtensa_elf_relocate()
140 int type = ELF32_R_TYPE(rel->r_info); in arch_elf_relocate_local()
164 int type = ELF32_R_TYPE(rel->r_info); in arch_elf_relocate_global()
/Zephyr-latest/include/zephyr/llext/
Delf.h324 elf32_word r_info; member
336 elf32_word r_info; member
366 elf64_xword r_info; member
378 elf64_xword r_info; member
/Zephyr-latest/subsys/llext/
Dllext_link.c154 + ELF_R_SYM(rel->r_info) * sizeof(elf_sym_t)); in llext_read_symbol()
171 if (ELF_R_SYM(rel->r_info) == 0) { in llext_lookup_symbol()
263 unsigned int j = ELF_R_SYM(rela.r_info); in llext_link_plt()
497 i, j, (size_t)rel.r_info, (size_t)ELF_R_TYPE(rel.r_info), in llext_link()
498 (size_t)ELF_R_SYM(rel.r_info), (size_t)rel.r_offset, in llext_link()
503 (int)ELF_R_TYPE(rel.r_info), op_loc, name, link_addr); in llext_link()
/Zephyr-latest/arch/arc/core/
Delf.c64 int reloc_type = ELF32_R_TYPE(rel->r_info); in arch_elf_relocate()
/Zephyr-latest/arch/riscv/core/
Delf.c104 reloc_type = ELF32_R_TYPE(pcrel_lo12->r_info); in llext_riscv_find_sym_pcrel()
127 reloc_type = ELF32_R_TYPE(candidate.r_info); in llext_riscv_find_sym_pcrel()
168 ELF_R_SYM(candidate.r_info) * sizeof(elf_sym_t)); in llext_riscv_find_sym_pcrel()
204 elf_word reloc_type = ELF32_R_TYPE(rel->r_info); in arch_elf_relocate()
/Zephyr-latest/arch/arm64/core/
Delf.c439 elf_word reloc_type = ELF_R_TYPE(rel->r_info); in arch_elf_relocate()
/Zephyr-latest/arch/arm/core/
Delf.c324 elf_word reloc_type = ELF32_R_TYPE(rel->r_info); in arch_elf_relocate()