Lines Matching refs:SHT_PROGBITS
340 /// Examples of values of this parameter are SHT_PROGBITS or SHT_NOBITS.
373 /// Examples of values of this parameter are SHT_PROGBITS or SHT_NOBITS.
520 {return find_section(elf_handle, ".text", SHT_PROGBITS);}
538 {return find_section(elf_handle, ".rodata", SHT_PROGBITS);}
547 {return find_section(elf_handle, ".data", SHT_PROGBITS);}
556 {return find_section(elf_handle, ".data1", SHT_PROGBITS);}
567 {return find_section(elf_handle, ".opd", SHT_PROGBITS);}
625 {return find_section(elf_handle, "__ksymtab", SHT_PROGBITS);}
635 {return find_section(elf_handle, "__ksymtab_gpl", SHT_PROGBITS);}
648 return find_section(elf_handle, "__ksymtab_strings", SHT_PROGBITS);
1191 return (find_section(elf_handle, ".modinfo", SHT_PROGBITS)
1194 SHT_PROGBITS));
1209 SHT_PROGBITS)
1528 || shdr->sh_type == SHT_PROGBITS));