Searched defs:r_info (Results 1 – 6 of 6) sorted by relevance
25 #define ELF_RISCV_R_SYM(r_info) ELF64_R_SYM(r_info) argument26 #define ELF_RISCV_R_TYPE(r_info) ELF64_R_TYPE(r_info) argument28 #define ELF_RISCV_R_SYM(r_info) ELF32_R_SYM(r_info) argument29 #define ELF_RISCV_R_TYPE(r_info) ELF32_R_TYPE(r_info) argument
38 unsigned int i, r_info, r_addend, _count_relocs; in count_relocs() local
192 unsigned int i, r_info, r_addend, _count_relocs; in count_relocs() local
163 Elf32_Word r_info; member168 Elf64_Xword r_info; /* index and type of relocation */ member173 Elf32_Word r_info; member179 Elf64_Xword r_info; /* index and type of relocation */ member
428 Elf64_Xword r_info; member
439 Elf32_Word r_info = rel[i].r_info; in apply_relocations() local