Home | History | Annotate | Download | only in elfcopy

Lines Matching refs:SHN_UNDEF

189             shdr_info[shdridx].shdr.sh_link = SHN_UNDEF;
190 shdr_info[shdridx].shdr.sh_info = SHN_UNDEF;
434 sym->st_shndx == SHN_UNDEF || sym->st_shndx >= shnum ||
442 if (sym->st_shndx == SHN_UNDEF ||
459 (sym->st_shndx == SHN_UNDEF ? "undefined" : "special"),
2300 if (scnidx == SHN_UNDEF) {