HomeSort by: relevance | last modified time | path
    Searched defs:entry1 (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/ufs/ext2fs/
ext2fs_htree.c 231 const struct ext2fs_htree_sort_entry *entry1, *entry2; local
233 entry1 = (const struct ext2fs_htree_sort_entry *)e1;
236 if (entry1->h_hash < entry2->h_hash)
238 if (entry1->h_hash > entry2->h_hash)
  /src/external/bsd/tmux/dist/
arguments.c 430 struct args_entry *entry1; local
437 RB_FOREACH_SAFE(entry, args_tree, &args->tree, entry1) {
  /src/external/gpl2/texinfo/dist/util/
install-info.c 1547 struct spec_entry **entry1 = (struct spec_entry **) p1;
1549 char *text1 = (*entry1)->text;
1532 struct spec_entry **entry1 = (struct spec_entry **) p1; local
  /src/external/gpl3/binutils/dist/bfd/
elf32-m68k.c 1764 elf_m68k_bfd2got_entry_eq (const void *entry1, const void *entry2)
1769 e1 = (const struct elf_m68k_bfd2got_entry *) entry1;
1892 const struct elf_m68k_got_entry *entry1;
1897 entry1 = (const struct elf_m68k_got_entry *) *_entry_ptr;
1900 entry2 = elf_m68k_get_got_entry (arg->big, &entry1->key_, SEARCH, NULL);
1907 entry1->key_.type);
1910 /* ENTRY1 doesn't update data in ENTRY2. Skip it.
1916 /* We didn't find the entry. Add entry1 to DIFF. */
1918 BFD_ASSERT (entry1->key_.type != R_68K_max);
1921 R_68K_max, entry1->key_.type)
1891 const struct elf_m68k_got_entry *entry1; local
    [all...]
elf64-ia64-vms.c 983 struct elf64_ia64_local_hash_entry *entry1 local
988 return entry1->id == entry2->id && entry1->r_sym == entry2->r_sym;
elfnn-ia64.c 1387 struct elfNN_ia64_local_hash_entry *entry1
1392 return entry1->id == entry2->id && entry1->r_sym == entry2->r_sym;
1382 struct elfNN_ia64_local_hash_entry *entry1 local
elfxx-mips.c 1849 const struct mips_elf_la25_stub *entry1, *entry2;
1851 entry1 = (struct mips_elf_la25_stub *) entry1_;
1853 return ((entry1->h->root.root.u.def.section
1855 && (entry1->h->root.root.u.def.value
3244 mips_elf_got_entry_eq (const void *entry1, const void *entry2)
3246 const struct mips_got_entry *e1 = (struct mips_got_entry *)entry1;
3296 const struct mips_got_page_entry *entry1, *entry2;
3298 entry1 = (const struct mips_got_page_entry *) entry1_;
3300 return entry1->sec == entry2->sec;
1840 const struct mips_elf_la25_stub *entry1, *entry2; local
3282 const struct mips_got_page_entry *entry1, *entry2; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-m68k.c 1765 elf_m68k_bfd2got_entry_eq (const void *entry1, const void *entry2)
1770 e1 = (const struct elf_m68k_bfd2got_entry *) entry1;
1893 const struct elf_m68k_got_entry *entry1;
1898 entry1 = (const struct elf_m68k_got_entry *) *_entry_ptr;
1901 entry2 = elf_m68k_get_got_entry (arg->big, &entry1->key_, SEARCH, NULL);
1908 entry1->key_.type);
1911 /* ENTRY1 doesn't update data in ENTRY2. Skip it.
1917 /* We didn't find the entry. Add entry1 to DIFF. */
1919 BFD_ASSERT (entry1->key_.type != R_68K_max);
1922 R_68K_max, entry1->key_.type)
1892 const struct elf_m68k_got_entry *entry1; local
    [all...]
elf64-ia64-vms.c 983 struct elf64_ia64_local_hash_entry *entry1 local
988 return entry1->id == entry2->id && entry1->r_sym == entry2->r_sym;
elfnn-ia64.c 1389 struct elfNN_ia64_local_hash_entry *entry1
1394 return entry1->id == entry2->id && entry1->r_sym == entry2->r_sym;
1384 struct elfNN_ia64_local_hash_entry *entry1 local
elfxx-mips.c 1852 const struct mips_elf_la25_stub *entry1, *entry2;
1854 entry1 = (struct mips_elf_la25_stub *) entry1_;
1856 return ((entry1->h->root.root.u.def.section
1858 && (entry1->h->root.root.u.def.value
3233 mips_elf_got_entry_eq (const void *entry1, const void *entry2)
3235 const struct mips_got_entry *e1 = (struct mips_got_entry *)entry1;
3285 const struct mips_got_page_entry *entry1, *entry2;
3287 entry1 = (const struct mips_got_page_entry *) entry1_;
3289 return entry1->sec == entry2->sec;
1843 const struct mips_elf_la25_stub *entry1, *entry2; local
3271 const struct mips_got_page_entry *entry1, *entry2; local

Completed in 72 milliseconds