Searched refs:ndx_sec_num (Results 1 – 2 of 2) sorted by relevance
1578 size_t ndx_sec_num = stripped_shnum - 1; in copy_elided_sections() local1579 size_t ndx_section[ndx_sec_num]; in copy_elided_sections()1582 sec < §ions[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()
291 (copy_elided_sections): Add ndx_sec_num as size of ndx_section292 array. Check sh_link and sh_info are not larger than ndx_sec_num.