| ELF_RAWFILE(3) | Library Functions Manual | ELF_RAWFILE(3) | 
elf_rawfile —
#include <libelf.h>
char *
  
  elf_rawfile(Elf
    *elf, size_t
  *sz);
elf_rawfile() returns the uninterpreted
  contents of the file referenced by ELF descriptor elf.
If argument sz is non-null, the function stores the file's size in bytes in the location to which it points. A value of zero is written to this location if an error is encountered.
elf_rawfile() returns a valid pointer if
  successful or NULL if an error occurs.
elf_rawfile() may fail with the following
  errors:
ELF_E_ARGUMENT]ELF_E_SEQUENCE]elf_rawfile() was invoked before
      elf_update(3).| July 3, 2006 | NetBSD 9.4 |