Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf.c56 static bfd_boolean elf_parse_notes (bfd *abfd, char *buf, size_t size,
969 elf_parse_notes (abfd, (char *) contents, hdr->sh_size, -1); in _bfd_elf_make_section_from_shdr()
9731 elf_parse_notes (bfd *abfd, char *buf, size_t size, file_ptr offset) in elf_parse_notes() function
9830 || !elf_parse_notes (abfd, buf, size, offset)) in elf_read_notes()
DChangeLog-20081646 elf_parse_notes. Use bfd_malloc_and_get_section.
1647 (elf_parse_notes): Validate note namesz and descsz.
DChangeLog-20071083 (elf_parse_notes): Call it.
1102 (elf_parse_notes): ... and here. Check `bfd_get_format (abfd)' with
DChangeLog-20112639 (elf_parse_notes): Added code to treat SystemTap note
DChangeLog-20093773 (elf_parse_notes): Handle notes from OpenBSD ELF core files.