Home
last modified time | relevance | path

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

/optee_os/ldelf/
H A Dta_elf_rel.c347 size_t sh_end = 0; in e32_relocate() local
367 shdr[sym_tab_idx].sh_size, &sh_end)) in e32_relocate()
369 if (sh_end >= (elf->max_addr - elf->load_addr)) in e32_relocate()
387 shdr[str_tab_idx].sh_size, &sh_end)) in e32_relocate()
389 if (sh_end >= (elf->max_addr - elf->load_addr)) in e32_relocate()
401 shdr[rel_sidx].sh_size, &sh_end)) in e32_relocate()
403 if (sh_end >= (elf->max_addr - elf->load_addr)) in e32_relocate()
587 size_t sh_end = 0; in e64_relocate() local
607 shdr[sym_tab_idx].sh_size, &sh_end)) in e64_relocate()
609 if (sh_end >= (elf->max_addr - elf->load_addr)) in e64_relocate()
[all …]