HomeSort by: relevance | last modified time | path
    Searched defs:obj_datasec (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
libaout.h 429 #define obj_datasec(bfd) (adata (bfd).datasec)
608 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) \
636 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) \
654 && obj_datasec (abfd) != NULL \
657 && ((sec)->vma + (sec)->size) <= obj_datasec (abfd)->vma \
427 #define obj_datasec macro
  /src/external/gpl3/binutils.old/dist/bfd/
libaout.h 429 #define obj_datasec(bfd) (adata (bfd).datasec)
608 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) \
636 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) \
654 && obj_datasec (abfd) != NULL \
657 && ((sec)->vma + (sec)->size) <= obj_datasec (abfd)->vma \
427 #define obj_datasec macro
  /src/external/gpl3/gdb/dist/bfd/
libaout.h 436 #define obj_datasec(bfd) (adata (bfd).datasec)
615 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) \
643 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) \
661 && obj_datasec (abfd) != NULL \
664 && ((sec)->vma + (sec)->size) <= obj_datasec (abfd)->vma \
434 #define obj_datasec macro
  /src/external/gpl3/gdb.old/dist/bfd/
libaout.h 436 #define obj_datasec(bfd) (adata (bfd).datasec)
630 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) \
658 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) \
676 && obj_datasec (abfd) != NULL \
679 && ((sec)->vma + (sec)->size) <= obj_datasec (abfd)->vma \
434 #define obj_datasec macro

Completed in 29 milliseconds