Searched refs:elf_parse_notes (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf.c | 56 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()
|
D | ChangeLog-2008 | 1646 elf_parse_notes. Use bfd_malloc_and_get_section. 1647 (elf_parse_notes): Validate note namesz and descsz.
|
D | ChangeLog-2007 | 1083 (elf_parse_notes): Call it. 1102 (elf_parse_notes): ... and here. Check `bfd_get_format (abfd)' with
|
D | ChangeLog-2011 | 2639 (elf_parse_notes): Added code to treat SystemTap note
|
D | ChangeLog-2009 | 3773 (elf_parse_notes): Handle notes from OpenBSD ELF core files.
|