Searched refs:p_type (Results 1 - 22 of 22) sorted by relevance

/seL4-camkes-master/projects/sel4runtime/include/sel4runtime/
H A Delf.h59 Elf32_Word p_type; member in struct:__anon3
70 Elf64_Word p_type; member in struct:__anon4
/seL4-camkes-master/kernel/include/arch/x86/arch/32/mode/kernel/
H A Delf.h33 uint32_t p_type; /* Segment type: Loadable segment = 1 */ member in struct:Elf32_Phdr
/seL4-camkes-master/kernel/include/arch/x86/arch/64/mode/kernel/
H A Delf.h30 uint32_t p_type; member in struct:Elf64_Phdr
/seL4-camkes-master/projects/musllibc/src/ldso/
H A Ddl_iterate_phdr.c21 if (phdr->p_type == PT_PHDR)
23 if (phdr->p_type == PT_TLS)
/seL4-camkes-master/projects/musllibc/src/env/
H A D__init_tls.c113 if (phdr->p_type == PT_PHDR)
115 if (phdr->p_type == PT_DYNAMIC && _DYNAMIC)
117 if (phdr->p_type == PT_TLS)
/seL4-camkes-master/tools/riscv-pk/pk/
H A Delf.h75 uint32_t p_type; member in struct:__anon801
126 uint32_t p_type; member in struct:__anon805
H A Delf.c62 if (ph[i].p_type == PT_LOAD && ph[i].p_memsz)
74 if(ph[i].p_type == PT_LOAD && ph[i].p_memsz) {
/seL4-camkes-master/projects/musllibc/src/internal/
H A Dvdso.c53 if (ph->p_type == PT_LOAD)
55 else if (ph->p_type == PT_DYNAMIC)
/seL4-camkes-master/projects/musllibc/src/ldso/arm/
H A Dfind_exidx.c19 switch (phdr->p_type) {
/seL4-camkes-master/projects/camkes-tool/libsel4camkes/src/
H A Dstart.c30 .p_type = PT_TLS,
/seL4-camkes-master/projects/sel4runtime/src/
H A Dstart_root.c49 .p_type = PT_TLS,
H A Denv.c332 switch (header->p_type) {
/seL4-camkes-master/tools/seL4/elfloader-tool/include/binaries/elf/
H A Delf64.h59 uint32_t p_type; /* Segment type: Loadable segment = 1 */ member in struct:Elf64_Phdr
167 return elf64_getProgramHeaderTable(file)[ph].p_type;
H A Delf32.h59 uint32_t p_type; /* Segment type: Loadable segment = 1 */ member in struct:Elf32_Phdr
157 return elf32_getProgramHeaderTable(file)[ph].p_type;
/seL4-camkes-master/projects/musllibc/ldso/
H A Ddlstart.c60 while (phnum-- && ph->p_type != PT_DYNAMIC)
110 if (ph->p_type == PT_DYNAMIC) {
H A Ddynlink.c485 if (ph->p_type!=PT_LOAD) continue;
576 if (ph->p_type == PT_DYNAMIC) {
578 } else if (ph->p_type == PT_TLS) {
583 } else if (ph->p_type == PT_GNU_RELRO) {
587 if (ph->p_type != PT_LOAD) continue;
607 if (ph->p_type != PT_LOAD) continue;
668 if (ph->p_type != PT_LOAD) continue;
1173 if (ph->p_type == PT_DYNAMIC) {
1175 } else if (ph->p_type == PT_GNU_RELRO) {
1179 if (ph->p_type !
[all...]
/seL4-camkes-master/tools/seL4/elfloader-tool/src/binaries/elf/
H A Delf64.c146 return elf64_getProgramSegmentTable(elfFile)[segment].p_type;
231 if (segments[i].p_type != 1) {
H A Delf32.c142 return elf32_getProgramSegmentTable(elfFile)[segment].p_type;
/seL4-camkes-master/projects/util_libs/libelf/include/elf/
H A Delf32.h189 return elf32_getProgramHeaderTable(file)[ph].p_type;
H A Delf64.h189 return elf64_getProgramHeaderTable(file)[ph].p_type;
/seL4-camkes-master/projects/seL4_libs/libsel4utils/src/
H A Delf.c556 .p_type = elf_getProgramHeaderType(elf_file, i),
/seL4-camkes-master/projects/musllibc/include/
H A Delf.h569 Elf32_Word p_type; member in struct:__anon266
580 Elf64_Word p_type; member in struct:__anon267

Completed in 211 milliseconds