HomeSort by relevance Sort by last modified time
    Searched refs:relocatable_file_type (Results 1 - 3 of 3) sorted by null

  /external/elfutils/src/
ldgeneric.c 278 if (newp->file_type == relocatable_file_type)
439 if (fileinfo->file_type == relocatable_file_type)
487 && (err != EAGAIN || fileinfo->file_type == relocatable_file_type))
579 && ! old_in_dso && fileinfo->file_type == relocatable_file_type)
645 else if (old_in_dso && fileinfo->file_type == relocatable_file_type
677 if (old_in_dso && fileinfo->file_type == relocatable_file_type)
700 if (likely (fileinfo->file_type == relocatable_file_type))
    [all...]
ld.c 385 if (ld_state.file_type != relocatable_file_type)
410 if (ld_state.file_type != relocatable_file_type)
562 ld_state.file_type = relocatable_file_type;
804 : relocatable_file_type);
    [all...]
ld.h 50 relocatable_file_type, /* Relocatable object file. */ enumerator in enum:file_type

Completed in 143 milliseconds