Searched refs:r_info (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/arch/xtensa/core/ |
D | elf.c | 77 ELF_R_SYM(rel->r_info) * sizeof(elf_sym_t)); in xtensa_elf_relocate() 110 rel->r_info, rel->r_offset); in xtensa_elf_relocate() 135 int type = ELF32_R_TYPE(rel->r_info); in arch_elf_relocate_local() 158 int type = ELF32_R_TYPE(rel->r_info); in arch_elf_relocate_global()
|
/Zephyr-latest/subsys/llext/ |
D | llext_link.c | 177 unsigned int j = ELF_R_SYM(rela.r_info); in llext_link_plt() 374 + ELF_R_SYM(rel.r_info) * sizeof(elf_sym_t)); in llext_link() 388 i, j, (size_t)rel.r_info, (size_t)ELF_R_TYPE(rel.r_info), in llext_link() 389 (size_t)ELF_R_SYM(rel.r_info), (size_t)rel.r_offset, in llext_link() 397 if (ELF_R_SYM(rel.r_info) == 0) { in llext_link() 459 name, (size_t)ELF_R_TYPE(rel.r_info), (size_t)ELF_R_SYM(rel.r_info), in llext_link()
|
/Zephyr-latest/include/zephyr/llext/ |
D | elf.h | 324 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/arch/arc/core/ |
D | elf.c | 43 int reloc_type = ELF32_R_TYPE(rel->r_info); in arch_elf_relocate()
|
/Zephyr-latest/arch/arm64/core/ |
D | elf.c | 438 elf_word reloc_type = ELF_R_TYPE(rel->r_info); in arch_elf_relocate()
|
/Zephyr-latest/arch/riscv/core/ |
D | elf.c | 68 elf_word reloc_type = ELF32_R_TYPE(rel->r_info); in arch_elf_relocate()
|
/Zephyr-latest/arch/arm/core/ |
D | elf.c | 323 elf_word reloc_type = ELF32_R_TYPE(rel->r_info); in arch_elf_relocate()
|