Home
last modified time | relevance | path

Searched refs:bigend (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/include/coff/
Decoff.h249 #define AUX_GET_ANY(bigend, ax, field) \ argument
250 ((bigend) ? bfd_getb32 ((ax)->field) : bfd_getl32 ((ax)->field))
252 #define AUX_GET_DNLOW(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnLow) argument
253 #define AUX_GET_DNHIGH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnHigh) argument
254 #define AUX_GET_ISYM(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_isym) argument
255 #define AUX_GET_ISS(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_iss) argument
256 #define AUX_GET_WIDTH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_width) argument
257 #define AUX_GET_COUNT(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_count) argument
259 #define AUX_PUT_ANY(bigend, val, ax, field) \ argument
260 ((bigend) \
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Decofflink.c44 _bfd_ecoff_swap_tir_in (int bigend, const struct tir_ext *ext_copy, in _bfd_ecoff_swap_tir_in() argument
52 if (bigend) in _bfd_ecoff_swap_tir_in()
102 _bfd_ecoff_swap_tir_out (int bigend, in _bfd_ecoff_swap_tir_out() argument
111 if (bigend) in _bfd_ecoff_swap_tir_out()
160 _bfd_ecoff_swap_rndx_in (int bigend, in _bfd_ecoff_swap_rndx_in() argument
169 if (bigend) in _bfd_ecoff_swap_rndx_in()
201 _bfd_ecoff_swap_rndx_out (int bigend, in _bfd_ecoff_swap_rndx_out() argument
210 if (bigend) in _bfd_ecoff_swap_rndx_out()