Searched refs:p_type (Results 1 – 2 of 2) sorted by relevance
56 if (info->dlpi_phdr[j].p_type == PT_LOAD) { in callback()
354 long p_type = readWord(); in readProgramHeaders() local355 if (p_type == PT_LOAD) { in readProgramHeaders()