Searched refs:PT_LOAD (Results 1 – 4 of 4) sorted by relevance
349 if (out.p_type == PT_LOAD && file_mappings.count(range)) { in FilterSegments()398 if (program_header.p_type != PT_LOAD) in WriteMaps()
320 if (ProgramHdrPtr->p_type == PT_LOAD) { in ElfLoadFile()
266 #define PT_LOAD 1 /* Loadable segment. */ macro