Home
last modified time | relevance | path

Searched defs:bigend (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/binutils/include/coff/
HDecoff.h248 #define AUX_GET_ANY(bigend, ax, field) \ argument
251 #define AUX_GET_DNLOW(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnLow) argument
252 #define AUX_GET_DNHIGH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnHigh) argument
253 #define AUX_GET_ISYM(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_isym) argument
254 #define AUX_GET_ISS(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_iss) argument
255 #define AUX_GET_WIDTH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_width) argument
256 #define AUX_GET_COUNT(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_count) argument
258 #define AUX_PUT_ANY(bigend, val, ax, field) \ argument
263 #define AUX_PUT_DNLOW(bigend, val, ax) \ argument
265 #define AUX_PUT_DNHIGH(bigend, val, ax) \ argument
[all …]
/trueos/contrib/nvi/common/
HDencoding.c124 int bigend; in looks_utf16() local
209 int decode_utf16(const char* ibuf, int bigend) { in decode_utf16()
/trueos/contrib/gcclibs/libcpp/
HDcharset.c280 one_utf8_to_utf32 (iconv_t bigend, const uchar **inbufp, size_t *inbytesleftp, in one_utf8_to_utf32()
307 one_utf32_to_utf8 (iconv_t bigend, const uchar **inbufp, size_t *inbytesleftp, in one_utf32_to_utf8()
337 one_utf8_to_utf16 (iconv_t bigend, const uchar **inbufp, size_t *inbytesleftp, in one_utf8_to_utf16()
400 one_utf16_to_utf8 (iconv_t bigend, const uchar **inbufp, size_t *inbytesleftp, in one_utf16_to_utf8()
1078 bool bigend = CPP_OPTION (pfile, bytes_big_endian); in emit_numeric_escape() local
1453 bool bigend = CPP_OPTION (pfile, bytes_big_endian); in wide_str_to_charconst() local
/trueos/contrib/file/src/
HDencoding.c378 int bigend; in looks_ucs16() local
/trueos/contrib/binutils/bfd/
HDecofflink.c66 _bfd_ecoff_swap_tir_in (bigend, ext_copy, intern) in _bfd_ecoff_swap_tir_in() argument
123 _bfd_ecoff_swap_tir_out (bigend, intern_copy, ext) in _bfd_ecoff_swap_tir_out() argument
179 _bfd_ecoff_swap_rndx_in (bigend, ext_copy, intern) in _bfd_ecoff_swap_rndx_in() argument
218 _bfd_ecoff_swap_rndx_out (bigend, intern_copy, ext) in _bfd_ecoff_swap_rndx_out() argument
/trueos/contrib/gdb/gdb/
HDmdebugread.c605 parse_symbol (SYMR *sh, union aux_ext *ax, char *ext_sh, int bigend, in parse_symbol()
1413 int bigend, char *sym_name) in parse_type()
1750 upgrade_type (int fd, struct type **tpp, int tq, union aux_ext *ax, int bigend, in upgrade_type()
2046 parse_external (EXTR *es, int bigend, struct section_offsets *section_offsets, in parse_external()
4225 char **pname, int bigend, char *sym_name) in cross_ref()