/third_party/libunwind/libunwind/src/coredump/ |
D | _UCD_create.c | 144 cur->p_align = hdr64.p_align ; in _UCD_create() 169 cur->p_align = hdr32.p_align ; in _UCD_create()
|
D | _UCD_internal.h | 68 uoff_t p_align; member
|
/third_party/elfutils/tests/ |
D | dwfl-report-segment-contiguous.c | 54 .p_align = 4, in main() 71 .p_align = 4, in main()
|
D | vendorelf.c | 104 phdr.p_align = 16; in check_elf() 169 || phdr.p_align != 16) in check_elf()
|
D | alldts.c | 236 phdr[0].p_align = sizeof (Elf32_Word); in main() 244 phdr[1].p_align = 2 * sizeof (Elf32_Word); in main()
|
D | showptable.c | 112 (unsigned long long int) phdr->p_align); in main()
|
D | update2.c | 118 phdr[0].p_align = sizeof (Elf32_Word); in main()
|
D | update3.c | 167 phdr[0].p_align = sizeof (Elf32_Word); in main()
|
/third_party/elfutils/libelf/ |
D | gelf_update_phdr.c | 68 || unlikely (src->p_align > 0xffffffffull)) in gelf_update_phdr() 105 COPY (p_align); in gelf_update_phdr()
|
D | elf32_getphdr.c | 167 CONVERT_TO (phdr[cnt].p_align, notcvt[cnt].p_align); in ElfW2() 217 CONVERT (phdr[cnt].p_align); in ElfW2()
|
D | gelf_getphdr.c | 101 COPY (p_align); in gelf_getphdr()
|
D | abstract.h | 66 TYPE_NAME (ElfW2(32, Ext##Word), p_align) \ 77 TYPE_NAME (ElfW2(64, Ext##Xword), p_align) \
|
/third_party/elfutils/libdwfl/ |
D | segment.c | 300 if (phdr->p_align > 1 && (dwfl->segment_align <= 1 || in INTDEF() 301 phdr->p_align < dwfl->segment_align)) in INTDEF() 302 dwfl->segment_align = phdr->p_align; in INTDEF()
|
D | link_map.c | 574 if (phdr->p_align > 1 && (align == 0 || phdr->p_align < align)) in consider_executable() 575 align = phdr->p_align; in consider_executable()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | elf.rs | 117 pub(super) p_align: usize, field 130 pub(super) p_align: usize, field
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | b32.rs | 18 pub p_align: ::Elf32_Word,
|
D | b64.rs | 18 pub p_align: ::Elf64_Xword,
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | x86.rs | 18 pub p_align: ::Elf32_Word,
|
D | x86_64.rs | 39 pub p_align: ::Elf64_Xword,
|
/third_party/rust/crates/rustix/src/backend/linux_raw/runtime/ |
D | tls.rs | 37 align: (*tls_phdr).p_align, in startup_tls_info()
|
/third_party/elfutils/libdwelf/ |
D | dwelf_elf_gnu_build_id.c | 91 (phdr->p_align == 8 in find_elf_build_id()
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 788 Elf_Word p_align; member 800 Elf_Xword p_align; member
|
/third_party/musl/porting/linux/user/src/env/ |
D | __init_tls.c | 114 main_tls.align = tls_phdr->p_align; in static_init_tls()
|
/third_party/musl/porting/liteos_a/user/src/env/ |
D | __init_tls.c | 141 main_tls.align = tls_phdr->p_align; in static_init_tls()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 995 Elf32_Word p_align; // Segment alignment constraint member 1007 Elf64_Xword p_align; // Segment alignment constraint member
|