Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Ddwarf2.c502 bfd_byte ** section_buffer, in read_section() argument
509 if (*section_buffer == NULL) in read_section()
529 *section_buffer in read_section()
531 if (! *section_buffer) in read_section()
536 *section_buffer = (bfd_byte *) bfd_malloc (*section_size); in read_section()
537 if (! *section_buffer) in read_section()
539 if (! bfd_get_section_contents (abfd, msec, *section_buffer, in read_section()