Home
last modified time | relevance | path

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

/optee_os-3.20.0/ldelf/
A Dta_elf_rel.c341 size_t sym_tab_idx = 0; in e32_relocate() local
352 sym_tab_idx = shdr[rel_sidx].sh_link; in e32_relocate()
353 if (sym_tab_idx) { in e32_relocate()
356 if (sym_tab_idx >= elf->e_shnum) in e32_relocate()
358 sym_tab_idx = confine_array_index(sym_tab_idx, elf->e_shnum); in e32_relocate()
370 shdr[sym_tab_idx].sh_addr); in e32_relocate()
581 size_t sym_tab_idx = 0; in e64_relocate() local
593 if (sym_tab_idx) { in e64_relocate()
596 if (sym_tab_idx >= elf->e_shnum) in e64_relocate()
598 sym_tab_idx = confine_array_index(sym_tab_idx, elf->e_shnum); in e64_relocate()
[all …]

Completed in 3 milliseconds