HomeSort by: relevance | last modified time | path
    Searched defs:sfbuf (Results 1 - 5 of 5) sorted by relevancy

  /src/bin/ed/
buf.c 60 static char *sfbuf = NULL; /* buffer */ local
78 REALLOC(sfbuf, sfbufsz, len + 1, NULL);
79 if ((ct = fread(sfbuf, sizeof(char), len, sfp)) < 0 || ct != len) {
85 sfbuf[len] = '\0';
86 return sfbuf;
  /src/external/gpl3/gdb.old/dist/bfd/
elf-sframe.c 189 bfd_byte *sfbuf = NULL; local
211 if (!_bfd_elf_mmap_section_contents (abfd, sec, &sfbuf))
220 sfd_info->sfd_ctx = sframe_decode ((const char*)sfbuf, sf_size, &decerr);
244 _bfd_elf_munmap_section_contents (sec, sfbuf);
  /src/external/gpl3/binutils/dist/bfd/
elf-sframe.c 226 bfd_byte *sfbuf = NULL; local
266 if (!_bfd_elf_mmap_section_contents (abfd, sec, &sfbuf))
275 sfd_info->sfd_ctx = sframe_decode ((const char*)sfbuf, sf_size, &decerr);
300 _bfd_elf_munmap_section_contents (sec, sfbuf);
  /src/external/gpl3/binutils.old/dist/bfd/
elf-sframe.c 195 bfd_byte *sfbuf = NULL; local
229 if (!_bfd_elf_mmap_section_contents (abfd, sec, &sfbuf))
238 sfd_info->sfd_ctx = sframe_decode ((const char*)sfbuf, sf_size, &decerr);
263 _bfd_elf_munmap_section_contents (sec, sfbuf);
  /src/external/gpl3/gdb/dist/bfd/
elf-sframe.c 195 bfd_byte *sfbuf = NULL; local
229 if (!_bfd_elf_mmap_section_contents (abfd, sec, &sfbuf))
238 sfd_info->sfd_ctx = sframe_decode ((const char*)sfbuf, sf_size, &decerr);
263 _bfd_elf_munmap_section_contents (sec, sfbuf);

Completed in 25 milliseconds