Home
last modified time | relevance | path

Searched refs:p_memsz (Results 1 – 21 of 21) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dinternal.h93 bfd_vma p_memsz; /* Segment size in memory */ member
336 <= (segment)->p_memsz - 1)) \
339 <= (segment)->p_memsz))) \
343 || (segment)->p_memsz == 0 \
351 < (segment)->p_memsz))))))
Dexternal.h94 unsigned char p_memsz[4]; /* Segment size in memory */ member
106 unsigned char p_memsz[8]; /* Segment size in memory */ member
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp_internal.h97 Elf_Word p_memsz;
111 Elf_Xword p_memsz;
Delfcpp.h1313 { return Convert<size, big_endian>::convert_host(this->p_->p_memsz); }
1359 { this->p_->p_memsz = Convert<size, big_endian>::convert_host(v); }
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
Dmultibss1.d6 # hppa64 default script add 16 bytes at start of .data giving 0x500010 p_memsz
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
Drgn-over8-ok.d9 # to fill out the page, making its p_vaddr+p_memsz cover the sh_addr
Drgn-at3.d9 # to fill out the page, making its p_vaddr+p_memsz cover the sh_addr
/toolchain/binutils/binutils-2.25/bfd/
Delf.c986 else if (phdr->p_type == PT_LOAD && phdr->p_memsz != 0) in _bfd_elf_make_section_from_shdr()
1019 <= phdr->p_vaddr + phdr->p_memsz)) in _bfd_elf_make_section_from_shdr()
1222 bfd_fprintf_vma (abfd, f, p->p_memsz); in _bfd_elf_print_private_bfd_data()
2479 split = ((hdr->p_memsz > 0) in _bfd_elf_make_section_from_phdr()
2481 && (hdr->p_memsz > hdr->p_filesz)); in _bfd_elf_make_section_from_phdr()
2517 if (hdr->p_memsz > hdr->p_filesz) in _bfd_elf_make_section_from_phdr()
2532 newsect->size = hdr->p_memsz - hdr->p_filesz; in _bfd_elf_make_section_from_phdr()
4708 p->p_memsz = 0; in assign_file_positions_for_load_sections()
4715 p->p_memsz = bed->s->sizeof_ehdr; in assign_file_positions_for_load_sections()
4751 p->p_memsz += alloc * bed->s->sizeof_phdr; in assign_file_positions_for_load_sections()
[all …]
Delfcode.h370 dst->p_memsz = H_GET_WORD (abfd, src->p_memsz); in elf_swap_phdr_in()
391 H_PUT_WORD (abfd, src->p_memsz, dst->p_memsz); in elf_swap_phdr_out()
1745 if (last_phdr->p_filesz != last_phdr->p_memsz) in NAME()
Delf32-spu.c5371 adjust = -phdr[i].p_memsz & 15; in spu_elf_modify_program_headers()
5375 && phdr[i].p_vaddr + phdr[i].p_memsz > last->p_vaddr - adjust in spu_elf_modify_program_headers()
5376 && phdr[i].p_vaddr + phdr[i].p_memsz <= last->p_vaddr) in spu_elf_modify_program_headers()
5392 adjust = -phdr[i].p_memsz & 15; in spu_elf_modify_program_headers()
5393 phdr[i].p_memsz += adjust; in spu_elf_modify_program_headers()
DChangeLog-20072210 * elf.c (assign_file_positions_for_load_sections): Use p_memsz
2286 file space. Don't bump p_memsz for non-alloc sections. Adjust
3075 adjust p_memsz for !SEC_LOAD section vma modulo page size.
DChangeLog2200 p_memsz > p_filesz. Handle file header specifying no section
2822 doesn't fit PT_GNU_RELRO segment, adjust its p_filesz and p_memsz.
DChangeLog-20093680 p_filesz and p_memsz are equal. Use p_memsz as the segment size.
DChangeLog-20041228 adjustment. Tweak lma adjustment to use p_filesz rather than p_memsz.
1229 Use p_vaddr + p_memsz inside section loop in place of voff. Don't
DChangeLog-2012489 (assign_file_positions_for_non_load_sections): Set p_memsz for
DChangeLog-20062096 sections to p_memsz. Remove hack for PT_NOTE sections. Allow
DChangeLog-02037626 (IS_SOLARIS_PT_INTERP): Add p_paddr and p_memsz checks.
9667 LMAs, loop over segments until p_vaddr and p_memsz specify an
/toolchain/binutils/binutils-2.25/libiberty/
Dsimple-object-elf.c136 unsigned char p_memsz[4]; /* Segment size in memory */ member
150 unsigned char p_memsz[8]; /* Segment size in memory */ member
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c4228 internal->p_memsz = BYTE_GET (external->p_memsz); in get_32bit_program_headers()
4273 internal->p_memsz = BYTE_GET (external->p_memsz); in get_64bit_program_headers()
4386 printf ("0x%5.5lx ", (unsigned long) segment->p_memsz); in process_program_headers()
4416 if ((unsigned long) segment->p_memsz == segment->p_memsz) in process_program_headers()
4417 printf ("0x%6.6lx", (unsigned long) segment->p_memsz); in process_program_headers()
4420 print_vma (segment->p_memsz, FULL_HEX); in process_program_headers()
4445 print_vma (segment->p_memsz, FULL_HEX); in process_program_headers()
6373 && (sec->sh_addr + sec->sh_size <= seg->p_vaddr + seg->p_memsz)) in slurp_ia64_unwind_table()
6758 && (sec->sh_addr + sec->sh_size <= seg->p_vaddr + seg->p_memsz)) in slurp_hppa_unwind_table()
DChangeLog-201196 * readelf.c (process_program_headers): Fix typo printing p_memsz
/toolchain/binutils/binutils-2.25/bfd/doc/
Dbfdint.texi1723 @samp{p_memsz} field. If @samp{p_memsz} is larger than @samp{p_filesz},