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.27/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 82 extern addressT abs_section_offset;
read.c 185 addressT abs_section_offset; variable
    [all...]
expr.c 717 expressionp->X_add_number = abs_section_offset;
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-tic54x.c 640 ++abs_section_offset;
663 start_offset = abs_section_offset;
668 abs_section_offset = start_offset;
678 (valueT) abs_section_offset,
686 (valueT) abs_section_offset,
722 ++abs_section_offset;
729 size = abs_section_offset - S_GET_VALUE (current_stag->sym);
797 abs_section_offset - S_GET_VALUE (current_stag->sym),
818 abs_section_offset += stag->size;
906 ++abs_section_offset;
    [all...]
tc-msp430.c 596 exp1.X_add_number = abs_section_offset;
    [all...]
tc-sparc.c     [all...]
tc-sh.c     [all...]

Completed in 403 milliseconds