Home
last modified time | relevance | path

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

/tools/perf/util/
A Dgenelf.c113 shdr->sh_type = SHT_PROGBITS; in jit_add_eh_frame_info()
147 shdr->sh_type = SHT_PROGBITS; in jit_add_eh_frame_info()
249 shdr->sh_type = SHT_PROGBITS; in jit_write_elf()
A Dgenelf_debug.c539 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
573 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
607 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
A Dprobe-finder.c1159 shdr.sh_type == SHT_PROGBITS) in debuginfo__find_probes()
A Dsymbol-elf.c1304 if (ss->opdshdr.sh_type != SHT_PROGBITS) in symsrc__init()
/tools/include/uapi/linux/
A Delf.h281 #define SHT_PROGBITS 1 macro
/tools/lib/bpf/
A Dlinker.c620 if (shdr->sh_type == SHT_PROGBITS && shdr->sh_size == 0 && in is_ignored_sec()
782 case SHT_PROGBITS: in linker_load_obj_file()
883 case SHT_PROGBITS: in linker_sanity_check_elf()
1025 if (link_sec->shdr->sh_type != SHT_PROGBITS && link_sec->shdr->sh_type != SHT_NOBITS) { in linker_sanity_check_elf_relos()
1246 return (sec->shdr->sh_type == SHT_PROGBITS) && in is_exec_sec()
1344 return sec->shdr->sh_type == SHT_PROGBITS || sec->shdr->sh_type == SHT_NOBITS; in is_data_sec()
2841 shdr->sh_type = SHT_PROGBITS; in emit_elf_data_sec()
A Dlibbpf.c3778 if (hdr->sh_type == SHT_PROGBITS && hdr->sh_size == 0 && in ignore_elf_section()
3911 if (sh->sh_type != SHT_PROGBITS) in bpf_object__elf_collect()
3915 if (sh->sh_type != SHT_PROGBITS) in bpf_object__elf_collect()
3920 } else if (sh->sh_type == SHT_PROGBITS && data->d_size > 0) { in bpf_object__elf_collect()
A Dbtf.c1172 if (sh.sh_type != SHT_PROGBITS) { in btf_find_elf_sections()
/tools/objtool/
A Delf.c1176 sec->sh.sh_type = SHT_PROGBITS; in elf_create_section()

Completed in 53 milliseconds