Home
last modified time | relevance | path

Searched refs:start_address (Results 1 – 25 of 27) sorted by relevance

12

/dragonfly/contrib/binutils-2.34/bfd/
H A Dihex.c254 abfd->start_address = 0; in ihex_scan()
382 if (abfd->start_address == 0) in ihex_scan()
383 abfd->start_address = addr; in ihex_scan()
418 abfd->start_address += (HEX4 (buf) << 4) + HEX4 (buf + 4); in ihex_scan()
455 abfd->start_address += HEX4 (buf) << 16; in ihex_scan()
457 abfd->start_address = (HEX4 (buf) << 16) + HEX4 (buf + 4); in ihex_scan()
880 if (abfd->start_address != 0) in ihex_write_object_contents()
885 start = abfd->start_address; in ihex_write_object_contents()
H A Delfcore.h316 abfd->start_address = i_ehdrp->e_entry; in elf_core_file_p()
H A Dsrec.c608 abfd->start_address = address; in srec_scan()
1077 abfd->start_address, NULL, NULL); in srec_write_terminator()
H A DpeXXigen.c1340 bfd_vma start_address; in pe_print_idata() local
1351 offset = abfd->start_address - rel_section->vma; in pe_print_idata()
1360 start_address = bfd_get_32 (abfd, data + offset); in pe_print_idata()
1366 (unsigned long int) (abfd->start_address)); in pe_print_idata()
1370 start_address, loadable_toc_address, toc_address); in pe_print_idata()
H A Dcoffgen.c265 abfd->start_address = internal_a->entry; in coff_real_object_p()
267 abfd->start_address = 0; in coff_real_object_p()
318 abfd->start_address = ostart; in coff_real_object_p()
H A Dbfd.c1776 abfd->start_address = vma; in bfd_set_start_address()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dihex.c253 abfd->start_address = 0; in ihex_scan()
380 if (abfd->start_address == 0) in ihex_scan()
381 abfd->start_address = addr; in ihex_scan()
414 abfd->start_address += (HEX4 (buf) << 4) + HEX4 (buf + 4); in ihex_scan()
449 abfd->start_address += HEX4 (buf) << 16; in ihex_scan()
451 abfd->start_address = (HEX4 (buf) << 16) + HEX4 (buf + 4); in ihex_scan()
852 if (abfd->start_address != 0) in ihex_write_object_contents()
857 start = abfd->start_address; in ihex_write_object_contents()
H A Dsrec.c605 abfd->start_address = address; in srec_scan()
1070 abfd->start_address, NULL, NULL); in srec_write_terminator()
H A DpeXXigen.c1334 bfd_vma start_address; in pe_print_idata() local
1345 offset = abfd->start_address - rel_section->vma; in pe_print_idata()
1354 start_address = bfd_get_32 (abfd, data + offset); in pe_print_idata()
1360 (unsigned long int) (abfd->start_address)); in pe_print_idata()
1363 start_address, loadable_toc_address, toc_address); in pe_print_idata()
H A Dbfd.c1208 abfd->start_address = vma; in bfd_set_start_address()
/dragonfly/contrib/gdb-7/bfd/
H A Dihex.c254 abfd->start_address = 0; in ihex_scan()
381 if (abfd->start_address == 0) in ihex_scan()
382 abfd->start_address = addr; in ihex_scan()
415 abfd->start_address += (HEX4 (buf) << 4) + HEX4 (buf + 4); in ihex_scan()
450 abfd->start_address += HEX4 (buf) << 16; in ihex_scan()
452 abfd->start_address = (HEX4 (buf) << 16) + HEX4 (buf + 4); in ihex_scan()
853 if (abfd->start_address != 0) in ihex_write_object_contents()
858 start = abfd->start_address; in ihex_write_object_contents()
H A Dsrec.c594 abfd->start_address = address; in srec_scan()
1058 abfd->start_address, NULL, NULL); in srec_write_terminator()
H A Dbfd.c1144 abfd->start_address = vma; in bfd_set_start_address()
H A Dbfd-in.h513 #define bfd_get_start_address(abfd) ((abfd)->start_address)
H A Dbfd-in2.h520 #define bfd_get_start_address(abfd) ((abfd)->start_address)
5983 bfd_vma start_address; member
/dragonfly/contrib/binutils-2.34/gas/
H A Ddw2gencfi.c399 symbolS *start_address; member
474 fde->start_address = label; in cfi_new_fde()
1838 cie->start_address = symbol_temp_new_now (); in output_cie()
1985 exp.X_op_symbol = cie->start_address; in output_fde()
2007 fde->start_address, 0, howto->pc_relative, code); in output_fde()
2014 exp.X_add_symbol = fde->start_address; in output_fde()
2019 exp.X_add_symbol = fde->start_address; in output_fde()
2032 exp.X_add_symbol = fde->start_address; in output_fde()
2270 cfi_emit_eh_header (fde->start_address, addend); in output_eh_header()
2387 fde->end_address = fde->start_address; in cfi_finish()
[all …]
H A Ddw2gencfi.h160 symbolS *start_address; member
/dragonfly/contrib/binutils-2.27/gas/
H A Ddw2gencfi.c398 symbolS *start_address; member
483 fde->start_address = label; in cfi_new_fde()
1783 cie->start_address = symbol_temp_new_now (); in output_cie()
1914 exp.X_op_symbol = cie->start_address; in output_fde()
1941 exp.X_add_symbol = fde->start_address; in output_fde()
1946 exp.X_add_symbol = fde->start_address; in output_fde()
1960 exp.X_add_symbol = fde->start_address; in output_fde()
1967 exp.X_op_symbol = fde->start_address; /* Code length. */ in output_fde()
2191 cfi_emit_eh_header (fde->start_address, addend); in output_eh_header()
2307 fde->end_address = fde->start_address; in cfi_finish()
[all …]
H A Ddw2gencfi.h143 symbolS *start_address; member
/dragonfly/contrib/binutils-2.27/binutils/
H A Dobjdump.c1976 if (start_address == (bfd_vma) -1 in disassemble_section()
1977 || start_address < section->vma) in disassemble_section()
1980 addr_offset = start_address - section->vma; in disassemble_section()
2770 bfd_printf_vma (abfd, abfd->start_address); in dump_bfd_header()
2861 if (start_address == (bfd_vma) -1 in dump_section()
2862 || start_address < section->vma) in dump_section()
2865 start_offset = start_address - section->vma; in dump_section()
3080 if (start_address != (bfd_vma) -1 in dump_reloc_set()
3081 && q->address < start_address) in dump_reloc_set()
3649 start_address = parse_vma (optarg, "--start-address"); in main()
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
H A Dobjdump.c3005 if (start_address == (bfd_vma) -1 in disassemble_section()
3006 || start_address < section->vma) in disassemble_section()
3009 addr_offset = start_address - section->vma; in disassemble_section()
3961 bfd_printf_vma (abfd, abfd->start_address); in dump_bfd_header()
4197 if (start_address == (bfd_vma) -1 in dump_section()
4198 || start_address < section->vma) in dump_section()
4201 start_offset = start_address - section->vma; in dump_section()
4416 if (start_address != (bfd_vma) -1 in dump_reloc_set()
4417 && q->address < start_address) in dump_reloc_set()
4728 start_address = sign_extend_address (abfd, start_address, in dump_bfd()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dexec.c731 if (bfd_get_section_vma (abfd, asect) <= abfd->start_address in print_section_info()
732 && abfd->start_address < (bfd_get_section_vma (abfd, asect) in print_section_info()
/dragonfly/sys/dev/raid/mly/
H A Dmlyreg.h893 u_int32_t start_address; member
903 u_int32_t start_address; member
/dragonfly/contrib/binutils-2.34/gold/
H A Dscript-sections.cc69 start_address() const in start_address() function in gold::Memory_region
2339 uint64_t s = (*mr)->start_address()->eval(symtab, layout, false); in block_in_region()
2543 uint64_t start_address = address; in set_section_addresses() local
2683 *dot_value - start_address, in set_section_addresses()
2699 + (*dot_value - start_address)); in set_section_addresses()
3312 return mr->start_address(); in find_memory_region_origin()
/dragonfly/contrib/binutils-2.27/gold/
H A Dscript-sections.cc69 start_address() const in start_address() function in gold::Memory_region
2293 uint64_t s = (*mr)->start_address()->eval(symtab, layout, false); in block_in_region()
2468 uint64_t start_address = address; in set_section_addresses() local
2623 *dot_value - start_address, in set_section_addresses()
2639 + (*dot_value - start_address)); in set_section_addresses()
3252 return mr->start_address(); in find_memory_region_origin()

12