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

  /src/external/gpl3/binutils/dist/bfd/
libaout.h 428 #define obj_textsec(bfd) (adata (bfd).textsec)
606 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) \
631 if (!NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd))) \
653 && obj_textsec (abfd) != NULL \
655 && (sec)->vma >= (obj_textsec (abfd)->vma + \
656 obj_textsec (abfd)->size) \
426 #define obj_textsec macro
  /src/external/gpl3/binutils.old/dist/bfd/
libaout.h 428 #define obj_textsec(bfd) (adata (bfd).textsec)
606 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) \
631 if (!NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd))) \
653 && obj_textsec (abfd) != NULL \
655 && (sec)->vma >= (obj_textsec (abfd)->vma + \
656 obj_textsec (abfd)->size) \
426 #define obj_textsec macro
  /src/external/gpl3/gdb.old/dist/bfd/
libaout.h 435 #define obj_textsec(bfd) (adata (bfd).textsec)
613 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) \
638 if (!NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd))) \
660 && obj_textsec (abfd) != NULL \
662 && (sec)->vma >= (obj_textsec (abfd)->vma + \
663 obj_textsec (abfd)->size) \
433 #define obj_textsec macro
  /src/external/gpl3/gdb/dist/bfd/
libaout.h 428 #define obj_textsec(bfd) (adata (bfd).textsec)
606 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) \
631 if (!NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd))) \
653 && obj_textsec (abfd) != NULL \
655 && (sec)->vma >= (obj_textsec (abfd)->vma + \
656 obj_textsec (abfd)->size) \
426 #define obj_textsec macro

Completed in 56 milliseconds