Searched refs:excl_sym (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dstabs.c679 bfd_byte *excl_sym;
682 excl_sym = contents + e->offset;
683 bfd_put_32 (output_bfd, e->val, excl_sym + VALOFF);
684 excl_sym[TYPEOFF] = e->type;
676 bfd_byte *excl_sym; local
/haiku-buildtools/binutils/bfd/
H A Dstabs.c684 bfd_byte *excl_sym;
687 excl_sym = contents + e->offset;
688 bfd_put_32 (output_bfd, e->val, excl_sym + VALOFF);
689 excl_sym[TYPEOFF] = e->type;
681 bfd_byte *excl_sym; local

Completed in 99 milliseconds