Home
last modified time | relevance | path

Searched refs:ph32 (Results 1 – 18 of 18) sorted by relevance

/dports/devel/bsdelf/elftoolchain-0.7.1/libelf/
H A Dgelf_phdr.c130 Elf32_Phdr *ph32; in gelf_update_phdr() local
165 ph32 = e->e_u.e_elf.e_phdr.e_phdr32 + ndx; in gelf_update_phdr()
167 ph32->p_type = s->p_type; in gelf_update_phdr()
168 ph32->p_flags = s->p_flags; in gelf_update_phdr()
169 LIBELF_COPY_U32(ph32, s, p_offset); in gelf_update_phdr()
170 LIBELF_COPY_U32(ph32, s, p_vaddr); in gelf_update_phdr()
171 LIBELF_COPY_U32(ph32, s, p_paddr); in gelf_update_phdr()
172 LIBELF_COPY_U32(ph32, s, p_filesz); in gelf_update_phdr()
173 LIBELF_COPY_U32(ph32, s, p_memsz); in gelf_update_phdr()
174 LIBELF_COPY_U32(ph32, s, p_align); in gelf_update_phdr()
/dports/ports-mgmt/pkg/pkg-1.17.5/external/libelf/
H A Dgelf_phdr.c131 Elf32_Phdr *ph32; in gelf_update_phdr() local
166 ph32 = e->e_u.e_elf.e_phdr.e_phdr32 + ndx; in gelf_update_phdr()
168 ph32->p_type = s->p_type; in gelf_update_phdr()
169 ph32->p_flags = s->p_flags; in gelf_update_phdr()
170 LIBELF_COPY_U32(ph32, s, p_offset); in gelf_update_phdr()
171 LIBELF_COPY_U32(ph32, s, p_vaddr); in gelf_update_phdr()
172 LIBELF_COPY_U32(ph32, s, p_paddr); in gelf_update_phdr()
173 LIBELF_COPY_U32(ph32, s, p_filesz); in gelf_update_phdr()
174 LIBELF_COPY_U32(ph32, s, p_memsz); in gelf_update_phdr()
175 LIBELF_COPY_U32(ph32, s, p_align); in gelf_update_phdr()
/dports/devel/elftoolchain/elftoolchain-0.7.1/libelf/
H A Dgelf_phdr.c130 Elf32_Phdr *ph32; in gelf_update_phdr() local
165 ph32 = e->e_u.e_elf.e_phdr.e_phdr32 + ndx; in gelf_update_phdr()
167 ph32->p_type = s->p_type; in gelf_update_phdr()
168 ph32->p_flags = s->p_flags; in gelf_update_phdr()
169 LIBELF_COPY_U32(ph32, s, p_offset); in gelf_update_phdr()
170 LIBELF_COPY_U32(ph32, s, p_vaddr); in gelf_update_phdr()
171 LIBELF_COPY_U32(ph32, s, p_paddr); in gelf_update_phdr()
172 LIBELF_COPY_U32(ph32, s, p_filesz); in gelf_update_phdr()
173 LIBELF_COPY_U32(ph32, s, p_memsz); in gelf_update_phdr()
174 LIBELF_COPY_U32(ph32, s, p_align); in gelf_update_phdr()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ext/magic/
H A Dreadelf.c154 ? (void *) &ph32 \
157 ? sizeof ph32 \
160 ? elf_getu32(swap, ph32.p_type) \
163 ? elf_getu32(swap, ph32.p_offset) \
166 ? (off_t) (ph32.p_align ? \
167 elf_getu32(swap, ph32.p_align) : 4) \
171 ? elf_getu32(swap, ph32.p_filesz) \
177 ? elf_getu32(swap, ph32.p_memsz) \
294 Elf32_Phdr ph32; in dophn_core() local
1017 Elf32_Phdr ph32; in dophn_exec() local
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ext/magic/
H A Dreadelf.c154 ? (void *) &ph32 \
157 ? sizeof ph32 \
160 ? elf_getu32(swap, ph32.p_type) \
163 ? elf_getu32(swap, ph32.p_offset) \
166 ? (off_t) (ph32.p_align ? \
167 elf_getu32(swap, ph32.p_align) : 4) \
171 ? elf_getu32(swap, ph32.p_filesz) \
177 ? elf_getu32(swap, ph32.p_memsz) \
294 Elf32_Phdr ph32; in dophn_core() local
1017 Elf32_Phdr ph32; in dophn_exec() local
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/modules/c_FileTypeSigModule/file-5.08/src/
H A Dreadelf.c154 ? (void *) &ph32 \
157 ? sizeof ph32 \
160 ? elf_getu32(swap, ph32.p_type) \
163 ? elf_getu32(swap, ph32.p_offset) \
166 ? (off_t) (ph32.p_align ? \
167 elf_getu32(swap, ph32.p_align) : 4) \
171 ? elf_getu32(swap, ph32.p_filesz) \
177 ? elf_getu32(swap, ph32.p_memsz) \
296 Elf32_Phdr ph32; in dophn_core() local
1055 Elf32_Phdr ph32; in dophn_exec() local
/dports/sysutils/file/file-5.39/src/
H A Dreadelf.c166 ? CAST(void *, &ph32) \
169 ? sizeof(ph32) \
172 ? elf_getu32(swap, ph32.p_type) \
175 ? elf_getu32(swap, ph32.p_offset) \
178 ? CAST(off_t, (ph32.p_align ? \
183 ? CAST(off_t, (ph32.p_vaddr ? \
188 ? elf_getu32(swap, ph32.p_filesz) \
191 ? elf_getu32(swap, ph32.p_memsz) \
352 Elf32_Phdr ph32;
934 Elf32_Phdr ph32;
[all …]
/dports/devel/py-magic/file-5.40/src/
H A Dreadelf.c166 ? CAST(void *, &ph32) \
169 ? sizeof(ph32) \
172 ? elf_getu32(swap, ph32.p_type) \
175 ? elf_getu32(swap, ph32.p_offset) \
178 ? CAST(off_t, (ph32.p_align ? \
183 ? CAST(off_t, (ph32.p_vaddr ? \
188 ? elf_getu32(swap, ph32.p_filesz) \
191 ? elf_getu32(swap, ph32.p_memsz) \
352 Elf32_Phdr ph32; in dophn_core() local
940 Elf32_Phdr ph32; in get_offset_from_virtaddr() local
[all …]
/dports/devel/jwasm/JWasm-f0a2fdd/src/
H A Dbin.c1306 #define GHF( x ) ph32->x
1375 struct IMAGE_PE_HEADER32 *ph32; in pe_set_values() local
1398 ff = ph32->FileHeader.Characteristics; in pe_set_values()
1566 …sizeimg = ( sizeimg + ph32->OptionalHeader.SectionAlignment - 1 ) & ~(ph32->OptionalHeader.Section… in pe_set_values()
1568 ph32->OptionalHeader.SizeOfCode = cd.codesize; in pe_set_values()
1569 ph32->OptionalHeader.SizeOfInitializedData = cd.datasize; in pe_set_values()
1570 ph32->OptionalHeader.BaseOfCode = cd.codebase; in pe_set_values()
1571 ph32->OptionalHeader.BaseOfData = cd.database; in pe_set_values()
1572 ph32->OptionalHeader.SizeOfImage = sizeimg; in pe_set_values()
1573 ph32->OptionalHeader.SizeOfHeaders = sizehdr; in pe_set_values()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Analysis/ScalarEvolution/
H A Dincorrect-exit-count.ll30 ; CHECK-NEXT: %storemerge1822.lcssa.ph32 = phi i32 [ 3, %inner.loop ]
32 …2 [ %storemerge1822.lcssa.ph, %if.end.loopexit ], [ %storemerge1822.lcssa.ph32, %if.end.loopexit31…
99 %storemerge1822.lcssa.ph32 = phi i32 [ 3, %inner.loop ]
103 …2 [ %storemerge1822.lcssa.ph, %if.end.loopexit ], [ %storemerge1822.lcssa.ph32, %if.end.loopexit31…
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Analysis/ScalarEvolution/
H A Dincorrect-exit-count.ll30 ; CHECK-NEXT: %storemerge1822.lcssa.ph32 = phi i32 [ 3, %inner.loop ]
32 …2 [ %storemerge1822.lcssa.ph, %if.end.loopexit ], [ %storemerge1822.lcssa.ph32, %if.end.loopexit31…
99 %storemerge1822.lcssa.ph32 = phi i32 [ 3, %inner.loop ]
103 …2 [ %storemerge1822.lcssa.ph, %if.end.loopexit ], [ %storemerge1822.lcssa.ph32, %if.end.loopexit31…
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Analysis/ScalarEvolution/
H A Dincorrect-exit-count.ll30 ; CHECK-NEXT: %storemerge1822.lcssa.ph32 = phi i32 [ 3, %inner.loop ]
32 …2 [ %storemerge1822.lcssa.ph, %if.end.loopexit ], [ %storemerge1822.lcssa.ph32, %if.end.loopexit31…
101 %storemerge1822.lcssa.ph32 = phi i32 [ 3, %inner.loop ]
105 …2 [ %storemerge1822.lcssa.ph, %if.end.loopexit ], [ %storemerge1822.lcssa.ph32, %if.end.loopexit31…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Analysis/ScalarEvolution/
H A Dincorrect-exit-count.ll29 ; CHECK-NEXT: %storemerge1822.lcssa.ph32 = phi i32 [ 3, %inner.loop ]
31 …2 [ %storemerge1822.lcssa.ph, %if.end.loopexit ], [ %storemerge1822.lcssa.ph32, %if.end.loopexit31…
98 %storemerge1822.lcssa.ph32 = phi i32 [ 3, %inner.loop ]
102 …2 [ %storemerge1822.lcssa.ph, %if.end.loopexit ], [ %storemerge1822.lcssa.ph32, %if.end.loopexit31…
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Analysis/ScalarEvolution/
H A Dincorrect-exit-count.ll30 ; CHECK-NEXT: %storemerge1822.lcssa.ph32 = phi i32 [ 3, %inner.loop ]
32 …2 [ %storemerge1822.lcssa.ph, %if.end.loopexit ], [ %storemerge1822.lcssa.ph32, %if.end.loopexit31…
99 %storemerge1822.lcssa.ph32 = phi i32 [ 3, %inner.loop ]
103 …2 [ %storemerge1822.lcssa.ph, %if.end.loopexit ], [ %storemerge1822.lcssa.ph32, %if.end.loopexit31…
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Analysis/ScalarEvolution/
H A Dincorrect-exit-count.ll30 ; CHECK-NEXT: %storemerge1822.lcssa.ph32 = phi i32 [ 3, %inner.loop ]
32 …2 [ %storemerge1822.lcssa.ph, %if.end.loopexit ], [ %storemerge1822.lcssa.ph32, %if.end.loopexit31…
101 %storemerge1822.lcssa.ph32 = phi i32 [ 3, %inner.loop ]
105 …2 [ %storemerge1822.lcssa.ph, %if.end.loopexit ], [ %storemerge1822.lcssa.ph32, %if.end.loopexit31…
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Analysis/ScalarEvolution/
H A Dincorrect-exit-count.ll30 ; CHECK-NEXT: %storemerge1822.lcssa.ph32 = phi i32 [ 3, %inner.loop ]
32 …2 [ %storemerge1822.lcssa.ph, %if.end.loopexit ], [ %storemerge1822.lcssa.ph32, %if.end.loopexit31…
99 %storemerge1822.lcssa.ph32 = phi i32 [ 3, %inner.loop ]
103 …2 [ %storemerge1822.lcssa.ph, %if.end.loopexit ], [ %storemerge1822.lcssa.ph32, %if.end.loopexit31…
/dports/lang/zig-devel/zig-0.9.0/lib/std/zig/system/
H A DNativeTargetInfo.zig519 … const ph32 = @ptrCast(*elf.Elf32_Phdr, @alignCast(@alignOf(elf.Elf32_Phdr), &ph_buf[ph_buf_i]));
521 const p_type = elfInt(is_64, need_bswap, ph32.p_type, ph64.p_type);
524 const p_offset = elfInt(is_64, need_bswap, ph32.p_offset, ph64.p_offset);
525 const p_filesz = elfInt(is_64, need_bswap, ph32.p_filesz, ph64.p_filesz);
549 var dyn_off = elfInt(is_64, need_bswap, ph32.p_offset, ph64.p_offset);
550 const p_filesz = elfInt(is_64, need_bswap, ph32.p_filesz, ph64.p_filesz);
/dports/lang/zig/zig-0.9.0/lib/std/zig/system/
H A DNativeTargetInfo.zig519 … const ph32 = @ptrCast(*elf.Elf32_Phdr, @alignCast(@alignOf(elf.Elf32_Phdr), &ph_buf[ph_buf_i]));
521 const p_type = elfInt(is_64, need_bswap, ph32.p_type, ph64.p_type);
524 const p_offset = elfInt(is_64, need_bswap, ph32.p_offset, ph64.p_offset);
525 const p_filesz = elfInt(is_64, need_bswap, ph32.p_filesz, ph64.p_filesz);
549 var dyn_off = elfInt(is_64, need_bswap, ph32.p_offset, ph64.p_offset);
550 const p_filesz = elfInt(is_64, need_bswap, ph32.p_filesz, ph64.p_filesz);