Home
last modified time | relevance | path

Searched refs:p_align (Results 1 – 25 of 40) sorted by relevance

12

/dragonfly/contrib/elftoolchain/libelf/
H A Dgelf_phdr.c83 d->p_align = (Elf64_Xword) ep32->p_align; in gelf_getphdr()
174 LIBELF_COPY_U32(ph32, s, p_align); in gelf_update_phdr()
H A Delf_types.m4159 `p_align, WORD',
170 `p_align, XWORD',
/dragonfly/contrib/gdb-7/include/elf/
H A Dexternal.h97 unsigned char p_align[4]; /* Segment alignment, file & memory */ member
108 unsigned char p_align[8]; /* Segment alignment, file & memory */ member
H A Dinternal.h95 bfd_vma p_align; /* Segment alignment, file & memory */ member
266 bfd_vma p_align; member
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dexternal.h96 unsigned char p_align[4]; /* Segment alignment, file & memory */ member
107 unsigned char p_align[8]; /* Segment alignment, file & memory */ member
H A Dinternal.h94 bfd_vma p_align; /* Segment alignment, file & memory */ member
273 bfd_vma p_align; member
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dexternal.h96 unsigned char p_align[4]; /* Segment alignment, file & memory */ member
107 unsigned char p_align[8]; /* Segment alignment, file & memory */ member
H A Dinternal.h94 bfd_vma p_align; /* Segment alignment, file & memory */ member
273 bfd_vma p_align; member
/dragonfly/contrib/gdb-7/bfd/
H A Delfcode.h372 dst->p_align = H_GET_WORD (abfd, src->p_align); in elf_swap_phdr_in()
394 H_PUT_WORD (abfd, src->p_align, dst->p_align); in elf_swap_phdr_out()
1707 + i_phdrs[i].p_align - 1) & -i_phdrs[i].p_align; in NAME()
1714 if (!loadbase_set && (i_phdrs[i].p_offset & -i_phdrs[i].p_align) == 0) in NAME()
1716 loadbase = ehdr_vma - (i_phdrs[i].p_vaddr & -i_phdrs[i].p_align); in NAME()
1758 bfd_vma start = i_phdrs[i].p_offset & -i_phdrs[i].p_align; in NAME()
1760 + i_phdrs[i].p_align - 1) & -i_phdrs[i].p_align; in NAME()
1764 & -i_phdrs[i].p_align, in NAME()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp_internal.h121 Elf_Word p_align;
134 Elf_Xword p_align;
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp_internal.h121 Elf_Word p_align;
134 Elf_Xword p_align;
/dragonfly/contrib/binutils-2.34/binutils/
H A Delfedit.c123 phdrs[i].p_align = BYTE_GET (phdrs32[i].p_align); in update_gnu_property()
139 phdrs[i].p_align = BYTE_GET (phdrs64[i].p_align); in update_gnu_property()
149 size_t align = phdrs[i].p_align; in update_gnu_property()
/dragonfly/contrib/file/src/
H A Dreadelf.h183 Elf32_Word p_align; member
194 Elf64_Xword p_align; member
H A Dreadelf.c179 ? CAST(off_t, (ph32.p_align ? \
180 elf_getu32(swap, ph32.p_align) : 4))\
181 : CAST(off_t, (ph64.p_align ? \
182 elf_getu64(swap, ph64.p_align) : 4))))
/dragonfly/contrib/binutils-2.34/bfd/
H A Delfcode.h379 dst->p_align = H_GET_WORD (abfd, src->p_align); in elf_swap_phdr_in()
401 H_PUT_WORD (abfd, src->p_align, dst->p_align); in elf_swap_phdr_out()
1752 if (i_phdrs[i].p_align > 1) in NAME()
1754 p_offset &= -i_phdrs[i].p_align; in NAME()
1755 p_vaddr &= -i_phdrs[i].p_align; in NAME()
H A Delf.c3031 align = hdr->p_align; in _bfd_elf_make_section_from_phdr()
3091 hdr->p_align)) in bfd_section_from_phdr()
5585 p->p_align = m->p_align; in assign_file_positions_for_load_sections()
5605 align = p->p_align; in assign_file_positions_for_load_sections()
5763 if (align < p->p_align) in assign_file_positions_for_load_sections()
5764 align = p->p_align; in assign_file_positions_for_load_sections()
5850 p->p_align = 1; in assign_file_positions_for_load_sections()
5909 p->p_align = align; in assign_file_positions_for_load_sections()
6225 p->p_align = 1; in assign_file_positions_for_non_load_sections()
7280 if (segment->p_align != 0 && segment->p_align < align) in rewrite_elf_program_header()
[all …]
/dragonfly/contrib/binutils-2.27/bfd/
H A Delfcode.h371 dst->p_align = H_GET_WORD (abfd, src->p_align); in elf_swap_phdr_in()
393 H_PUT_WORD (abfd, src->p_align, dst->p_align); in elf_swap_phdr_out()
1724 if (i_phdrs[i].p_align > 1) in NAME()
1726 p_offset &= -i_phdrs[i].p_align; in NAME()
1727 p_vaddr &= -i_phdrs[i].p_align; in NAME()
H A Delf.c2900 align = hdr->p_align; in _bfd_elf_make_section_from_phdr()
5139 maxpagesize = m->p_align; in assign_file_positions_for_load_sections()
5141 p->p_align = maxpagesize; in assign_file_positions_for_load_sections()
5144 p->p_align = m->p_align; in assign_file_positions_for_load_sections()
5148 p->p_align = 0; in assign_file_positions_for_load_sections()
5159 align = p->p_align; in assign_file_positions_for_load_sections()
5359 p->p_align = 1; in assign_file_positions_for_load_sections()
5414 if (align > p->p_align in assign_file_positions_for_load_sections()
5418 p->p_align = align; in assign_file_positions_for_load_sections()
5672 p->p_align = 1; in assign_file_positions_for_non_load_sections()
[all …]
/dragonfly/sys/sys/
H A Delf32.h102 Elf32_Size p_align; /* Alignment in memory and file. */ member
H A Delf64.h117 Elf64_Xword p_align; /* Alignment in memory and file. */ member
/dragonfly/libexec/rtld-elf/
H A Dmap_object.c127 if ((segs[nsegs]->p_align & (PAGE_SIZE - 1)) != 0) { in map_object()
314 obj->tlsalign = phtls->p_align; in map_object()
/dragonfly/lib/libc/gen/
H A Dtls.c236 phdr[i].p_align); in _libc_init_tls()
/dragonfly/usr.bin/gcore/
H A Delfcore.c180 phdr->p_align = PAGE_SIZE; in cb_put_phdr()
322 phdr->p_align = 0; in elf_puthdr()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsimple-object-elf.c138 unsigned char p_align[4]; /* Segment alignment, file & memory */ member
151 unsigned char p_align[8]; /* Segment alignment, file & memory */ member
/dragonfly/contrib/gdb-7/libiberty/
H A Dsimple-object-elf.c138 unsigned char p_align[4]; /* Segment alignment, file & memory */ member
151 unsigned char p_align[8]; /* Segment alignment, file & memory */ member

12