Home
last modified time | relevance | path

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

/external/elfutils/src/
Dunstrip.c1578 size_t ndx_sec_num = stripped_shnum - 1; in copy_elided_sections() local
1579 size_t ndx_section[ndx_sec_num]; in copy_elided_sections()
1582 sec < &sections[ndx_sec_num]; in copy_elided_sections()
1688 if (sec->shdr.sh_link > ndx_sec_num) in copy_elided_sections()
1696 if (sec->shdr.sh_info > ndx_sec_num) in copy_elided_sections()
DChangeLog291 (copy_elided_sections): Add ndx_sec_num as size of ndx_section
292 array. Check sh_link and sh_info are not larger than ndx_sec_num.