Home
last modified time | relevance | path

Searched refs:PT_LOAD (Results 1 – 10 of 10) sorted by relevance

/tools/testing/selftests/sgx/
A Dtest_encl.lds5 tcs PT_LOAD;
6 text PT_LOAD;
7 data PT_LOAD;
A Dload.c237 if (phdr->p_type == PT_LOAD) in encl_load()
250 if (phdr->p_type != PT_LOAD) in encl_load()
/tools/testing/selftests/exec/
A Dload_address.c38 if (info->dlpi_phdr[i].p_type != PT_LOAD) in ExtractStatistics()
/tools/testing/selftests/kvm/lib/
A Delf.c152 if (phdr.p_type != PT_LOAD) in kvm_vm_elf_load()
/tools/testing/selftests/vDSO/
A Dparse_vdso.c120 if (pt[i].p_type == PT_LOAD && !found_vaddr) { in vdso_init_from_sysinfo_ehdr()
/tools/perf/util/
A Dgenelf.c211 phdr[0].p_type = PT_LOAD; in jit_write_elf()
A Dunwind-libunwind-local.c221 if (gelf_getphdr(elf, i, &phdr) && phdr.p_type == PT_LOAD) { in elf_base_address()
A Dsymbol-elf.c263 if (phdr->p_type != PT_LOAD) in elf_read_program_header()
1892 if (phdr.p_type != PT_LOAD) in elf_read_maps()
2117 .p_type = PT_LOAD, in kcore__add_phdr()
/tools/include/uapi/linux/
A Delf.h29 #define PT_LOAD 1 macro
/tools/lib/bpf/
A Dusdt.c425 if (phdr.p_type != PT_LOAD) in parse_elf_segs()

Completed in 22 milliseconds