Home
last modified time | relevance | path

Searched refs:SHT_PROGBITS (Results 1 – 12 of 12) sorted by relevance

/linux/tools/perf/util/
A Dgenelf.c191 shdr->sh_type = SHT_PROGBITS; in jit_add_eh_frame_info()
225 shdr->sh_type = SHT_PROGBITS; in jit_add_eh_frame_info()
313 shdr->sh_type = SHT_PROGBITS; in jit_write_elf()
A Dgenelf_debug.c528 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
562 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
596 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
A Dprobe-finder.c1257 shdr.sh_type == SHT_PROGBITS) in debuginfo__find_probes()
A Dsymbol-elf.c908 if (ss->opdshdr.sh_type != SHT_PROGBITS) in symsrc__init()
/linux/arch/mips/tools/
A Dloongson3-llsc-check.c288 if (sh->sh_type != SHT_PROGBITS) in main()
/linux/scripts/
A Drecordmcount.h309 mcsec.sh_type = w(SHT_PROGBITS); in append_func()
567 if (w(txthdr->sh_type) != SHT_PROGBITS || in __has_rel_mcount()
/linux/include/uapi/linux/
A Delf.h269 #define SHT_PROGBITS 1 macro
/linux/tools/lib/bpf/
A Dlinker.c492 if (shdr->sh_type == SHT_PROGBITS && shdr->sh_size == 0 && in is_ignored_sec()
653 case SHT_PROGBITS: in linker_load_obj_file()
742 case SHT_PROGBITS: in linker_sanity_check_elf()
880 if (link_sec->shdr->sh_type != SHT_PROGBITS && link_sec->shdr->sh_type != SHT_NOBITS) { in linker_sanity_check_elf_relos()
1151 return sec->shdr->sh_type == SHT_PROGBITS || sec->shdr->sh_type == SHT_NOBITS; in is_data_sec()
2634 shdr->sh_type = SHT_PROGBITS; in emit_elf_data_sec()
A Dlibbpf.c3147 if (hdr->sh_type == SHT_PROGBITS && hdr->sh_size == 0 && in ignore_elf_section()
3279 } else if (sh->sh_type == SHT_PROGBITS && data->d_size > 0) { in bpf_object__elf_collect()
/linux/drivers/remoteproc/
A Dremoteproc_coredump.c434 elf_shdr_set_sh_type(class, shdr, SHT_PROGBITS); in rproc_coredump_using_sections()
/linux/tools/objtool/
A Delf.c802 sec->sh.sh_type = SHT_PROGBITS; in elf_create_section()
/linux/scripts/mod/
A Dmodpost.c903 if (sechdr->sh_type == SHT_PROGBITS && in check_section()

Completed in 49 milliseconds