Searched defs:phdrBuf (Results 1 – 2 of 2) sorted by relevance
104 char *phdrBuf = phdrsBuf; in ParsePrgHeaders() local456 std::unique_ptr<ProgramHeader> ProgramHeader::MakeUnique(char * const phdrBuf, const size_t bufSize) in MakeUnique()464 bool ProgramHeader::ParsePrgHeader32(char * const phdrBuf) in ParsePrgHeader32()486 bool ProgramHeader::ParsePrgHeader64(char * const phdrBuf) in ParsePrgHeader64()
85 inline bool Init(char * const phdrBuf, const size_t bufSize) in Init()