Home
last modified time | relevance | path

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

/optee_os/ldelf/
A Dta_elf_rel.c273 size_t str_tab_idx = 0; in e32_relocate() local
293 str_tab_idx = shdr[sym_tab_idx].sh_link; in e32_relocate()
294 if (str_tab_idx) { in e32_relocate()
295 if (str_tab_idx >= elf->e_shnum) in e32_relocate()
298 str_tab_idx = confine_array_index(str_tab_idx, in e32_relocate()
310 shdr[str_tab_idx].sh_addr); in e32_relocate()
501 size_t str_tab_idx = 0; in e64_relocate() local
522 if (str_tab_idx) { in e64_relocate()
523 if (str_tab_idx >= elf->e_shnum) in e64_relocate()
526 str_tab_idx = confine_array_index(str_tab_idx, in e64_relocate()
[all …]

Completed in 4 milliseconds