OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:relocatable_file_type
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/src/
ldgeneric.c
309
if (newp->file_type ==
relocatable_file_type
)
470
if (fileinfo->file_type ==
relocatable_file_type
)
518
&& (err != EAGAIN || fileinfo->file_type ==
relocatable_file_type
))
649
&& ! old_in_dso && fileinfo->file_type ==
relocatable_file_type
)
706
else if (old_in_dso && fileinfo->file_type ==
relocatable_file_type
738
if (old_in_dso && fileinfo->file_type ==
relocatable_file_type
)
761
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 311 milliseconds