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

  /external/elfutils/0.153/src/
ldgeneric.c 307 if (newp->file_type == relocatable_file_type)
468 if (fileinfo->file_type == relocatable_file_type)
516 && (err != EAGAIN || fileinfo->file_type == relocatable_file_type))
647 && ! old_in_dso && fileinfo->file_type == relocatable_file_type)
704 else if (old_in_dso && fileinfo->file_type == relocatable_file_type
736 if (old_in_dso && fileinfo->file_type == relocatable_file_type)
759 if (likely (fileinfo->file_type == relocatable_file_type))
    [all...]
ld.c 404 if (ld_state.file_type != relocatable_file_type)
429 if (ld_state.file_type != relocatable_file_type)
611 ld_state.file_type = relocatable_file_type;
890 : relocatable_file_type);
    [all...]
ld.h 62 relocatable_file_type, /* Relocatable object file. */ enumerator in enum:file_type
    [all...]

Completed in 69 milliseconds