Searched refs:SHT_NOBITS (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/loongarch/kernel/
H A Dmodule-sections.c154 got_sec->sh_type = SHT_NOBITS;
162 plt_sec->sh_type = SHT_NOBITS;
170 plt_idx_sec->sh_type = SHT_NOBITS;
178 tramp->sh_type = SHT_NOBITS;
/linux-master/arch/riscv/kernel/
H A Dmodule-sections.c138 mod->arch.plt.shdr->sh_type = SHT_NOBITS;
145 mod->arch.got.shdr->sh_type = SHT_NOBITS;
152 mod->arch.got_plt.shdr->sh_type = SHT_NOBITS;
/linux-master/arch/arm64/kernel/
H A Dmodule-plts.c344 pltsec->sh_type = SHT_NOBITS;
352 pltsec->sh_type = SHT_NOBITS;
360 tramp->sh_type = SHT_NOBITS;
/linux-master/arch/arm/kernel/
H A Dmodule-plts.c262 mod->arch.core.plt->sh_type = SHT_NOBITS;
270 mod->arch.init.plt->sh_type = SHT_NOBITS;
/linux-master/kernel/module/
H A Dkallsyms.c57 sechdrs[sym->st_shndx].sh_type != SHT_NOBITS) {
65 if (sechdrs[sym->st_shndx].sh_type == SHT_NOBITS) {
H A Dmain.c1770 case SHT_NOBITS:
1859 if (shdr->sh_type == SHT_NOBITS) {
2271 if (shdr->sh_type != SHT_NOBITS) {
/linux-master/arch/alpha/kernel/
H A Dmodule.c106 got->sh_type = SHT_NOBITS;
/linux-master/include/uapi/linux/
H A Delf.h280 #define SHT_NOBITS 8 macro
/linux-master/kernel/
H A Dkexec_file.c847 if (sechdrs[i].sh_type != SHT_NOBITS) {
922 if (sechdrs[i].sh_type == SHT_NOBITS) {
1163 if (sec->sh_type == SHT_NOBITS) {
/linux-master/arch/mips/kernel/
H A Dvpe.c620 if ((sechdrs[i].sh_type != SHT_NOBITS) &&
658 if (sechdrs[i].sh_type != SHT_NOBITS)
/linux-master/tools/lib/bpf/
H A Dlinker.c678 case SHT_NOBITS:
763 case SHT_NOBITS:
895 if (link_sec->shdr->sh_type != SHT_PROGBITS && link_sec->shdr->sh_type != SHT_NOBITS) {
1135 if (src->shdr->sh_type != SHT_NOBITS) {
1178 return sec->shdr->sh_type == SHT_PROGBITS || sec->shdr->sh_type == SHT_NOBITS;
H A Dlibbpf.c3869 } else if (sh->sh_type == SHT_NOBITS && (strcmp(name, BSS_SEC) == 0 ||
/linux-master/scripts/mod/
H A Dfile2alias.c1624 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) {
H A Dmodpost.c507 int nobits = sechdrs[i].sh_type == SHT_NOBITS;
/linux-master/tools/perf/util/
H A Dsymbol-elf.c670 * have the PLT data stripped out (shdr_rel_plt.sh_type == SHT_NOBITS).
1725 if (shdr.sh_type == SHT_NOBITS) {

Completed in 295 milliseconds