Home
last modified time | relevance | path

Searched refs:obj_datasec (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Daout-target.h49 obj_datasec (abfd)->vma = N_DATADDR (execp); in MY()
64 obj_datasec (abfd)->vma += adjust; in MY()
70 obj_datasec (abfd)->lma = obj_datasec (abfd)->vma; in MY()
75 obj_datasec (abfd)->filepos = N_DATOFF (execp); in MY()
79 obj_datasec (abfd)->rel_filepos = N_DRELOFF (execp); in MY()
98 obj_datasec (abfd)->reloc_count = in MY()
111 && (BFD_ALIGN (obj_datasec (abfd)->size, arch_align) in MY()
112 == obj_datasec (abfd)->size) in MY()
117 obj_datasec (abfd)->alignment_power = arch_align_power; in MY()
H A Dpdp11.c357 || obj_datasec (abfd)->reloc_count > 0) in pdp11_aout_write_headers()
389 || obj_datasec (abfd)->reloc_count > 0) in pdp11_aout_write_headers()
394 || !NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) in pdp11_aout_write_headers()
495 if (obj_datasec (abfd) == NULL && bfd_make_section (abfd, ".data") == NULL) in NAME()
586 obj_datasec (abfd)->size = execp->a_data; in NAME()
593 obj_datasec (abfd)->flags = in NAME()
616 obj_datasec (abfd)->vma = N_DATADDR (execp); in NAME()
621 obj_datasec (abfd)->filepos = N_DATOFF (execp); in NAME()
625 obj_datasec (abfd)->rel_filepos = N_DRELOFF (execp); in NAME()
722 obj_datasec (abfd) = NULL; in NAME()
[all …]
H A Daoutx.h442 if (obj_datasec (abfd) == NULL && bfd_make_section (abfd, ".data") == NULL) in NAME()
547 obj_datasec (abfd)->size = execp->a_data; in NAME()
554 obj_datasec (abfd)->flags = in NAME()
578 obj_datasec (abfd)->vma = N_DATADDR (execp); in NAME()
583 obj_datasec (abfd)->filepos = N_DATOFF (execp); in NAME()
587 obj_datasec (abfd)->rel_filepos = N_DRELOFF (execp); in NAME()
697 obj_datasec (abfd) = NULL; in NAME()
906 asection *data = obj_datasec (abfd); in adjust_o_magic()
967 asection *data = obj_datasec (abfd); in adjust_z_magic()
1072 asection *data = obj_datasec (abfd); in adjust_n_magic()
[all …]
H A Dlibaout.h436 #define obj_datasec(bfd) (adata (bfd).datasec) macro
632 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \
659 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) \
677 && obj_datasec (abfd) != NULL \
680 && ((sec)->vma + (sec)->size) <= obj_datasec (abfd)->vma \
H A Di386lynx.c47 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \
75 if (!NAME(lynx,squirt_out_relocs) (abfd, obj_datasec (abfd))) \
303 cache_ptr->sym_ptr_ptr = obj_datasec(abfd)->symbol_ptr_ptr; \
389 if (asect == obj_datasec (abfd)) in NAME()
H A DChangeLog-20192202 create_object_symbols_section, obj_textsec, obj_datasec or
H A DChangeLog-94957535 obj_datasec (abfd) if they are NULL.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Daout-target.h49 obj_datasec (abfd)->vma = N_DATADDR (execp); in MY()
64 obj_datasec (abfd)->vma += adjust; in MY()
70 obj_datasec (abfd)->lma = obj_datasec (abfd)->vma; in MY()
75 obj_datasec (abfd)->filepos = N_DATOFF (execp); in MY()
79 obj_datasec (abfd)->rel_filepos = N_DRELOFF (execp); in MY()
98 obj_datasec (abfd)->reloc_count = in MY()
111 && (BFD_ALIGN (obj_datasec (abfd)->size, arch_align) in MY()
112 == obj_datasec (abfd)->size) in MY()
117 obj_datasec (abfd)->alignment_power = arch_align_power; in MY()
H A Dpdp11.c357 || obj_datasec (abfd)->reloc_count > 0) in pdp11_aout_write_headers()
388 || obj_datasec (abfd)->reloc_count > 0) in pdp11_aout_write_headers()
393 || !NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) in pdp11_aout_write_headers()
494 if (obj_datasec (abfd) == NULL && bfd_make_section (abfd, ".data") == NULL) in NAME()
585 obj_datasec (abfd)->size = execp->a_data; in NAME()
592 obj_datasec (abfd)->flags = in NAME()
615 obj_datasec (abfd)->vma = N_DATADDR (execp); in NAME()
620 obj_datasec (abfd)->filepos = N_DATOFF (execp); in NAME()
624 obj_datasec (abfd)->rel_filepos = N_DRELOFF (execp); in NAME()
721 obj_datasec (abfd) = NULL; in NAME()
[all …]
H A Daoutx.h442 if (obj_datasec (abfd) == NULL && bfd_make_section (abfd, ".data") == NULL) in NAME()
547 obj_datasec (abfd)->size = execp->a_data; in NAME()
554 obj_datasec (abfd)->flags = in NAME()
578 obj_datasec (abfd)->vma = N_DATADDR (execp); in NAME()
583 obj_datasec (abfd)->filepos = N_DATOFF (execp); in NAME()
587 obj_datasec (abfd)->rel_filepos = N_DRELOFF (execp); in NAME()
697 obj_datasec (abfd) = NULL; in NAME()
906 asection *data = obj_datasec (abfd); in adjust_o_magic()
967 asection *data = obj_datasec (abfd); in adjust_z_magic()
1072 asection *data = obj_datasec (abfd); in adjust_n_magic()
[all …]
H A Dlibaout.h436 #define obj_datasec(bfd) (adata (bfd).datasec) macro
632 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) \
659 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) \
677 && obj_datasec (abfd) != NULL \
680 && ((sec)->vma + (sec)->size) <= obj_datasec (abfd)->vma \
H A Di386lynx.c47 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) \
74 if (!NAME (lynx, squirt_out_relocs) (abfd, obj_datasec (abfd))) \
303 cache_ptr->sym_ptr_ptr = obj_datasec(abfd)->symbol_ptr_ptr; \
389 if (asect == obj_datasec (abfd)) in NAME()
H A DChangeLog-20192202 create_object_symbols_section, obj_textsec, obj_datasec or
H A DChangeLog-94957535 obj_datasec (abfd) if they are NULL.
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20192202 create_object_symbols_section, obj_textsec, obj_datasec or
H A DChangeLog-94957535 obj_datasec (abfd) if they are NULL.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20192202 create_object_symbols_section, obj_textsec, obj_datasec or
H A DChangeLog-94957535 obj_datasec (abfd) if they are NULL.