Searched refs:filename_list (Results 1 – 10 of 10) sorted by relevance
/external/elfutils/src/ |
D | ldscript.y | 50 static struct filename_list *new_filename_listelem (const char *string); 51 static void add_inputfiles (struct filename_list *fnames); 53 static struct filename_list *mark_as_needed (struct filename_list *listp); 73 struct filename_list *filename_list; member 122 %type <filename_list> filename_id_list 123 %type <filename_list> filename_id_listelem 563 static struct filename_list * 566 struct filename_list *newp; in new_filename_listelem() 569 newp = (struct filename_list *) xcalloc (1, sizeof (*newp)); in new_filename_listelem() 576 static struct filename_list * [all …]
|
D | ld.h | 481 struct filename_list struct 485 struct filename_list *next; argument 758 struct filename_list *srcfiles;
|
D | ldgeneric.c | 1673 ld_handle_filename_list (struct filename_list *fnames) in ld_handle_filename_list() 1675 struct filename_list *runp; in ld_handle_filename_list() 1724 struct filename_list *fnames; in open_elf() 1790 struct filename_list *oldp; in open_elf()
|
D | ChangeLog | 3459 * ld.h (struct filename_list): Add as_needed flag.
|
/external/tensorflow/tensorflow/contrib/cmake/tools/ |
D | create_def_file.py | 83 filename_list = lambda x: x.split(";") function 85 parser.add_argument("--input", type=filename_list,
|
/external/vulkan-validation-layers/loader/ |
D | loader.c | 1966 char **filename_list; member 2964 out_files->filename_list = NULL; 3208 if (!strcmp(out_files->filename_list[i], name)) { 3215 out_files->filename_list = 3217 if (NULL == out_files->filename_list) { 3225 … loader_instance_heap_realloc(inst, out_files->filename_list, alloced_count * sizeof(char *), 3233 out_files->filename_list = new_ptr; 3236 out_files->filename_list[out_files->count] = 3238 if (out_files->filename_list[out_files->count] == NULL) { 3246 strcpy(out_files->filename_list[out_files->count], name); [all …]
|
/external/pdfium/testing/tools/ |
D | test_runner.py | 252 for file_dir, _, filename_list in os.walk(walk_from_dir): 253 for input_filename in filename_list:
|
D | safetynet_compare.py | 58 for file_dir, _, filename_list in os.walk(input_path): 59 for input_filename in filename_list:
|
/external/fio/ |
D | filesetup.c | 25 static FLIST_HEAD(filename_list); 1353 flist_for_each(entry, &filename_list) { in __is_already_allocated() 1385 flist_add_tail(&fn->list, &filename_list); in set_already_allocated() 1401 if (flist_empty(&filename_list)) in free_already_allocated() 1405 flist_for_each_safe(entry, tmp, &filename_list) { in free_already_allocated()
|
/external/gflags/src/ |
D | gflags.cc | 1129 vector<string> filename_list; in ProcessFlagfileLocked() local 1130 ParseFlagList(flagval.c_str(), &filename_list); // take a list of filenames in ProcessFlagfileLocked() 1131 for (size_t i = 0; i < filename_list.size(); ++i) { in ProcessFlagfileLocked() 1132 const char* file = filename_list[i].c_str(); in ProcessFlagfileLocked()
|