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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dmodule.c161 if ((shdr->sh_flags & SHF_ALLOC)
1124 return !(sect->sh_flags & SHF_ALLOC) || sect->sh_size == 0;
1707 if (!(info->sechdrs[infosec].sh_flags & SHF_ALLOC))
1768 if ((s->sh_flags & masks[m][0]) != masks[m][0]
1769 || (s->sh_flags & masks[m][1])
1786 if ((s->sh_flags & masks[m][0]) != masks[m][0]
1787 || (s->sh_flags & masks[m][1])
1912 if (sechdrs[sym->st_shndx].sh_flags & SHF_EXECINSTR)
1914 if (sechdrs[sym->st_shndx].sh_flags & SHF_ALLOC
1916 if (!(sechdrs[sym->st_shndx].sh_flags
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Ddecnet.h66 byte sh_flags; /* route flags */ member in struct:shorthdr
374 byte sh_flags; /* message flags */
373 byte sh_flags; /* message flags */ member in struct:seghdr
H A Dprint-decnet.c94 TCHECK(rhp->rh_short.sh_flags);
95 mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
111 mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
181 int mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/compressed/
H A Drelocs.c294 sec->shdr.sh_flags = elf32_to_cpu(shdr.sh_flags);
447 if (!(sec_applies->shdr.sh_flags & SHF_ALLOC)) {
516 if (!(sec_applies->shdr.sh_flags & SHF_ALLOC)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Delf.h296 /* sh_flags */
314 Elf32_Word sh_flags; member in struct:elf32_shdr
327 Elf64_Xword sh_flags; /* Miscellaneous section attributes */ member in struct:elf64_shdr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_irq.c212 unsigned long sh_flags = 0; local
243 sh_flags = IRQF_SHARED;
251 sh_flags, irqname, dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dmodule.c482 mod->arch.core_plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC;
486 mod->arch.init_plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC;
490 mod->arch.got->sh_flags = ARCH_SHF_SMALL | SHF_ALLOC;
494 mod->arch.opd->sh_flags = SHF_ALLOC;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/
H A Dinsmod.c2160 af = a->header.sh_flags;
2203 sec->header.sh_flags = SHF_WRITE | SHF_ALLOC;
2229 sec->header.sh_flags = SHF_WRITE | SHF_ALLOC;
2808 if (sec && !(sec->header.sh_flags & SHF_ALLOC)) {
2817 sec->header.sh_flags |= SHF_ALLOC;
2868 loaded[i] = (f->sections[i]->header.sh_flags & SHF_ALLOC) != 0;
3107 sec->header.sh_flags = SHF_WRITE | SHF_ALLOC;
3471 sec->header.sh_flags &= ~SHF_ALLOC;
3473 if (sec->header.sh_flags & SHF_ALLOC)
3879 loaded[i] = (f->sections[i]->header.sh_flags
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/boot/
H A Delf2ecoff.c207 s->sh_flags = swab32(s->sh_flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/vdso/
H A Dvdso32-setup.c184 if (!(shdr[i].sh_flags & SHF_ALLOC))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dmodule.c147 s->sh_flags &= ~SHF_ALLOC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dvpe.c470 if ((s->sh_flags & masks[m][0]) != masks[m][0]
471 || (s->sh_flags & masks[m][1])
1094 if (!(sechdrs[i].sh_flags & SHF_ALLOC))
1123 if (!(sechdrs[info].sh_flags & SHF_ALLOC))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/mod/
H A Dmodpost.c446 sechdrs[i].sh_flags = TO_NATIVE(sechdrs[i].sh_flags);
814 !(sechdr->sh_flags & SHF_ALLOC) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dmodule.c855 && (sechdrs[i].sh_flags & SHF_ALLOC)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Ddwarf.c1110 if ((sechdrs[i].sh_flags & SHF_ALLOC)

Completed in 119 milliseconds