Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/elfcpp/
Delfcpp_file.h525 typename Elf_types<size>::Elf_WXword shstr_size; in section_name() local
532 shstr_size = shstr_shdr.get_sh_size(); in section_name()
535 if (sh_name >= shstr_size) in section_name()
539 typename File::View v(file->view(shstr_off, shstr_size)); in section_name()
543 const void* p = ::memchr(data + sh_name, '\0', shstr_size - sh_name); in section_name()
DChangeLog-0815344 * elfcpp_file.h (Elf_file::section_name): Change shstr_size