HomeSort by relevance Sort by last modified time
    Searched refs:abs_section_offset (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.25/gas/
frags.c 327 new_off = (abs_section_offset + ~mask) & mask;
328 if (max == 0 || new_off - abs_section_offset <= (addressT) max)
329 abs_section_offset = new_off;
394 return abs_section_offset;
read.h 72 extern addressT abs_section_offset;
read.c 185 addressT abs_section_offset; variable
    [all...]
expr.c 706 expressionp->X_add_number = abs_section_offset;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic54x.c 653 ++abs_section_offset;
677 start_offset = abs_section_offset;
683 abs_section_offset = start_offset;
693 (valueT) abs_section_offset,
701 (valueT) abs_section_offset,
736 ++abs_section_offset;
743 size = abs_section_offset - S_GET_VALUE (current_stag->sym);
811 abs_section_offset - S_GET_VALUE (current_stag->sym),
830 abs_section_offset += stag->size;
918 ++abs_section_offset;
    [all...]
tc-msp430.c 599 exp1.X_add_number = abs_section_offset;
    [all...]
tc-sparc.c     [all...]
tc-sh.c     [all...]

Completed in 120 milliseconds