Home
last modified time | relevance | path

Searched refs:high_offset (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delfcode.h1621 bfd_vma high_offset; in NAME() local
1695 high_offset = 0; in NAME()
1706 if (segment_end > high_offset) in NAME()
1708 high_offset = segment_end; in NAME()
1732 if (high_offset == 0) in NAME()
1752 high_offset = size; in NAME()
1766 high_offset = shdr_end; in NAME()
1772 contents = (bfd_byte *) bfd_zmalloc (high_offset); in NAME()
1796 end = high_offset; in NAME()
1812 if (high_offset < shdr_end) in NAME()
[all …]
DChangeLog2202 zero. Add comments. Rename contents_size to high_offset, and
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic6x.c5281 int high_offset; in tic6x_cfi_endproc() local
5283 high_offset = 4; /* lower address = positive stack offset. */ in tic6x_cfi_endproc()
5285 high_offset = 0; in tic6x_cfi_endproc()
5287 if (save_offset + 4 - high_offset != unwind->reg_offset[reg] in tic6x_cfi_endproc()
5288 || save_offset + high_offset != unwind->reg_offset[reg2]) in tic6x_cfi_endproc()