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

/seL4-refos-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-refos-master/kernel/include/arch/x86/arch/64/mode/kernel/
H A Delf.h30 uint32_t p_type; member in struct:Elf64_Phdr
/seL4-refos-master/libs/libmuslc/src/ldso/
H A Ddl_iterate_phdr.c21 if (phdr->p_type == PT_PHDR)
23 if (phdr->p_type == PT_TLS)
/seL4-refos-master/libs/libmuslc/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-refos-master/libs/libmuslc/src/internal/
H A Dvdso.c53 if (ph->p_type == PT_LOAD)
55 else if (ph->p_type == PT_DYNAMIC)
/seL4-refos-master/libs/libmuslc/src/ldso/arm/
H A Dfind_exidx.c19 switch (phdr->p_type) {
/seL4-refos-master/seL4_tools/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-refos-master/tools/elfloader/include/binaries/elf/
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;
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;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dpray.c59 static int p_type; /* (-1)-3: (-1)=really naughty, 3=really good */ variable
1533 p_type = 0; /* too soon... */
1535 p_type = 1; /* too naughty... */
1538 p_type = 2;
1540 p_type = 3;
1545 p_type = -1;
1550 return !praying ? (boolean)(p_type == 3 && !Inhell) : TRUE;
1568 /* set up p_type and p_alignment */
1572 if (wizard && p_type >= 0) {
1578 if(p_type <
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpray.c59 static int p_type; /* (-1)-3: (-1)=really naughty, 3=really good */ variable
1533 p_type = 0; /* too soon... */
1535 p_type = 1; /* too naughty... */
1538 p_type = 2;
1540 p_type = 3;
1545 p_type = -1;
1550 return !praying ? (boolean)(p_type == 3 && !Inhell) : TRUE;
1568 /* set up p_type and p_alignment */
1572 if (wizard && p_type >= 0) {
1578 if(p_type <
[all...]
/seL4-refos-master/libs/libmuslc/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-refos-master/seL4_tools/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-refos-master/tools/elfloader/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-refos-master/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-refos-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-refos-master/libs/libsel4utils/src/
H A Delf.c556 .p_type = elf_getProgramHeaderType(elf_file, i),
/seL4-refos-master/projects/seL4_libs/libsel4utils/src/
H A Delf.c556 .p_type = elf_getProgramHeaderType(elf_file, i),
/seL4-refos-master/libs/libmuslc/include/
H A Delf.h569 Elf32_Word p_type; member in struct:__anon265
580 Elf64_Word p_type; member in struct:__anon266

Completed in 220 milliseconds