HomeSort by relevance Sort by last modified time
    Searched full:obj_textsec (Results 1 - 13 of 13) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
aout-target.h 45 obj_textsec (abfd)->size = N_TXTSIZE (*execp);
48 obj_textsec (abfd)->vma = N_TXTADDR (*execp);
56 && execp->a_entry > obj_textsec (abfd)->vma)
60 adjust = execp->a_entry - obj_textsec (abfd)->vma;
63 obj_textsec (abfd)->vma += adjust;
69 obj_textsec (abfd)->lma = obj_textsec (abfd)->vma;
74 obj_textsec (abfd)->filepos = N_TXTOFF (*execp);
78 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp);
96 obj_textsec (abfd)->reloc_count
    [all...]
i386os9k.c 87 obj_textsec (abfd)->alignment_power = execp->a_talign;
92 obj_textsec (abfd)->vma = execp->a_tload;
96 obj_textsec (abfd)->size = execp->a_text;
102 obj_textsec (abfd)->filepos = execp->a_entry;
106 obj_textsec (abfd)->rel_filepos = N_TROFF(*execp);
aout-tic30.c 342 obj_textsec (abfd)->size = N_TXTSIZE (*execp);
345 obj_textsec (abfd)->vma = N_TXTADDR (*execp);
349 obj_textsec (abfd)->lma = obj_textsec (abfd)->vma;
354 obj_textsec (abfd)->filepos = N_TXTOFF (*execp);
358 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp);
380 if ((BFD_ALIGN (obj_textsec (abfd)->size, arch_align)
381 == obj_textsec (abfd)->size)
387 obj_textsec (abfd)->alignment_power = arch_align_power;
648 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * obj_reloc_entry_size (abfd))
    [all...]
pdp11.c 304 if (obj_textsec (abfd)->reloc_count > 0
336 if (obj_textsec (abfd)->reloc_count > 0
340 || !NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd))
446 if (obj_textsec (abfd) == NULL && bfd_make_section (abfd, ".text") == NULL)
543 obj_textsec (abfd)->flags =
565 obj_textsec (abfd)->size = N_TXTSIZE(*execp);
569 obj_textsec (abfd)->vma = N_TXTADDR(*execp);
574 obj_textsec (abfd)->filepos = N_TXTOFF(*execp);
578 obj_textsec (abfd)->rel_filepos = N_TRELOFF(*execp);
622 || (execp->a_entry >= obj_textsec(abfd)->vm
    [all...]
aoutx.h 429 if (obj_textsec (abfd) == NULL && bfd_make_section (abfd, ".text") == NULL)
543 obj_textsec (abfd)->flags =
566 obj_textsec (abfd)->size = N_TXTSIZE (*execp);
570 obj_textsec (abfd)->vma = N_TXTADDR (*execp);
575 obj_textsec (abfd)->filepos = N_TXTOFF (*execp);
579 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp);
628 || (execp->a_entry >= obj_textsec (abfd)->vma
629 && execp->a_entry < (obj_textsec (abfd)->vma
630 + obj_textsec (abfd)->size)
643 the default text start (obj_textsec(abfd)->vma) an
    [all...]
bout.c 144 obj_textsec (abfd)->alignment_power = execp->a_talign;
149 obj_textsec (abfd)->vma = execp->a_tload;
152 obj_textsec (abfd)->lma = obj_textsec (abfd)->vma;
156 obj_textsec (abfd)->size = execp->a_text;
164 obj_textsec (abfd)->filepos = N_TXTOFF (*execp);
168 obj_textsec (abfd)->rel_filepos = N_TROFF (*execp);
225 obj_textsec (abfd) = NULL;
403 exec_hdr (abfd)->a_text = obj_textsec (abfd)->size;
408 exec_hdr (abfd)->a_trsize = (obj_textsec (abfd)->reloc_count) * 8
    [all...]
hp300hpux.c 227 obj_textsec (abfd)->size = N_TXTSIZE (*execp);
230 obj_textsec (abfd)->vma = N_TXTADDR (*execp);
234 obj_textsec (abfd)->lma = obj_textsec (abfd)->vma;
239 obj_textsec (abfd)->filepos = N_TXTOFF (*execp);
243 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp);
260 obj_textsec (abfd)->rel_filepos = N_GNU_TRELOFF (*execp);
296 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) *
334 if (!NAME (aout,squirt_out_relocs) (abfd, obj_textsec (abfd)))
730 if (asect == obj_textsec (abfd)
    [all...]
riscix.c 122 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * \
146 if (! riscix_squirt_out_relocs (abfd, obj_textsec (abfd))) \
573 obj_textsec (abfd)->flags =
590 (obj_textsec(abfd)->vma) and (obj_textsec(abfd)->vma) + text size
611 if ((execp->a_entry >= obj_textsec(abfd)->vma) &&
612 (execp->a_entry < obj_textsec(abfd)->vma + obj_textsec(abfd)->size))
i386lynx.c 47 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * \
71 if (!NAME(lynx,squirt_out_relocs) (abfd, obj_textsec (abfd))) \
299 cache_ptr->sym_ptr_ptr = obj_textsec(abfd)->symbol_ptr_ptr; \
396 if (asect == obj_textsec (abfd))
libaout.h 436 #define obj_textsec(bfd) (adata (bfd).textsec)
638 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * \
662 if (!NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd))) \
684 && obj_textsec (abfd) != NULL \
686 && (sec)->vma >= (obj_textsec (abfd)->vma + \
687 obj_textsec (abfd)->size) \
434 #define obj_textsec macro
sunos.c 167 dynsec = obj_textsec (abfd);
    [all...]
ChangeLog-9193     [all...]
ChangeLog-9495     [all...]

Completed in 1706 milliseconds