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

  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 4218 offsetT litsize = 4;
4234 if (size > litsize)
4260 p = frag_more (litsize);
4268 litsize, emit_val, pcrel, reloc);
4272 emit_expr (emit_val, litsize);
4210 offsetT litsize = 4; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 4218 offsetT litsize = 4;
4234 if (size > litsize)
4260 p = frag_more (litsize);
4268 litsize, emit_val, pcrel, reloc);
4272 emit_expr (emit_val, litsize);
4210 offsetT litsize = 4; local
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 14885 int litsize;
14891 litsize = size_of_int_loc_descriptor (i);
14894 litsize + 1 (DW_OP_stack_value)
14897 if ((int) DWARF2_ADDR_SIZE >= size && litsize + 1 <= 1 + 1 + size)
14872 int litsize; local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 14800 int litsize;
14806 litsize = size_of_int_loc_descriptor (i);
14809 litsize + 1 (DW_OP_stack_value)
14812 if ((int) DWARF2_ADDR_SIZE >= size && litsize + 1 <= 1 + 1 + size)
14787 int litsize; local

Completed in 92 milliseconds