Home
last modified time | relevance | path

Searched refs:location (Results 1 – 25 of 251) sorted by relevance

1234567891011

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
Ddv-waw-err.l3 .*:7: Warning: This is the location of the conflicting usage
5 .*:11: Warning: This is the location of the conflicting usage
7 .*:11: Warning: This is the location of the conflicting usage
9 .*:11: Warning: This is the location of the conflicting usage
11 .*:11: Warning: This is the location of the conflicting usage
13 .*:11: Warning: This is the location of the conflicting usage
15 .*:16: Warning: This is the location of the conflicting usage
17 .*:21: Warning: This is the location of the conflicting usage
19 .*:26: Warning: This is the location of the conflicting usage
21 .*:26: Warning: This is the location of the conflicting usage
[all …]
Ddv-raw-err.l3 .*:9: Warning: This is the location of the conflicting usage
5 .*:9: Warning: This is the location of the conflicting usage
7 .*:14: Warning: This is the location of the conflicting usage
9 .*:14: Warning: This is the location of the conflicting usage
11 .*:19: Warning: This is the location of the conflicting usage
13 .*:24: Warning: This is the location of the conflicting usage
15 .*:29: Warning: This is the location of the conflicting usage
17 .*:34: Warning: This is the location of the conflicting usage
19 .*:39: Warning: This is the location of the conflicting usage
21 .*:44: Warning: This is the location of the conflicting usage
[all …]
Ddv-mutex-err.l4 .*:8: Warning: This is the location of the conflicting usage
7 .*:13: Warning: This is the location of the conflicting usage
9 .*:19: Warning: This is the location of the conflicting usage
11 .*:25: Warning: This is the location of the conflicting usage
13 .*:31: Warning: This is the location of the conflicting usage
Dregval.l4 .*:10: Warning: This is the location of the conflicting usage
8 .*:24: Warning: This is the location of the conflicting usage
12 .*:31: Warning: This is the location of the conflicting usage
16 .*:45: Warning: This is the location of the conflicting usage
Dldxmov-2.l3 .*:4: Warning: This is the location of the conflicting usage
5 .*:7: Warning: This is the location of the conflicting usage
/toolchain/binutils/binutils-2.25/bfd/
Dcpu-ns32k.c159 bfd_byte *location; in do_ns32k_reloc() local
503 location = (bfd_byte *) data + addr; in do_ns32k_reloc()
508 bfd_vma x = get_data (location, 1); in do_ns32k_reloc()
510 put_data ((bfd_vma) x, location, 1); in do_ns32k_reloc()
517 bfd_vma x = get_data (location, 2); in do_ns32k_reloc()
519 put_data ((bfd_vma) x, location, 2); in do_ns32k_reloc()
525 bfd_vma x = get_data (location, 4); in do_ns32k_reloc()
527 put_data ((bfd_vma) x, location, 4); in do_ns32k_reloc()
532 bfd_vma x = get_data (location, 4); in do_ns32k_reloc()
535 put_data ((bfd_vma) x, location, 4); in do_ns32k_reloc()
[all …]
Dreloc.c1374 bfd_byte *location) in _bfd_relocate_contents() argument
1395 x = bfd_get_8 (input_bfd, location); in _bfd_relocate_contents()
1398 x = bfd_get_16 (input_bfd, location); in _bfd_relocate_contents()
1401 x = bfd_get_32 (input_bfd, location); in _bfd_relocate_contents()
1405 x = bfd_get_64 (input_bfd, location); in _bfd_relocate_contents()
1521 bfd_put_8 (input_bfd, x, location); in _bfd_relocate_contents()
1524 bfd_put_16 (input_bfd, x, location); in _bfd_relocate_contents()
1527 bfd_put_32 (input_bfd, x, location); in _bfd_relocate_contents()
1531 bfd_put_64 (input_bfd, x, location); in _bfd_relocate_contents()
1550 bfd_byte *location) in _bfd_clear_contents() argument
[all …]
Dsection.c1459 const void *location, in bfd_set_section_contents() argument
1489 && location != section->contents + offset) in bfd_set_section_contents()
1490 memcpy (section->contents + offset, location, (size_t) count); in bfd_set_section_contents()
1493 (abfd, section, location, offset, count))) in bfd_set_section_contents()
1527 void *location, in bfd_get_section_contents() argument
1535 memset (location, 0, (size_t) count); in bfd_get_section_contents()
1558 memset (location, 0, (size_t) count); in bfd_get_section_contents()
1574 memmove (location, section->contents + offset, (size_t) count); in bfd_get_section_contents()
1579 (abfd, section, location, offset, count)); in bfd_get_section_contents()
Dverilog.c109 const void * location, in verilog_set_section_contents() argument
129 memcpy ((void *) data, location, (size_t) bytes_to_do); in verilog_set_section_contents()
219 bfd_byte *location = list->data; in verilog_write_section() local
230 location, in verilog_write_section()
231 location + octets_this_chunk)) in verilog_write_section()
235 location += octets_this_chunk; in verilog_write_section()
Daout-tic30.c398 bfd_byte *location) in tic30_aout_relocate_contents() argument
413 x = bfd_get_16 (input_bfd, location); in tic30_aout_relocate_contents()
416 x = bfd_getb_24 (input_bfd, location); in tic30_aout_relocate_contents()
419 x = bfd_get_8 (input_bfd, location); in tic30_aout_relocate_contents()
422 x = bfd_get_32 (input_bfd, location); in tic30_aout_relocate_contents()
508 bfd_put_16 (input_bfd, x, location); in tic30_aout_relocate_contents()
511 bfd_putb_24 (input_bfd, x, location); in tic30_aout_relocate_contents()
514 bfd_put_8 (input_bfd, x, location); in tic30_aout_relocate_contents()
517 bfd_put_32 (input_bfd, x, location); in tic30_aout_relocate_contents()
Dtekhex.c623 char *location = (char *) locationp; in move_section_contents() local
633 bfd_boolean must_write = !get && *location != 0; in move_section_contents()
645 *location = d->chunk_data[low_bits]; in move_section_contents()
647 *location = 0; in move_section_contents()
651 d->chunk_data[low_bits] = *location; in move_section_contents()
655 location++; in move_section_contents()
Dsrec.c832 void * location, in srec_get_section_contents() argument
857 memcpy (location, (bfd_byte *) section->used_by_bfd + offset, in srec_get_section_contents()
880 const void * location, in srec_set_section_contents() argument
901 memcpy ((void *) data, location, (size_t) bytes_to_do); in srec_set_section_contents()
1029 bfd_byte *location = list->data; in srec_write_section() local
1055 location, in srec_write_section()
1056 location + octets_this_chunk)) in srec_write_section()
1060 location += octets_this_chunk; in srec_write_section()
Doasys.c196 oasys_canonicalize_symtab (bfd *abfd, asymbol **location) in oasys_canonicalize_symtab() argument
206 *(location++) = symbase++; in oasys_canonicalize_symtab()
208 *location = 0; in oasys_canonicalize_symtab()
720 void * location, in oasys_get_section_contents() argument
729 (void) memset (location, 0, (size_t) count); in oasys_get_section_contents()
731 (void) memcpy (location, (void *) (p->data + offset), (size_t) count); in oasys_get_section_contents()
1059 const void * location, in oasys_set_section_contents() argument
1072 location, (size_t) count); in oasys_set_section_contents()
Daout-ns32k.c340 bfd_byte *location) in _bfd_ns32k_relocate_contents() argument
358 location); in _bfd_ns32k_relocate_contents()
363 location, get_data, put_data); in _bfd_ns32k_relocate_contents()
/toolchain/binutils/binutils-2.25/gold/
Derrors.cc140 relinfo->location(relnum, reloffset).c_str()); in error_at_location()
156 relinfo->location(relnum, reloffset).c_str()); in warning_at_location()
166 Errors::undefined_symbol(const Symbol* sym, const std::string& location) in undefined_symbol() argument
191 location.c_str(), zmsg, sym->demangled_name().c_str()); in undefined_symbol()
195 location.c_str(), zmsg, sym->demangled_name().c_str(), version); in undefined_symbol()
323 relinfo->location(relnum, reloffset)); in gold_undefined_symbol_at_location()
/toolchain/binutils/binutils-2.25/intl/
Drelocatable.c286 static char location[MAX_PATH]; in DllMain() local
288 if (!GetModuleFileName (module_handle, location, sizeof (location))) in DllMain()
292 if (!IS_PATH_WITH_DIR (location)) in DllMain()
296 shared_library_fullname = strdup (location); in DllMain()
/toolchain/binutils/binutils-2.25/etc/
Dadd-log.el360 (let ((location (point)))
371 (< location (point)))
373 (>= location (point))))
407 (< location (point)))
428 (>= location tem))
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
Dsec-10.d7 # code: it requires outputting the location when data is stripped, and that
8 # location is only valid for tetra alignments as the low bits are ignored.
Dsec-9.d7 # reading in contents at an unusual location without a proper section
9 # linked to an unexpected location, the old test is transformed into a
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
Dloc-swap-dis.d2 #name: MIPS DWARF-2 location information with branch swapping disassembly
6 # Check branch swapping with DWARF-2 location information.
Dmipsr6@loc-swap-dis.d2 #name: MIPS DWARF-2 location information with branch swapping disassembly
6 # Check branch swapping with DWARF-2 location information.
Dmicromips@loc-swap-dis.d2 #name: MIPS DWARF-2 location information with branch swapping disassembly
6 # Check branch swapping with DWARF-2 location information (microMIPS).
Dmips16@loc-swap-dis.d2 #name: MIPS DWARF-2 location information with branch swapping disassembly
6 # Check branch swapping with DWARF-2 location information (MIPS16).
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
Deh4.s52 .long .LFB1-. # FDE initial location
83 .long .LFB2-. # FDE initial location
/toolchain/binutils/binutils-2.25/include/
Dhp-symtab.h494 CORE_ADDR location; member
534 CORE_ADDR location; member
570 int location; member
606 CORE_ADDR location; member
950 long location; /* where stored (allocated) */ member

1234567891011