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 299 if (newp->file_type == relocatable_file_type)
460 if (fileinfo->file_type == relocatable_file_type)
508 && (err != EAGAIN || fileinfo->file_type == relocatable_file_type))
639 && ! old_in_dso && fileinfo->file_type == relocatable_file_type)
696 else if (old_in_dso && fileinfo->file_type == relocatable_file_type
728 if (old_in_dso && fileinfo->file_type == relocatable_file_type)
751 if (likely (fileinfo->file_type == relocatable_file_type))
    [all...]
ld.c 390 if (ld_state.file_type != relocatable_file_type)
415 if (ld_state.file_type != relocatable_file_type)
597 ld_state.file_type = relocatable_file_type;
876 : relocatable_file_type);
    [all...]
ld.h 54 relocatable_file_type, /* Relocatable object file. */ enumerator in enum:file_type
    [all...]

Completed in 101 milliseconds