Home
last modified time | relevance | path

Searched refs:Elf64_Phdr (Results 1 – 25 of 1609) sorted by relevance

12345678910>>...65

/dports/archivers/upx/upx-3.96/src/
H A Dp_lx_elf.h284 virtual off_t getbrk(const Elf64_Phdr *phdr, int e_phnum) const;
287 virtual unsigned find_LOAD_gap(Elf64_Phdr const *const phdri, unsigned const k,
293 Elf64_Phdr const *elf_find_ptype(unsigned type, Elf64_Phdr const *phdr0, unsigned phnum);
296 upx_uint64_t check_pt_load(Elf64_Phdr const *);
297 upx_uint64_t check_pt_dynamic(Elf64_Phdr const *);
309 Elf64_Phdr *phdri; // for input file
311 Elf64_Phdr const *gnu_stack; // propagate NX
337 Elf64_Phdr phdr[1];
343 Elf64_Phdr phdr[2];
349 Elf64_Phdr phdr[3];
[all …]
/dports/devel/bsdelf/elftoolchain-0.7.1/libelf/
H A Dgelf_phdr.c42 Elf64_Phdr *
55 Elf64_Phdr *ep64; in gelf_getphdr()
109 Elf64_Phdr *
131 Elf64_Phdr *ph64; in gelf_update_phdr()
/dports/ports-mgmt/pkg/pkg-1.17.5/external/libelf/
H A Dgelf_phdr.c43 Elf64_Phdr *
56 Elf64_Phdr *ep64; in gelf_getphdr()
110 Elf64_Phdr *
132 Elf64_Phdr *ph64; in gelf_update_phdr()
/dports/devel/elftoolchain/elftoolchain-0.7.1/libelf/
H A Dgelf_phdr.c42 Elf64_Phdr *
55 Elf64_Phdr *ep64; in gelf_getphdr()
109 Elf64_Phdr *
131 Elf64_Phdr *ph64; in gelf_update_phdr()
/dports/archivers/upx/upx-3.96/src/stub/src/
H A Damd64-linux.elf-main.c227 Elf64_Phdr const *const phdr, in make_hatch_x86_64()
269 Elf64_Phdr const *const phdr, in make_hatch_ppc64()
284 || ( (hatch = (void *)(&((Elf64_Phdr *)(1+ // Ehdr and Phdr are contiguous in make_hatch_ppc64()
308 Elf64_Phdr const *const phdr, in make_hatch_arm64()
405 xfind_pages(unsigned mflags, Elf64_Phdr const *phdr, int phnum, in xfind_pages()
458 Elf64_Phdr const *phdr = (Elf64_Phdr const *)(void const *)(ehdr->e_phoff + in do_xmap()
583 Elf64_Phdr *phdr = (Elf64_Phdr *)(1+ ehdr); in upx_main()
595 phdr = (Elf64_Phdr *)(1+ ehdr); in upx_main()
/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/ELF/
H A Delf_defs.cpp134 …{p_type, "p_type", offsetof(XELF_DEF::Elf64_Phdr,p_type), 4,…
135 …{p_flags, "p_flags", offsetof(XELF_DEF::Elf64_Phdr,p_flags), 4,…
136 …{p_offset, "p_offset", offsetof(XELF_DEF::Elf64_Phdr,p_offset), 8,…
137 …{p_vaddr, "p_vaddr", offsetof(XELF_DEF::Elf64_Phdr,p_vaddr), 8,…
138 …{p_paddr, "p_paddr", offsetof(XELF_DEF::Elf64_Phdr,p_paddr), 8,…
139 …{p_filesz, "p_filesz", offsetof(XELF_DEF::Elf64_Phdr,p_filesz), 8,…
140 …{p_memsz, "p_memsz", offsetof(XELF_DEF::Elf64_Phdr,p_memsz), 8,…
141 …{p_align, "p_align", offsetof(XELF_DEF::Elf64_Phdr,p_align), 8,…
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/platforms/powernv/
H A Dopal-core.c50 Elf64_Phdr *ptload_phdr;
307 Elf64_Phdr *phdr; in create_opalcore()
314 ((oc_conf->ptload_cnt + 1) * sizeof(Elf64_Phdr))); in create_opalcore()
372 elf->e_phentsize = cpu_to_be16(sizeof(Elf64_Phdr)); in create_opalcore()
378 phdr = (Elf64_Phdr *)bufp; in create_opalcore()
379 bufp += sizeof(Elf64_Phdr); in create_opalcore()
389 oc_conf->ptload_phdr = (Elf64_Phdr *)bufp; in create_opalcore()
392 phdr = (Elf64_Phdr *)bufp; in create_opalcore()
393 bufp += sizeof(Elf64_Phdr); in create_opalcore()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/platforms/powernv/
H A Dopal-core.c50 Elf64_Phdr *ptload_phdr;
307 Elf64_Phdr *phdr; in create_opalcore()
314 ((oc_conf->ptload_cnt + 1) * sizeof(Elf64_Phdr))); in create_opalcore()
372 elf->e_phentsize = cpu_to_be16(sizeof(Elf64_Phdr)); in create_opalcore()
378 phdr = (Elf64_Phdr *)bufp; in create_opalcore()
379 bufp += sizeof(Elf64_Phdr); in create_opalcore()
389 oc_conf->ptload_phdr = (Elf64_Phdr *)bufp; in create_opalcore()
392 phdr = (Elf64_Phdr *)bufp; in create_opalcore()
393 bufp += sizeof(Elf64_Phdr); in create_opalcore()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/platforms/powernv/
H A Dopal-core.c50 Elf64_Phdr *ptload_phdr;
307 Elf64_Phdr *phdr; in create_opalcore()
314 ((oc_conf->ptload_cnt + 1) * sizeof(Elf64_Phdr))); in create_opalcore()
372 elf->e_phentsize = cpu_to_be16(sizeof(Elf64_Phdr)); in create_opalcore()
378 phdr = (Elf64_Phdr *)bufp; in create_opalcore()
379 bufp += sizeof(Elf64_Phdr); in create_opalcore()
389 oc_conf->ptload_phdr = (Elf64_Phdr *)bufp; in create_opalcore()
392 phdr = (Elf64_Phdr *)bufp; in create_opalcore()
393 bufp += sizeof(Elf64_Phdr); in create_opalcore()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/libc-0.2.112/src/unix/haiku/
H A Db64.rs7 pub type Elf_Phdr = ::Elf64_Phdr;
10 pub struct Elf64_Phdr {
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libc-0.2.111/src/unix/haiku/
H A Db64.rs7 pub type Elf_Phdr = ::Elf64_Phdr;
10 pub struct Elf64_Phdr {
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/libc-0.2.108/src/unix/haiku/
H A Db64.rs7 pub type Elf_Phdr = ::Elf64_Phdr;
10 pub struct Elf64_Phdr {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/libc-0.2.112/src/unix/haiku/
H A Db64.rs7 pub type Elf_Phdr = ::Elf64_Phdr;
10 pub struct Elf64_Phdr {
/dports/lang/gleam/gleam-0.18.2/cargo-crates/libc-0.2.111/src/unix/haiku/
H A Db64.rs7 pub type Elf_Phdr = ::Elf64_Phdr;
10 pub struct Elf64_Phdr {
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/libc-0.2.117/src/unix/haiku/
H A Db64.rs7 pub type Elf_Phdr = ::Elf64_Phdr;
10 pub struct Elf64_Phdr {
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/libc-0.2.108/src/unix/haiku/
H A Db64.rs7 pub type Elf_Phdr = ::Elf64_Phdr;
10 pub struct Elf64_Phdr {
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/libc-0.2.112/src/unix/haiku/
H A Db64.rs7 pub type Elf_Phdr = ::Elf64_Phdr;
10 pub struct Elf64_Phdr {
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/libc-0.2.112/src/unix/haiku/
H A Db64.rs7 pub type Elf_Phdr = ::Elf64_Phdr;
10 pub struct Elf64_Phdr {
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/libc/src/unix/haiku/
H A Db64.rs7 pub type Elf_Phdr = ::Elf64_Phdr;
10 pub struct Elf64_Phdr {
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libc-0.2.112/src/unix/haiku/
H A Db64.rs7 pub type Elf_Phdr = ::Elf64_Phdr;
10 pub struct Elf64_Phdr {
/dports/www/firefox/firefox-99.0/third_party/rust/libc/src/unix/haiku/
H A Db64.rs7 pub type Elf_Phdr = ::Elf64_Phdr;
10 pub struct Elf64_Phdr {
/dports/x11/swayr/swayr-v0.11.2/cargo-crates/libc-0.2.112/src/unix/haiku/
H A Db64.rs7 pub type Elf_Phdr = ::Elf64_Phdr;
10 pub struct Elf64_Phdr {
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/libc-0.2.113/src/unix/haiku/
H A Db64.rs7 pub type Elf_Phdr = ::Elf64_Phdr;
10 pub struct Elf64_Phdr {
/dports/misc/xplr/xplr-0.17.0/cargo-crates/libc-0.2.109/src/unix/haiku/
H A Db64.rs7 pub type Elf_Phdr = ::Elf64_Phdr;
10 pub struct Elf64_Phdr {
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libc-0.2.108/src/unix/haiku/
H A Db64.rs7 pub type Elf_Phdr = ::Elf64_Phdr;
10 pub struct Elf64_Phdr {

12345678910>>...65