Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
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()
Dsrec.c605 abfd->start_address = address; in srec_scan()
1070 abfd->start_address, NULL, NULL); in srec_write_terminator()
Dbfd.c1166 abfd->start_address = vma; in bfd_set_start_address()
Dbfd-in.h508 #define bfd_get_start_address(abfd) ((abfd)->start_address)
DpeXXigen.c1328 bfd_vma start_address; in pe_print_idata() local
1339 offset = abfd->start_address - rel_section->vma; in pe_print_idata()
1348 start_address = bfd_get_32 (abfd, data + offset); in pe_print_idata()
1354 (unsigned long int) (abfd->start_address)); in pe_print_idata()
1357 start_address, loadable_toc_address, toc_address); in pe_print_idata()
Dieee.c1734 abfd->start_address = must_parse_int (&(ieee->h)); in ieee_slurp_section_data()
3399 if (abfd->start_address) in ieee_write_me_part()
3403 || ! ieee_write_int (abfd, abfd->start_address) in ieee_write_me_part()
Dmach-o.c4715 abfd->start_address = main_cmd->entryoff in bfd_mach_o_scan_start_address()
4737 abfd->start_address = bfd_h_get_32 (abfd, buf); in bfd_mach_o_scan_start_address()
4748 abfd->start_address = bfd_h_get_32 (abfd, buf); in bfd_mach_o_scan_start_address()
4759 abfd->start_address = bfd_h_get_64 (abfd, buf); in bfd_mach_o_scan_start_address()
4770 abfd->start_address = bfd_h_get_64 (abfd, buf); in bfd_mach_o_scan_start_address()
Delf32-avr.c1681 bfd_vma start_address = end_address - x; in elf32_avr_adjust_diff_reloc_value() local
1686 if (shrinked_insn_address >= start_address in elf32_avr_adjust_diff_reloc_value()
Dpef.c495 abfd->start_address = section->vma + header.main_offset; in bfd_pef_scan_start_address()
Doasys.c930 H_PUT_32 (abfd, abfd->start_address, end.entry); in oasys_write_end()
Dbfd-in2.h515 #define bfd_get_start_address(abfd) ((abfd)->start_address)
6464 bfd_vma start_address; member
Delf32-spu.c3562 == info->output_bfd->start_address in mark_overlay_section()
DChangeLog-2005339 * elfcode.h (elf_object_p): Delay the setting of start_address
2029 * peXXigen.c (pe_print_idata): Don't crash if dll_name or start_address
Dvms-alpha.c2345 abfd->start_address = PRIV (eom_data).eom_l_tfradr; in _bfd_vms_slurp_eeom()
/toolchain/binutils/binutils-2.25/gas/
Ddw2gencfi.c278 symbolS *start_address; member
359 fde->start_address = label; in cfi_new_fde()
1424 cie->start_address = symbol_temp_new_now (); in output_cie()
1569 exp.X_op_symbol = cie->start_address; in output_fde()
1575 TC_DWARF2_EMIT_OFFSET (cie->start_address, offset_size); in output_fde()
1583 exp.X_add_symbol = fde->start_address; in output_fde()
1588 exp.X_add_symbol = fde->start_address; in output_fde()
1600 exp.X_add_symbol = fde->start_address; in output_fde()
1608 exp.X_op_symbol = fde->start_address; /* Code length. */ in output_fde()
1920 fde->end_address = fde->start_address; in cfi_finish()
[all …]
Ddw2gencfi.h106 symbolS *start_address; member
/toolchain/binutils/binutils-2.25/binutils/
Dobjdump.c107 static bfd_vma start_address = (bfd_vma) -1; /* --start-address */ variable
1920 if (start_address == (bfd_vma) -1 in disassemble_section()
1921 || start_address < section->vma) in disassemble_section()
1924 addr_offset = start_address - section->vma; in disassemble_section()
2648 bfd_printf_vma (abfd, abfd->start_address); in dump_bfd_header()
2739 if (start_address == (bfd_vma) -1 in dump_section()
2740 || start_address < section->vma) in dump_section()
2743 start_offset = start_address - section->vma; in dump_section()
2957 if (start_address != (bfd_vma) -1 in dump_reloc_set()
2958 && q->address < start_address) in dump_reloc_set()
[all …]
DChangeLog-91972110 * objdump.c (start_address): New variable.
2115 (disassemble_data): Handle start_address and stop_address.
/toolchain/binutils/binutils-2.25/gold/
Dscript-sections.cc69 start_address() const in start_address() function in gold::Memory_region
2190 uint64_t s = (*mr)->start_address()->eval(symtab, layout, false); in block_in_region()
2356 uint64_t start_address = address; in set_section_addresses() local
2511 *dot_value - start_address, in set_section_addresses()
2527 + (*dot_value - start_address)); in set_section_addresses()
3140 return mr->start_address(); in find_memory_region_origin()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic6x.c5376 unwind->function_start = fde->start_address; in tic6x_cfi_endproc()
/toolchain/binutils/binutils-2.25/include/
DChangeLog-91031518 (sim_create_inferior): Return SIM_RC. Delete arg `start_address'.