Home
last modified time | relevance | path

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

/optee_os-3.20.0/ldelf/
A Dta_elf_rel.c258 sym_idx = ELF32_R_SYM(rel->r_info); in e32_get_sym_name()
311 sym_idx = ELF32_R_SYM(rel->r_info); in e32_tls_get_module()
417 switch (ELF32_R_TYPE(rel->r_info)) { in e32_relocate()
426 sym_idx = ELF32_R_SYM(rel->r_info); in e32_relocate()
440 sym_idx = ELF32_R_SYM(rel->r_info); in e32_relocate()
476 ELF32_R_TYPE(rel->r_info)); in e32_relocate()
490 sym_idx = ELF64_R_SYM(rela->r_info); in e64_get_sym_name()
533 sym_idx = ELF64_R_SYM(rela->r_info); in e64_process_tls_tprel_rela()
656 switch (ELF64_R_TYPE(rela->r_info)) { in e64_relocate()
666 sym_idx = ELF64_R_SYM(rela->r_info); in e64_relocate()
[all …]
/optee_os-3.20.0/lib/libutee/include/
A Delf32.h126 Elf32_Word r_info; /* Relocation type and symbol index. */ member
132 Elf32_Word r_info; /* Relocation type and symbol index. */ member
A Delf64.h135 Elf64_Xword r_info; /* Relocation type and symbol index. */ member
141 Elf64_Xword r_info; /* Relocation type and symbol index. */ member

Completed in 6 milliseconds