taglinefilesource code
PT_LOAD176arch/i386/ibcs/binfmt_elf.cif(eppnt->p_type == PT_LOAD) {
PT_LOAD476arch/i386/ibcs/binfmt_elf.cif(elf_ppnt->p_type == PT_LOAD) {
PT_LOAD617arch/i386/ibcs/binfmt_elf.cif((elf_phdata + i)->p_type == PT_LOAD) j++;
PT_LOAD624arch/i386/ibcs/binfmt_elf.cwhile(elf_phdata->p_type != PT_LOAD) elf_phdata++;
PT_LOAD210fs/binfmt_elf.cif(eppnt->p_type == PT_LOAD) {
PT_LOAD532fs/binfmt_elf.cif(elf_ppnt->p_type == PT_LOAD) {
PT_LOAD694fs/binfmt_elf.cif((elf_phdata + i)->p_type == PT_LOAD) j++;
PT_LOAD702fs/binfmt_elf.cwhile(elf_phdata->p_type != PT_LOAD) elf_phdata++;