Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_relocate.cpp67 size_t si_strtab_size = 0; member in Relocator
85 if (__predict_false(index >= si_strtab_size)) { in get_string()
87 si->get_realpath(), si_strtab_size, index); in get_string()
584 relocator.si_strtab_size = has_min_version(1) ? strtab_size_ : SIZE_MAX; in relocate()