HomeSort by relevance Sort by last modified time
    Searched full:old_in_dso (Results 1 - 1 of 1) sorted by null

  /external/elfutils/src/
ldgeneric.c 598 bool old_in_dso = FILEINFO_EHDR (oldp->file->ehdr).e_type == ET_DYN; local
605 || (old_in_dso && ! new_in_dso)))
649 && ! old_in_dso && fileinfo->file_type == relocatable_file_type)
706 else if (old_in_dso && fileinfo->file_type == relocatable_file_type
712 else if (old_in_dso && !new_in_dso && oldp->defined && !oldp->on_dsolist)
738 if (old_in_dso && fileinfo->file_type == relocatable_file_type)
776 if (new_in_dso && !old_in_dso)
    [all...]

Completed in 46 milliseconds