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

/haiku-buildtools/binutils/bfd/
H A Dcoffgen.c1771 combined_entry_type *symbol_ptr; local
1811 symbol_ptr = internal_ptr;
1815 if (symbol_ptr->u.syment.n_sclass == C_FILE
1816 && symbol_ptr->u.syment.n_numaux > 0
1817 && raw_src + symesz + symbol_ptr->u.syment.n_numaux
1825 i < symbol_ptr->u.syment.n_numaux;
1838 symbol_ptr->u.syment.n_type,
1839 symbol_ptr->u.syment.n_sclass,
1840 (int) i, symbol_ptr->u.syment.n_numaux,
1844 coff_pointerize_aux (abfd, internal, symbol_ptr,
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dcoffgen.c1562 combined_entry_type *symbol_ptr; local
1601 symbol_ptr = internal_ptr;
1604 i < symbol_ptr->u.syment.n_numaux;
1610 symbol_ptr->u.syment.n_type,
1611 symbol_ptr->u.syment.n_sclass,
1612 (int) i, symbol_ptr->u.syment.n_numaux,
1614 coff_pointerize_aux (abfd, internal, symbol_ptr, i,

Completed in 53 milliseconds