Searched refs:mel (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/powerpc/powerpc/
H A Ddb_disasm.c919 u_int me, mel, meh; local
920 mel = extract_field(instr, 31 - 25, 4);
922 me = meh << 4 | mel;
954 u_int me, mel, meh; local
955 mel = extract_field(instr, 31 - 25, 4);
957 me = meh << 4 | mel;
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcofflink.c1683 struct coff_debug_merge_element *me, *mel;
1688 for (me = mt->elements, mel = mtl->elements;
1689 me != NULL && mel != NULL;
1690 me = me->next, mel = mel->next)
1692 if (strcmp (me->name, mel->name) != 0
1693 || me->type != mel->type
1694 || me->tagndx != mel->tagndx)
1698 if (me == NULL && mel == NULL)
1682 struct coff_debug_merge_element *me, *mel; local

Completed in 172 milliseconds