This class provides a low‐level file utility functions for Resolver<Elf>. This class contains the file descriptor of current object file. Note that the file is opened readonly, and all reads specify the offset, so the offset of the file descriptor is not considered part of the state of this object.
Synopsis
Declared in <balst_resolver_filehelper.h>
class Resolver_FileHelper;
Type Aliases
Name |
Enums
Name |
Description |
length in bytes of d_buffer_p; 32K minus a little so we don't waste a page |
Member Functions
Name |
Description |
|
Create a file helper object in an invalid state. |
The size of the open file or mapped segment. |
|
Read a null‐terminated string from |
|
Open the file referred to by the specified |
|
Open this object to access the memory referred to by the specified |
|
Read into the specified |
|
Read into the specified |
Created with MrDocs