Searched refs:sought (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/tools/regression/geom_uzip/etalon/
H A Detalon.txt21 Long time the manxome foe he sought --
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dobjdump.c2329 stab_section_names * sought = (stab_section_names *) names;
2333 len = strlen (sought->section_name);
2338 if (strncmp (sought->section_name, section->name, len) == 0
2343 strtab = read_section_stabs (abfd, sought->string_section_name,
2351 print_section_stabs (abfd, section->name, &sought->string_offset);
2323 stab_section_names * sought = (stab_section_names *) names; local
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c953 unsigned int sought;
974 sought = 0;
978 sought |= (FL_THUMB | FL_MODE32);
987 if (sought != 0 && ((sought & insn_flags) != sought))
993 if ((sel->flags & sought) == (sought | insn_flags))
1013 if ((sel->flags & sought) == sought)
950 unsigned int sought; local
[all...]
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlang.c2582 /* Return TRUE iff target is the sought target. */
2587 const char *sought = data;
2589 return strcmp (target->name, sought) == 0;
2585 const char *sought = data; local

Completed in 145 milliseconds