Searched refs:fixup_list (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/binutils/bfd/
H A Di386linux.c170 struct fixup *fixup_list;
244 ret->fixup_list = NULL;
284 f->next = linux_hash_table (info)->fixup_list;
285 linux_hash_table (info)->fixup_list = f;
506 for (f1 = linux_hash_table (info)->fixup_list;
573 for (f = linux_hash_table (info)->fixup_list; f != NULL; f = f->next)
643 for (f = linux_hash_table (info)->fixup_list; f != NULL; f = f->next)
693 for (f = linux_hash_table (info)->fixup_list; f != NULL; f = f->next)
169 struct fixup *fixup_list; member in struct:linux_link_hash_table
H A Dsparclinux.c170 struct fixup *fixup_list; member in struct:linux_link_hash_table
244 ret->fixup_list = NULL;
284 f->next = linux_hash_table (info)->fixup_list;
285 linux_hash_table (info)->fixup_list = f;
505 for (f1 = linux_hash_table (info)->fixup_list;
572 for (f = linux_hash_table (info)->fixup_list; f != NULL; f = f->next)
642 for (f = linux_hash_table (info)->fixup_list; f != NULL; f = f->next)
692 for (f = linux_hash_table (info)->fixup_list; f != NULL; f = f->next)
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_disk.c152 struct fixup_entry *fixup_list; member in struct:archive_write_disk
1242 p = sort_dir_list(a->fixup_list);
1293 a->fixup_list = NULL;
1395 fe->next = a->fixup_list;
1396 a->fixup_list = fe;

Completed in 114 milliseconds