Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/include/coff/
H A Decoff.h249 #define AUX_GET_ANY(bigend, ax, field) \ argument
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
264 #define AUX_PUT_DNLOW(bigend, val, ax) \ argument
266 #define AUX_PUT_DNHIGH(bigend, val, ax) \ argument
[all …]
/dflybsd-src/contrib/binutils-2.27/include/coff/
H A Decoff.h249 #define AUX_GET_ANY(bigend, ax, field) \ argument
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
264 #define AUX_PUT_DNLOW(bigend, val, ax) \ argument
266 #define AUX_PUT_DNHIGH(bigend, val, ax) \ argument
[all …]
/dflybsd-src/contrib/binutils-2.34/include/coff/
H A Decoff.h251 #define AUX_GET_ANY(bigend, ax, field) \ argument
254 #define AUX_GET_DNLOW(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnLow) argument
255 #define AUX_GET_DNHIGH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnHigh) argument
256 #define AUX_GET_ISYM(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_isym) argument
257 #define AUX_GET_ISS(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_iss) argument
258 #define AUX_GET_WIDTH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_width) argument
259 #define AUX_GET_COUNT(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_count) argument
261 #define AUX_PUT_ANY(bigend, val, ax, field) \ argument
266 #define AUX_PUT_DNLOW(bigend, val, ax) \ argument
268 #define AUX_PUT_DNHIGH(bigend, val, ax) \ argument
[all …]
/dflybsd-src/contrib/nvi2/common/
H A Dencoding.c120 int bigend; in looks_utf16() local
209 decode_utf16(const char* ibuf, int bigend) in decode_utf16()
/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dcharset.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()
1126 bool bigend = CPP_OPTION (pfile, bytes_big_endian); in emit_numeric_escape() local
1548 bool bigend = CPP_OPTION (pfile, bytes_big_endian); in wide_str_to_charconst() local
/dflybsd-src/contrib/file/src/
H A Dencoding.c468 int bigend; in looks_ucs16() local
528 int bigend; in looks_ucs32() local
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dcharset.c279 one_utf8_to_utf32 (iconv_t bigend, const uchar **inbufp, size_t *inbytesleftp, in one_utf8_to_utf32()
306 one_utf32_to_utf8 (iconv_t bigend, const uchar **inbufp, size_t *inbytesleftp, in one_utf32_to_utf8()
336 one_utf8_to_utf16 (iconv_t bigend, const uchar **inbufp, size_t *inbytesleftp, in one_utf8_to_utf16()
399 one_utf16_to_utf8 (iconv_t bigend, const uchar **inbufp, size_t *inbytesleftp, in one_utf16_to_utf8()
1216 bool bigend = CPP_OPTION (pfile, bytes_big_endian); in emit_numeric_escape() local
1866 bool bigend = CPP_OPTION (pfile, bytes_big_endian); in wide_str_to_charconst() local
/dflybsd-src/contrib/gdb-7/gdb/
H A Dmdebugread.c546 parse_symbol (SYMR *sh, union aux_ext *ax, char *ext_sh, int bigend, in parse_symbol()
1526 int bigend, char *sym_name) in parse_type()
1812 upgrade_type (int fd, struct type **tpp, int tq, union aux_ext *ax, int bigend, in upgrade_type()
2085 parse_external (EXTR *es, int bigend, struct section_offsets *section_offsets, in parse_external()
4409 char **pname, int bigend, char *sym_name) in cross_ref()