Searched refs:FindPhdr (Results 1 – 2 of 2) sorted by relevance
81 bool FindPhdr(Error* error);
91 if (!LoadSegments(error) || !FindPhdr(error)) { in LoadAt()218 bool ElfLoader::FindPhdr(Error* error) { in FindPhdr() function in crazy::ElfLoader