Lines Matching refs:SHT_PROGBITS
520 {return find_section(elf_handle, ".text", SHT_PROGBITS);} in find_text_section()
538 {return find_section(elf_handle, ".rodata", SHT_PROGBITS);} in find_rodata_section()
547 {return find_section(elf_handle, ".data", SHT_PROGBITS);} in find_data_section()
556 {return find_section(elf_handle, ".data1", SHT_PROGBITS);} in find_data1_section()
567 {return find_section(elf_handle, ".opd", SHT_PROGBITS);} in find_opd_section()
625 {return find_section(elf_handle, "__ksymtab", SHT_PROGBITS);} in find_ksymtab_section()
635 {return find_section(elf_handle, "__ksymtab_gpl", SHT_PROGBITS);} in find_ksymtab_gpl_section()
648 return find_section(elf_handle, "__ksymtab_strings", SHT_PROGBITS); in find_ksymtab_strings_section()
1191 return (find_section(elf_handle, ".modinfo", SHT_PROGBITS) in is_linux_kernel_module()
1194 SHT_PROGBITS)); in is_linux_kernel_module()
1209 SHT_PROGBITS) in is_linux_kernel()
1528 || shdr->sh_type == SHT_PROGBITS)); in get_soname_of_elf_file()