Lines Matching refs:sh_info
388 (shdr->sh_info != SHN_UNDEF && in traverse_file()
389 (temp_scn = elf_getscn(elf, shdr->sh_info)) != 0)) { in traverse_file()
396 shdr->sh_info; in traverse_file()
810 if ((src_shdr.sh_info >= shnum) || in build_file()
812 sh_info].secno < 0)) in build_file()
813 dst_shdr.sh_info = 0; in build_file()
815 dst_shdr.sh_info = state-> in build_file()
816 sec_table[src_shdr.sh_info].secno; in build_file()
1058 dst_shdr.sh_info = 0; in build_file()
1128 if ((shnum >= src_shdr.sh_info) || in build_file()
1129 (src_shdr.sh_info == 0)) in build_file()
1130 dst_shdr.sh_info = src_shdr.sh_info; in build_file()
1132 dst_shdr.sh_info = in build_file()
1133 state->sec_table[src_shdr.sh_info].osecno; in build_file()