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

/freebsd-10-stable/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-10-stable/contrib/gcc/config/arm/
H A Darm.c955 unsigned int sought;
976 sought = 0;
980 sought |= (FL_THUMB | FL_MODE32);
989 if (sought != 0 && ((sought & insn_flags) != sought))
995 if ((sel->flags & sought) == (sought | insn_flags))
1015 if ((sel->flags & sought) == sought)
952 unsigned int sought; local
[all...]
/freebsd-10-stable/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 143 milliseconds