Searched refs:SHT_NOBITS (Results 1 – 4 of 4) sorted by relevance
288 #define SHT_NOBITS 8 macro
808 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()
3975 } else if (sh->sh_type == SHT_NOBITS && (strcmp(name, BSS_SEC) == 0 || in bpf_object__elf_collect()
1164 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