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

  /src/sys/arch/ia64/disasm/
disasm_extract.c 1894 combine(uint64_t *dst, int dl, uint64_t src, int sl, int so) function in typeref:typename:void
2569 combine(&i->i_oper[1].o_value, 21, b->b_inst[1].i_bits, 41, 0);
2576 combine(&i->i_oper[2].o_value, 22, b->b_inst[1].i_bits, 41, 0);
2577 combine(&i->i_oper[2].o_value, 63, bits, 1, 36);
2583 combine(&i->i_oper[1].o_value, 20, b->b_inst[1].i_bits, 39, 2);
2584 combine(&i->i_oper[1].o_value, 59, bits, 1, 36);
2593 combine(&i->i_oper[2].o_value, 20, b->b_inst[1].i_bits, 39, 2);
2594 combine(&i->i_oper[2].o_value, 59, bits, 1, 36);
2601 combine(&i->i_oper[1].o_value, 21, b->b_inst[1].i_bits, 41, 0);
  /src/usr.bin/elf2aout/
elf2aout.c 67 static void combine(struct sect *, struct sect *, int);
336 combine(&data, &ndata, 0);
337 combine(&bss, &nbss, 1);
344 combine(&text, &ntxt, 0);
605 /* Combine two segments, which must be contiguous. If pad is true, it's
608 combine(struct sect *base, struct sect *new, int pad) function in typeref:typename:void
  /src/usr.bin/elf2ecoff/
elf2ecoff.c 85 static void combine(struct sect *, struct sect *, int);
257 combine(&data, &ndata, 0);
258 combine(&bss, &nbss, 1);
269 combine(&text, &ntxt, 0);
474 /* Combine two segments, which must be contiguous. If pad is true, it's
477 combine(struct sect *base, struct sect *new, int pad) function in typeref:typename:void

Completed in 15 milliseconds