Home | History | Annotate | Download | only in LD

Lines Matching refs:SHN_UNDEF

103     // If the section should not be included, set the st_shndx SHN_UNDEF
106 st_shndx != llvm::ELF::SHN_UNDEF) {
108 st_shndx = llvm::ELF::SHN_UNDEF;
341 if (shnum == llvm::ELF::SHN_UNDEF || shstrtab == llvm::ELF::SHN_XINDEX) {
354 if (shnum == llvm::ELF::SHN_UNDEF)
603 // If the section should not be included, set the st_shndx SHN_UNDEF
606 st_shndx != llvm::ELF::SHN_UNDEF) {
608 st_shndx = llvm::ELF::SHN_UNDEF;
835 if (shnum == llvm::ELF::SHN_UNDEF || shstrtab == llvm::ELF::SHN_XINDEX) {
848 if (shnum == llvm::ELF::SHN_UNDEF)