Home | History | Annotate | Download | only in src

Lines Matching refs:SHF_TLS

773 		  if ((destshdr->sh_flags & SHF_TLS) == 0)
775 section [%2d] '%s': symbol %zu: referenced section [%2d] '%s' does not have SHF_TLS flag set\n"),
3343 { ".tbss", 6, SHT_NOBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 },
3344 { ".tdata", 7, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 },
3345 { ".tdata1", 8, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 },
3582 | SHF_OS_NONCONFORMING | SHF_GROUP | SHF_TLS)
3601 if (shdr->sh_flags & SHF_TLS)
3673 && (shdr->sh_flags & SHF_TLS) == 0)
3675 && (shdr->sh_flags & SHF_TLS) != 0))