Home
last modified time | relevance | path

Searched refs:SHT_NOBITS (Results 1 – 4 of 4) sorted by relevance

/tools/include/uapi/linux/
A Delf.h288 #define SHT_NOBITS 8 macro
/tools/lib/bpf/
A Dlinker.c808 case SHT_NOBITS: in linker_load_obj_file()
893 case SHT_NOBITS: 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()
1297 if (src->shdr->sh_type != SHT_NOBITS) { in extend_sec()
1344 return sec->shdr->sh_type == SHT_PROGBITS || sec->shdr->sh_type == SHT_NOBITS; in is_data_sec()
A Dlibbpf.c3975 } else if (sh->sh_type == SHT_NOBITS && (strcmp(name, BSS_SEC) == 0 || in bpf_object__elf_collect()
/tools/perf/util/
A Dsymbol-elf.c1164 if (shdr.sh_type == SHT_NOBITS) { in read_gnu_debugdata()
1723 if (shdr.sh_type == SHT_NOBITS) { in dso__load_sym_internal()

Completed in 38 milliseconds