| /openbmc/sdbusplus/tools/sdbusplus/templates/ |
| H A D | property.aserver.set.hpp.mako | 4 p_type = property.cppTypeParam(interface.name) 7 template <bool EmitSignal = true, typename Arg = ${p_type}> 10 ${p_type}> 21 template <bool EmitSignal = true, typename Arg = ${p_type}> 24 ${p_type}> 35 template <bool EmitSignal = true, typename Arg = ${p_type}> 38 ${p_type}>)
|
| H A D | property.aserver.callback.hpp.mako | 4 p_type = property.cppTypeParam(interface.name) 26 static_assert(std::is_convertible_v<decltype(v), ${p_type}>, 27 "Property doesn't convert to '${p_type}'."); 28 m.append<${p_type}>(std::move(v)); 33 static_assert(std::is_convertible_v<decltype(v), ${p_type}>, 34 "Property doesn't convert to '${p_type}'."); 35 m.append<${p_type}>(std::move(v)); 69 auto new_value = m.unpack<${p_type}>(); 73 ${p_tag}, Instance, ${p_type}>)
|
| H A D | property.aserver.tag.hpp.mako | 3 p_type = property.cppTypeParam(interface.name) 7 using value_type = ${p_type};
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
| H A D | ldconfig-handle-.dynstr-located-in-separate-segment.patch | 41 switch (read32(segment->p_type, be)) 79 + if (read32(segment->p_type, be) == PT_LOAD 119 switch (read32(segment->p_type, be)) 157 + if (read64(segment->p_type, be) == PT_LOAD
|
| H A D | endian-ness_handling.patch | 73 - switch (segment->p_type) 74 + switch (read32(segment->p_type, be)) 219 - switch (segment->p_type) 220 + switch (read32(segment->p_type, be))
|
| H A D | 32and64bit.patch | 68 + switch (segment->p_type) 251 switch (segment->p_type)
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | relocate_sdk.py | 112 p_type, p_offset, p_vaddr, p_paddr, p_filesz,\ 116 p_type, p_flags, p_offset, p_vaddr, p_paddr, \ 120 if p_type == 3:
|
| /openbmc/qemu/bsd-user/ |
| H A D | elfload.c | 70 bswap32s(&phdr->p_type); /* Segment type */ in bswap_phdr() 549 if (elf_ppnt->p_type != PT_LOAD) { in load_elf_sections() 660 if (elf_ppnt->p_type == PT_INTERP) { in load_elf_binary() 746 if (elf_ppnt->p_type != PT_LOAD) { in load_elf_binary() 771 if (elf_ppnt->p_type != PT_LOAD) { in load_elf_binary()
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | qa.py | 125 p_type = self.getWord(offset + i * size) 126 if p_type == ELFFile.PT_INTERP:
|
| /openbmc/qemu/contrib/elf2dmp/ |
| H A D | addrspace.c | 83 if (phdr[i].p_type == PT_LOAD) { in pa_space_create() 91 if (phdr[i].p_type == PT_LOAD && phdr[i].p_offset < qemu_elf->size) { in pa_space_create()
|
| H A D | qemu_elf.c | 69 if (phdr[0].p_type != PT_NOTE) { in init_states()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/ |
| H A D | 0003-make-LOAD-segment-extensions-based-on-p_align-instea.patch | 25 rdi(lastSeg.p_type) == PT_LOAD &&
|
| /openbmc/qemu/scripts/ |
| H A D | dump-guest-memory.py | 159 def add_segment(self, p_type, p_paddr, p_size): argument 163 phdr.p_type = p_type
|
| /openbmc/qemu/linux-user/ |
| H A D | gen-vdso-elfn.c.inc | 29 bswaps(&phdr->p_type); /* Segment type */ 152 if (phdr[i].p_type != PT_LOAD) { 197 switch (phdr[i].p_type) {
|
| H A D | elfload.c | 216 bswap32s(&phdr->p_type); /* Segment type */ in elf_core_copy_regs() 1317 if (eppnt->p_type == PT_LOAD) { in elf_core_copy_regs() 1328 } else if (eppnt->p_type == PT_INTERP && pinterp_name) { 1346 } else if (eppnt->p_type == PT_GNU_PROPERTY) { in init_thread() 1350 } else if (eppnt->p_type == PT_GNU_STACK) { in init_thread() 1444 switch (phdr[i].p_type) { 1493 if (eppnt->p_type == PT_LOAD) { 1551 } else if (eppnt->p_type == PT_MIPS_ABIFLAGS) { 2204 phdr->p_type = PT_NOTE; in bswap_ehdr() 2364 phdr->p_type in copy_elf_strings() [all...] |
| /openbmc/u-boot/include/ |
| H A D | elf.h | 432 Elf32_Word p_type; /* segment type */ member 443 Elf64_Word p_type; /* segment type */ member
|
| /openbmc/qemu/include/hw/ |
| H A D | elf_ops.h.inc | 20 bswap32s(&phdr->p_type); /* Segment type */ 425 if (ph->p_type == PT_LOAD) { 474 if (i != j && jph->p_type == PT_LOAD) { 583 } else if (ph->p_type == PT_NOTE && elf_note_fn) {
|
| /openbmc/u-boot/tools/ |
| H A D | prelink-riscv.inc | 52 if (p->p_type == PT_DYNAMIC) {
|
| /openbmc/sdbusplus/tools/sdbusplus/ |
| H A D | property.py | 95 p_type = self.cppTypeParam(interface)
|
| /openbmc/qemu/dump/ |
| H A D | dump.c | 225 phdr.p_type = cpu_to_dump32(s, PT_LOAD); in write_elf64_load() 249 phdr.p_type = cpu_to_dump32(s, PT_LOAD); in write_elf32_load() 269 phdr->p_type = cpu_to_dump32(s, PT_NOTE); in prepare_elf64_phdr_note() 325 phdr->p_type = cpu_to_dump32(s, PT_NOTE); in prepare_elf32_phdr_note()
|
| /openbmc/qemu/include/ |
| H A D | elf.h | 1547 Elf32_Word p_type; member 1558 Elf64_Word p_type; member
|
| /openbmc/qemu/tcg/ |
| H A D | tcg.c | 7182 .p_type = PT_LOAD, in tcg_register_jit_int()
|