Home
last modified time | relevance | path

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

/optee_os/ldelf/
A Dta_elf_rel.c260 size_t sym_tab_idx = 0; in e32_relocate() local
271 sym_tab_idx = shdr[rel_sidx].sh_link; in e32_relocate()
272 if (sym_tab_idx) { in e32_relocate()
275 if (sym_tab_idx >= elf->e_shnum) in e32_relocate()
277 sym_tab_idx = confine_array_index(sym_tab_idx, elf->e_shnum); in e32_relocate()
289 shdr[sym_tab_idx].sh_addr); in e32_relocate()
488 size_t sym_tab_idx = 0; in e64_relocate() local
500 if (sym_tab_idx) { in e64_relocate()
503 if (sym_tab_idx >= elf->e_shnum) in e64_relocate()
505 sym_tab_idx = confine_array_index(sym_tab_idx, elf->e_shnum); in e64_relocate()
[all …]

Completed in 3 milliseconds