OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arfile
(Results
1 - 6
of
6
) sorted by null
/ndk/sources/host-tools/make-3.81/
ar.c
99
struct file *
arfile
;
100
arfile
= lookup_file (arname);
101
if (
arfile
== 0 && file_exists_p (arname))
103
arfile
= enter_file (arname);
107
if (
arfile
!= 0)
108
(void) f_mtime (
arfile
, 0);
155
struct file *
arfile
;
156
arfile
= lookup_file (arname);
157
if (
arfile
== 0)
159
arfile
= enter_file (arname)
98
struct file *
arfile
;
local
153
struct file *
arfile
;
local
[
all
...]
remake.c
1156
struct file *
arfile
;
local
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
size.c
350
bfd *
arfile
= (bfd *) NULL;
357
arfile
= bfd_openr_next_archived_file (file,
arfile
);
358
if (
arfile
== NULL)
368
display_bfd (
arfile
);
372
last_arfile =
arfile
;
347
bfd *
arfile
= (bfd *) NULL;
local
nm.c
1147
bfd *
arfile
= NULL;
1160
arfile
= bfd_openr_next_archived_file (file,
arfile
);
1162
if (
arfile
== NULL)
1169
if (bfd_check_format_matches (
arfile
, bfd_object, &matching))
1171
set_print_width (
arfile
);
1173
bfd_get_filename (
arfile
));
1174
display_rel_file (
arfile
, file);
1178
bfd_nonfatal (bfd_get_filename (
arfile
));
1140
bfd *
arfile
= NULL;
local
[
all
...]
dlltool.c
1694
bfd *
arfile
= bfd_openr_next_archived_file (f, 0);
local
3565
bfd *
arfile
= NULL;
local
[
all
...]
objdump.c
3373
bfd *
arfile
= NULL;
local
[
all
...]
Completed in 178 milliseconds