Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
DChangeLog-9193549 * elfcode.h (bfd_section_from_shdr): Don't dump core if target
791 * elfcode.h (bfd_section_from_shdr): Remove duplicate assignment
1164 * elfcode.h: (bfd_section_from_shdr): String tables (other
1545 * elfcode.h (bfd_section_from_shdr): Set filepos for SHT_STRTAB
1621 * elfcode.h (bfd_section_from_shdr): If section is SHT_PROGBITS,
1657 * elfcode.h (bfd_section_from_shdr): Only set SEC_DATA for a
2031 * elfcode.h: (bfd_section_from_shdr): Add a check for
3079 (bfd_section_from_shdr, bfd_shdr_from_section, elf_fake_sections):
3082 (bfd_section_from_shdr): Use Elf_External_Rel[a], not 32-bit
3164 * elfcode.h (bfd_section_from_shdr, case SHT_PROGBITS): Even if
[all …]
DChangeLog-2006436 * elf.c (bfd_section_from_shdr): Remove extraneous breaks.
1371 * elf.c (bfd_section_from_shdr): Reject unrecognised OS-specific
1439 (bfd_section_from_shdr, elf_fake_sections, assign_section_numbers):
2244 * coff-or32.c (bfd_section_from_shdr): Remove unused local
2315 * elf.c (bfd_section_from_shdr): Remove breaks after returns.
2401 * elf.c (bfd_section_from_shdr): Allow sections reserved for
DChangeLog-200572 * elf.c (bfd_section_from_shdr): Treat invalid reloc sections as
2022 * elf.c (bfd_section_from_shdr): Kill bogus warning.
2024 * elf.c (bfd_section_from_shdr): Fail if sh_entsize is bogus for
2066 * elf.c (bfd_section_from_shdr): Fail if name is NULL.
2648 * elf.c (bfd_section_from_shdr): Add sanity check when parsing
4035 (bfd_section_from_shdr): Pass shindex to
4301 * elf.c (bfd_section_from_shdr <default case>): Call
4766 (_bfd_elf_setup_group_pointers, bfd_section_from_shdr): Likewise.
4767 (bfd_section_from_shdr): For SHT_SYMTAB, load SHT_SYMTAB_SHNDX too
DChangeLog-2008584 * elf.c (bfd_section_from_shdr <SHT_SYMTAB>): Fail on invalid sh_info.
797 (bfd_section_from_shdr): Don't change SHT_GROUP section name.
2643 (bfd_section_from_shdr): Likewise.
2646 (bfd_section_from_shdr): Likewise.
2647 (bfd_section_from_shdr): Don't increment section number over
DChangeLog-2014433 (bfd_section_from_shdr): Replace assertion with a failure mode.
434 (bfd_section_from_shdr): When walking a loaded group section use
1072 * elf.c (bfd_section_from_shdr): Fix heap use after free memory
1082 * elf.c (bfd_section_from_shdr): Allocate and free the recursion
1098 * elf.c (bfd_section_from_shdr): Detect and warn about ELF
Delf.c564 || ! bfd_section_from_shdr (abfd, ghdr->sh_link)) in group_signature()
1906 bfd_section_from_shdr (bfd *abfd, unsigned int shindex) in bfd_section_from_shdr() function
2104 ret = bfd_section_from_shdr (abfd, i); in bfd_section_from_shdr()
2214 if (! bfd_section_from_shdr (abfd, i)) in bfd_section_from_shdr()
2302 && ! bfd_section_from_shdr (abfd, hdr->sh_link)) in bfd_section_from_shdr()
2325 if (! bfd_section_from_shdr (abfd, hdr->sh_info)) in bfd_section_from_shdr()
DChangeLog-9495438 * elf.c (bfd_section_from_shdr): When using a different section
1654 * elf.c (bfd_section_from_shdr): Remove #if 0 sections.
2365 * elf.c (bfd_section_from_shdr): If the section pointed to by the
2637 * elf.c (bfd_section_from_shdr): In case SHT_REL[A], only get the
4821 (bfd_section_from_shdr): In SHT_STRTAB case, check bfd_section,
5599 * elfcode.h (bfd_section_from_shdr): If a SHT_SYMTAB section in a
6653 * elfcode.h (bfd_section_from_shdr): Don't turn a reloc section
6710 (bfd_section_from_shdr): Make a BFD section from an SHT_HASH
6919 code repeated three times in bfd_section_from_shdr in elfcode.h.
6921 * elfcode.h (bfd_section_from_shdr): Use new function
[all …]
Delf-bfd.h2038 extern bfd_boolean bfd_section_from_shdr
Delfcode.h804 if (!bfd_section_from_shdr (abfd, shindex)) in elf_object_p()
DChangeLog-96972214 (bfd_section_from_shdr): Turn version sections into BFD sections.
2459 (bfd_section_from_shdr): Handle SHT_GNU_ver* section types.
2911 * elf.c (bfd_section_from_shdr): Don't check for reloc sections
2998 * elf.c (bfd_section_from_shdr): Mark a reloc section associated
4694 * elf-bfd.h (bfd_section_from_shdr): Declare.
4759 * elf.c (bfd_section_from_shdr): Remove assertion requiring
6709 * elf.c (bfd_section_from_shdr): Add support for note sections.
DChangeLog-2007920 * elf.c (bfd_section_from_shdr): Check bfd_alloc return.
1839 (bfd_section_from_shdr): Handle attributes sections.
2541 (bfd_section_from_shdr): Use new macro. Replace constant 4 with
DChangeLog-20121002 (bfd_section_from_shdr): Allow SHT_GROUP sections with just a flag
1900 * elf.c (bfd_section_from_shdr): Fail when .dynsym sh_info is
DChangeLog-2004735 * elf.c (bfd_section_from_shdr): Handle SHT_GNU_LIBLIST.
1782 _bfd_elf_setup_group_pointers, bfd_section_from_shdr,
3399 * elf.c (bfd_section_from_shdr): Maintain the section order in
DChangeLog-2009593 * elf.c (bfd_section_from_shdr): Allow SHN_BEFORE and SHN_AFTER
865 * elf.c (bfd_section_from_shdr): Do not reject sparc binaries with
1761 * elf.c (bfd_section_from_shdr): Don't change sh_link for
DChangeLog-20151098 (bfd_section_from_shdr): Record all SHT_SYMTAB_SHNDX sections.
1388 * elf.c (bfd_section_from_shdr): Replace assertions with warnings
DChangeLog526 (bfd_section_from_shdr): Delete amt.
DChangeLog-0001234 (bfd_section_from_shdr): Likewise. Handle SHT_SYMTAB_SHNDX.
1483 (bfd_section_from_shdr): Likewise.
1494 (bfd_section_from_shdr): Build a BFD section for SHT_GROUP.
8246 * elf.c (bfd_section_from_shdr): Don't set use_rela_p if rela
DChangeLog-02037731 * elf.c (bfd_section_from_shdr): Work around broken hpux shared
8501 (bfd_section_from_shdr): Likewise. Set section name of group
8517 * elf.c (bfd_section_from_shdr): Make "name" const.
9974 * elf.c (bfd_section_from_shdr): Handle special sections,
DChangeLog-98991947 * elf.c (bfd_section_from_shdr): Avoid crashing on a bogus sh_link
2232 * elf.c (bfd_section_from_shdr): Set use_rela_p appropriately.
DChangeLog-2010759 * elf.c (bfd_section_from_shdr): Adjusted to match changes in