Home
last modified time | relevance | path

Searched refs:offsets (Results 1 – 25 of 193) sorted by relevance

12345678

/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
Dgot-page-5.s4 # The mergeable entries collapse to one, but the offsets
9 # offsets in mergeable sections are handled correctly.
/toolchain/binutils/binutils-2.27/gold/
Ddwarf_reader.cc2426 offset_to_iterator(const std::vector<Offset_to_lineno_entry>* offsets, in offset_to_iterator() argument
2434 = std::lower_bound(offsets->begin(), offsets->end(), lookup_key); in offset_to_iterator()
2502 if ((it == offsets->begin() && offset < it->offset) in offset_to_iterator()
2503 || it == offsets->end()) in offset_to_iterator()
2504 return offsets->end(); in offset_to_iterator()
2509 while (it != offsets->end() in offset_to_iterator()
2513 if (it == offsets->end() || it->offset != offset) in offset_to_iterator()
2514 return offsets->end(); in offset_to_iterator()
2521 gold_assert(it != offsets->begin()); in offset_to_iterator()
2525 while (it != offsets->begin() && (it-1)->offset == range_value) in offset_to_iterator()
[all …]
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
Dreloc-bad-3.s3 # load and store offsets, not ADDA, because constant values are
4 # encoded literally for ADDA, and divisbility checks for offsets from
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
Drd-dtpoffd1.s2 ; module-local) and local symbols with offsets.
Drd-v10_32o-2.d4 # Check that branch offsets are computed as for v32. The
Drd-v32-l4.d4 # Test that lapc shrinks to lapcq and that offsets are emitted correctly.
Dpushpop.s8 ; Check that there is no recognition of invalid offsets.
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/z80/
Doffset.s1 ;;; various instructions involving offsets
Doffset.d2 #name: instructions with offsets
/toolchain/binutils/binutils-2.27/bfd/
Dcoff-rs6000.c2049 file_ptr *offsets; in xcoff_write_archive_contents_old() local
2102 offsets = (file_ptr *) bfd_alloc (abfd, count * sizeof (file_ptr)); in xcoff_write_archive_contents_old()
2103 if (offsets == NULL) in xcoff_write_archive_contents_old()
2148 offsets[i] = iterator.current.offset; in xcoff_write_archive_contents_old()
2202 sprintf (decbuf, "%-12ld", (long) offsets[i]); in xcoff_write_archive_contents_old()
2254 file_ptr *offsets; in xcoff_write_archive_contents_big() local
2323 offsets = NULL; in xcoff_write_archive_contents_big()
2326 offsets = (file_ptr *) bfd_malloc (count * sizeof (file_ptr)); in xcoff_write_archive_contents_big()
2327 if (offsets == NULL) in xcoff_write_archive_contents_big()
2346 free (offsets); in xcoff_write_archive_contents_big()
[all …]
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
Dcache.s1 # Source file to test offsets used with the CACHE and PREF instruction.
D24k-triple-stores-8.s1 # Range check after alignment between adjacent offsets >= 24 ??
/toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
Dtestranges-ia64.s2 # offsets strictly as increasing.
Dtestranges.s2 # offsets strictly as increasing.
/toolchain/binutils/binutils-2.27/elfcpp/
DREADME5 elfcpp does not do file I/O. It deals only with offsets and memory
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
Dlibdso-1c.d10 # offsets into the GOT, with a tell-tale sign being one or more
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/msp430/
Derrata_warns.s8 # CPU8: Do not use odd offsets with the stack pointer
/toolchain/binutils/binutils-2.27/ld/scripttempl/
Davrtiny.sc28 /* Provide offsets for config, lock and signature to match
29 production file format. Ignore offsets in datasheet. */
/toolchain/binutils/binutils-2.27/binutils/
DChangeLog-200859 STT_IFUNC type. Display negative offsets as a positive number with
663 * objdump.c (objdump_print_addr): If displaying file offsets, show
681 (long_options): Add -F/--file-offsets.
682 (objdump_print_addr_with_sym): If displaying file offsets, print
684 (disassemble_bytes): If displaying file offsets, tell the user how
826 in hex, so that it corresponds with the offsets that will follow.
/toolchain/binutils/binutils-2.27/zlib/contrib/masmx64/
Dgvmat64.asm114 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib
132 ; all the +zlib1222add offsets are due to the addition of fields
/toolchain/binutils/binutils-2.27/zlib/contrib/masmx86/
Dmatch686.asm74 ; all the +zlib1222add offsets are due to the addition of fields
118 ;;; stack frame offsets
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
Dreldl-1.s2 ! "datalabel" and offsets to the global symbols into the previous
/toolchain/binutils/binutils-2.27/include/vms/
DChangeLog-101561 Add macros for offsets, version, section type and match control.
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
Dthumb.s192 .space (1 << 11) @ leave space to force long offsets
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
Dgroup-relocs.s4 @ specific PC- and SB-relative offsets arise.

12345678