Searched refs:start_address (Results 1 - 25 of 31) sorted by relevance

12

/haiku-buildtools/legacy/binutils/gas/
H A Ddw2gencfi.c86 symbolS *start_address; member in struct:fde_entry
97 symbolS *start_address; member in struct:cie_entry
166 fde->start_address = label;
863 cie->start_address = symbol_temp_new_now ();
920 exp.X_op_symbol = cie->start_address;
924 exp.X_add_symbol = fde->start_address;
929 exp.X_add_symbol = fde->start_address;
940 exp.X_op_symbol = fde->start_address; /* Code length. */
1061 cur_fde_data->end_address = cur_fde_data->start_address;
/haiku-buildtools/legacy/binutils/bfd/
H A Dihex.c252 abfd->start_address = 0;
378 if (abfd->start_address == 0)
379 abfd->start_address = addr;
412 abfd->start_address += (HEX4 (buf) << 4) + HEX4 (buf + 4);
447 abfd->start_address += HEX4 (buf) << 16;
449 abfd->start_address = (HEX4 (buf) << 16) + HEX4 (buf + 4);
851 if (abfd->start_address != 0)
856 start = abfd->start_address;
H A Dvms-hdr.c339 abfd->start_address = PRIV (eom_data).eom_l_tfradr;
H A Dsrec.c560 abfd->start_address = address;
1003 abfd->start_address, NULL, NULL);
H A DpeXXigen.c1105 bfd_vma start_address;
1116 offset = abfd->start_address - rel_section->vma;
1125 start_address = bfd_get_32 (abfd, data + offset);
1131 (unsigned long int) (abfd->start_address));
1134 start_address, loadable_toc_address, toc_address);
1104 bfd_vma start_address; local
H A Dbfd-in.h525 #define bfd_get_start_address(abfd) ((abfd)->start_address)
H A Dbfd.c122 . bfd_vma start_address;
890 abfd->start_address = vma;
H A Dmach-o.c1468 abfd->start_address = bfd_h_get_32 (abfd, buf);
1480 abfd->start_address = bfd_h_get_32 (abfd, buf);
H A Doasys.c923 H_PUT_32 (abfd, abfd->start_address, end.entry);
H A Dpef.c490 abfd->start_address = section->vma + header.main_offset;
H A Dbfd-in2.h532 #define bfd_get_start_address(abfd) ((abfd)->start_address)
4426 bfd_vma start_address;
4419 bfd_vma start_address; member in struct:bfd
H A Dieee.c1730 abfd->start_address = must_parse_int (&(ieee->h));
3391 if (abfd->start_address)
3395 || ! ieee_write_int (abfd, abfd->start_address)
/haiku-buildtools/binutils/bfd/
H A Dihex.c254 abfd->start_address = 0;
382 if (abfd->start_address == 0)
383 abfd->start_address = addr;
418 abfd->start_address += (HEX4 (buf) << 4) + HEX4 (buf + 4);
455 abfd->start_address += HEX4 (buf) << 16;
457 abfd->start_address = (HEX4 (buf) << 16) + HEX4 (buf + 4);
860 if (abfd->start_address != 0)
865 start = abfd->start_address;
H A Dsrec.c608 abfd->start_address = address;
1076 abfd->start_address, NULL, NULL);
H A Dbfd-in.h534 #define bfd_get_start_address(abfd) ((abfd)->start_address)
H A DpeXXigen.c1340 bfd_vma start_address;
1351 offset = abfd->start_address - rel_section->vma;
1360 start_address = bfd_get_32 (abfd, data + offset);
1366 (unsigned long int) (abfd->start_address));
1370 start_address, loadable_toc_address, toc_address);
1339 bfd_vma start_address; local
H A Doasys.c930 H_PUT_32 (abfd, abfd->start_address, end.entry);
H A Dbfd.c271 . bfd_vma start_address;
1187 abfd->start_address = vma;
H A Dpef.c498 abfd->start_address = section->vma + header.main_offset;
H A Dmach-o.c4833 abfd->start_address = main_cmd->entryoff
4855 abfd->start_address = bfd_h_get_32 (abfd, buf);
4866 abfd->start_address = bfd_h_get_32 (abfd, buf);
4877 abfd->start_address = bfd_h_get_64 (abfd, buf);
4888 abfd->start_address = bfd_h_get_64 (abfd, buf);
/haiku-buildtools/binutils/gas/
H A Ddw2gencfi.h144 symbolS *start_address; member in struct:fde_entry
H A Ddw2gencfi.c400 symbolS *start_address;
486 fde->start_address = label;
1833 cie->start_address = symbol_temp_new_now ();
1964 exp.X_op_symbol = cie->start_address;
1970 TC_DWARF2_EMIT_OFFSET (cie->start_address, offset_size);
1983 fix_new (frag_now, p - frag_now->fr_literal, 4, fde->start_address,
1991 exp.X_add_symbol = fde->start_address;
1996 exp.X_add_symbol = fde->start_address;
2010 exp.X_add_symbol = fde->start_address;
2017 exp.X_op_symbol = fde->start_address; /* Cod
398 symbolS *start_address; member in struct:cie_entry
[all...]
/haiku-buildtools/binutils/binutils/
H A Dobjdump.c108 static bfd_vma start_address = (bfd_vma) -1; /* --start-address */ variable
2056 if (start_address == (bfd_vma) -1
2057 || start_address < section->vma)
2060 addr_offset = start_address - section->vma;
2851 bfd_printf_vma (abfd, abfd->start_address);
2944 if (start_address == (bfd_vma) -1
2945 || start_address < section->vma)
2948 start_offset = start_address - section->vma;
3164 if (start_address != (bfd_vma) -1
3165 && q->address < start_address)
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dobjdump.c98 static bfd_vma start_address = (bfd_vma) -1; /* --start-address */ variable
1699 if (start_address == (bfd_vma) -1
1700 || start_address < pinfo->buffer_vma)
1703 addr_offset = start_address - pinfo->buffer_vma;
2331 bfd_printf_vma (abfd, abfd->start_address);
2379 if (start_address == (bfd_vma) -1
2380 || start_address < section->vma)
2383 start_offset = start_address - section->vma;
2575 if (start_address != (bfd_vma) -1
2576 && q->address < start_address)
[all...]
/haiku-buildtools/binutils/gold/
H A Dscript-sections.cc69 start_address() const function in class:gold::Memory_region
2339 uint64_t s = (*mr)->start_address()->eval(symtab, layout, false);
2543 uint64_t start_address = address; local
2669 // start_address because that might have been aligned upwards and we
2680 // start_address" formula that is used in the load_address assignment below.
2683 *dot_value - start_address,
2699 + (*dot_value - start_address));
3312 return mr->start_address();

Completed in 421 milliseconds

12