Searched refs:r_info (Results 1 – 11 of 11) sorted by relevance
194 sym_idx = ELF32_R_SYM(rel->r_info); in e32_get_sym_name()232 sym_idx = ELF32_R_SYM(rel->r_info); in e32_tls_get_module()336 switch (ELF32_R_TYPE(rel->r_info)) { in e32_relocate()345 sym_idx = ELF32_R_SYM(rel->r_info); in e32_relocate()359 sym_idx = ELF32_R_SYM(rel->r_info); in e32_relocate()395 ELF32_R_TYPE(rel->r_info)); in e32_relocate()408 sym_idx = ELF64_R_SYM(rela->r_info); in e64_get_sym_name()441 sym_idx = ELF64_R_SYM(rela->r_info); in e64_process_tls_tprel_rela()563 switch (ELF64_R_TYPE(rela->r_info)) { in e64_relocate()572 sym_idx = ELF64_R_SYM(rela->r_info); in e64_relocate()[all …]
126 Elf32_Word r_info; /* Relocation type and symbol index. */ member132 Elf32_Word r_info; /* Relocation type and symbol index. */ member
135 Elf64_Xword r_info; /* Relocation type and symbol index. */ member141 Elf64_Xword r_info; /* Relocation type and symbol index. */ member
Completed in 19 milliseconds