Searched refs:p_memsz (Results 1 – 21 of 21) sorted by relevance
/toolchain/binutils/binutils-2.25/include/elf/ |
D | internal.h | 93 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))))))
|
D | external.h | 94 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/ |
D | elfcpp_internal.h | 97 Elf_Word p_memsz; 111 Elf_Xword p_memsz;
|
D | elfcpp.h | 1313 { 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/ |
D | multibss1.d | 6 # hppa64 default script add 16 bytes at start of .data giving 0x500010 p_memsz
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
D | rgn-over8-ok.d | 9 # to fill out the page, making its p_vaddr+p_memsz cover the sh_addr
|
D | rgn-at3.d | 9 # to fill out the page, making its p_vaddr+p_memsz cover the sh_addr
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf.c | 986 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 …]
|
D | elfcode.h | 370 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()
|
D | elf32-spu.c | 5371 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()
|
D | ChangeLog-2007 | 2210 * 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.
|
D | ChangeLog | 2200 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.
|
D | ChangeLog-2009 | 3680 p_filesz and p_memsz are equal. Use p_memsz as the segment size.
|
D | ChangeLog-2004 | 1228 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
|
D | ChangeLog-2012 | 489 (assign_file_positions_for_non_load_sections): Set p_memsz for
|
D | ChangeLog-2006 | 2096 sections to p_memsz. Remove hack for PT_NOTE sections. Allow
|
D | ChangeLog-0203 | 7626 (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/ |
D | simple-object-elf.c | 136 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/ |
D | readelf.c | 4228 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()
|
D | ChangeLog-2011 | 96 * readelf.c (process_program_headers): Fix typo printing p_memsz
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | bfdint.texi | 1723 @samp{p_memsz} field. If @samp{p_memsz} is larger than @samp{p_filesz},
|