Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf.c4417 asection *last_hdr; in _bfd_elf_map_sections_to_segments() local
4501 last_hdr = NULL; in _bfd_elf_map_sections_to_segments()
4545 if (last_hdr == NULL) in _bfd_elf_map_sections_to_segments()
4551 else if (last_hdr->lma - last_hdr->vma != hdr->lma - hdr->vma) in _bfd_elf_map_sections_to_segments()
4558 else if (hdr->lma < last_hdr->lma + last_size in _bfd_elf_map_sections_to_segments()
4559 || last_hdr->lma + last_size < last_hdr->lma) in _bfd_elf_map_sections_to_segments()
4570 else if ((BFD_ALIGN (last_hdr->lma + last_size, maxpagesize) + maxpagesize in _bfd_elf_map_sections_to_segments()
4571 > last_hdr->lma) in _bfd_elf_map_sections_to_segments()
4572 && (BFD_ALIGN (last_hdr->lma + last_size, maxpagesize) + maxpagesize in _bfd_elf_map_sections_to_segments()
4579 else if ((last_hdr->flags & (SEC_LOAD | SEC_THREAD_LOCAL)) == 0 in _bfd_elf_map_sections_to_segments()
[all …]