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

  /src/external/gpl3/binutils/dist/gas/
write.h 104 valueT fx_offset; member in struct:fix
117 field. I don't know why the `fx_offset' field above can't be used
  /src/external/gpl3/binutils.old/dist/gas/
write.h 104 valueT fx_offset; member in struct:fix
117 field. I don't know why the `fx_offset' field above can't be used
  /src/external/gpl3/binutils/dist/gas/config/
tc-arc.c 2765 pr_debug ("pcrel_from_section, fx_offset = %d\n", (int) fixP->fx_offset);
2920 offsetT fx_offset; local
2930 fixP->fx_offset);
2934 fx_offset = 0;
2952 fx_offset -= S_GET_VALUE (fx_subsy);
2975 value = fixP->fx_offset;
2976 fx_offset += S_GET_VALUE (fixP->fx_addsy);
3001 fixP->fx_offset += fixP->fx_frag->fr_address;
3007 /* fixP->fx_offset += fixP->fx_where - fixP->fx_dot_value; *
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arc.c 2768 pr_debug ("pcrel_from_section, fx_offset = %d\n", (int) fixP->fx_offset);
2923 offsetT fx_offset; local
2933 fixP->fx_offset);
2937 fx_offset = 0;
2955 fx_offset -= S_GET_VALUE (fx_subsy);
2978 value = fixP->fx_offset;
2979 fx_offset += S_GET_VALUE (fixP->fx_addsy);
3004 fixP->fx_offset += fixP->fx_frag->fr_address;
3010 /* fixP->fx_offset += fixP->fx_where - fixP->fx_dot_value; *
    [all...]

Completed in 31 milliseconds