Searched defs:r_info (Results 1 – 6 of 6) sorted by relevance
28 #define ELF_RISCV_R_SYM(r_info) ELF64_R_SYM(r_info) argument29 #define ELF_RISCV_R_TYPE(r_info) ELF64_R_TYPE(r_info) argument31 #define ELF_RISCV_R_SYM(r_info) ELF32_R_SYM(r_info) argument32 #define ELF_RISCV_R_TYPE(r_info) ELF32_R_TYPE(r_info) argument
26 unsigned int i, r_info, r_addend, _count_relocs; in count_relocs() local
152 unsigned int i, r_info, r_addend, _count_relocs; in count_relocs() local
164 Elf32_Word r_info; member169 Elf64_Xword r_info; /* index and type of relocation */ member174 Elf32_Word r_info; member180 Elf64_Xword r_info; /* index and type of relocation */ member
455 Elf64_Xword r_info; member
439 Elf32_Word r_info = rel[i].r_info; in apply_relocations() local