Searched refs:SHT_NOBITS (Results 1 – 4 of 4) sorted by relevance
96 (shdr->sh_type == SHT_NOBITS) ? "Clear" : "Load", in load_elf64_image_shdr()102 if (shdr->sh_type == SHT_NOBITS) { in load_elf64_image_shdr()201 (shdr->sh_type == SHT_NOBITS) ? "Clear" : "Load", in load_elf_image_shdr()207 if (shdr->sh_type == SHT_NOBITS) { in load_elf_image_shdr()
562 (shdr->sh_type == SHT_NOBITS)) in elf2flat64()588 if (shdr->sh_type != SHT_NOBITS) in elf2flat64()610 (shdr->sh_type == SHT_NOBITS)) in elf2flat32()636 if (shdr->sh_type != SHT_NOBITS) in elf2flat32()
429 case SHT_NOBITS: in pe_load_dmem_section()518 case SHT_NOBITS: in pe_load_ddr_section()575 case SHT_NOBITS: in pe_load_pe_lmem_section()
279 #define SHT_NOBITS 8 /* no space section */ macro
Completed in 12 milliseconds