Searched refs:SHT_PROGBITS (Results 1 – 3 of 3) sorted by relevance
384 case SHT_PROGBITS: in link_elf_link_preload()468 case SHT_PROGBITS: in link_elf_link_preload()476 if (shdr[i].sh_type == SHT_PROGBITS) in link_elf_link_preload()771 case SHT_PROGBITS: in link_elf_load_file()892 case SHT_PROGBITS: in link_elf_load_file()969 case SHT_PROGBITS: in link_elf_load_file()986 } else if (shdr[i].sh_type == SHT_PROGBITS) in link_elf_load_file()1030 if (shdr[i].sh_type == SHT_PROGBITS in link_elf_load_file()
161 sh->sh_type == SHT_PROGBITS && in find_elf_code()
414 #define SHT_PROGBITS 1 /* program defined information */ macro