Home
last modified time | relevance | path

Searched refs:requestedSectionName (Results 1 – 1 of 1) sorted by relevance

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/
H A DELF.cpp88 ELFSECTIONHEADER* CELF::FindSection(const char* requestedSectionName) in FindSection() argument
90 auto sectionIndex = FindSectionIndex(requestedSectionName); in FindSection()
95 unsigned int CELF::FindSectionIndex(const char* requestedSectionName) in FindSectionIndex() argument
103 if(!strcmp(sectionName, requestedSectionName)) in FindSectionIndex()
111 const void* CELF::FindSectionData(const char* requestedSectionName) in FindSectionData() argument
113 auto section = FindSection(requestedSectionName); in FindSectionData()