Home
last modified time | relevance | path

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

/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dproperty.aserver.set.hpp.mako4 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 Dproperty.aserver.callback.hpp.mako4 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 Dproperty.aserver.tag.hpp.mako3 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 Dldconfig-handle-.dynstr-located-in-separate-segment.patch41 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 Dendian-ness_handling.patch73 - 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 D32and64bit.patch68 + switch (segment->p_type)
251 switch (segment->p_type)
/openbmc/openbmc/poky/scripts/
H A Drelocate_sdk.py112 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 Delfload.c70 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 Dqa.py125 p_type = self.getWord(offset + i * size)
126 if p_type == ELFFile.PT_INTERP:
/openbmc/qemu/contrib/elf2dmp/
H A Daddrspace.c83 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 Dqemu_elf.c69 if (phdr[0].p_type != PT_NOTE) { in init_states()
/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/
H A D0003-make-LOAD-segment-extensions-based-on-p_align-instea.patch25 rdi(lastSeg.p_type) == PT_LOAD &&
/openbmc/qemu/scripts/
H A Ddump-guest-memory.py159 def add_segment(self, p_type, p_paddr, p_size): argument
163 phdr.p_type = p_type
/openbmc/qemu/linux-user/
H A Dgen-vdso-elfn.c.inc29 bswaps(&phdr->p_type); /* Segment type */
152 if (phdr[i].p_type != PT_LOAD) {
197 switch (phdr[i].p_type) {
H A Delfload.c216 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 Delf.h432 Elf32_Word p_type; /* segment type */ member
443 Elf64_Word p_type; /* segment type */ member
/openbmc/qemu/include/hw/
H A Delf_ops.h.inc20 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 Dprelink-riscv.inc52 if (p->p_type == PT_DYNAMIC) {
/openbmc/sdbusplus/tools/sdbusplus/
H A Dproperty.py95 p_type = self.cppTypeParam(interface)
/openbmc/qemu/dump/
H A Ddump.c225 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 Delf.h1547 Elf32_Word p_type; member
1558 Elf64_Word p_type; member
/openbmc/qemu/tcg/
H A Dtcg.c7182 .p_type = PT_LOAD, in tcg_register_jit_int()