Searched refs:shndx_list (Results 1 – 2 of 2) sorted by relevance
6979 unsigned char *shndx_list; in process_cu_tu_index() local6986 shndx_list = ppool + j * 4; in process_cu_tu_index()6993 if (shndx_list >= limit) in process_cu_tu_index()6999 shndx = byte_get (shndx_list, 4); in process_cu_tu_index()7006 shndx_list += 4; in process_cu_tu_index()
12669 std::vector<unsigned int> shndx_list; in fix_exidx_coverage() local12670 arm_relobj->get_exidx_shndx_list(&shndx_list); in fix_exidx_coverage()12671 for (size_t i = 0; i < shndx_list.size(); ++i) in fix_exidx_coverage()12674 arm_relobj->exidx_input_section_by_shndx(shndx_list[i]); in fix_exidx_coverage()