Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/include/coff/
H A Decoff.h246 #define AUX_GET_ANY(bigend, ax, field) \ argument
249 #define AUX_GET_DNLOW(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnLow) argument
251 #define AUX_GET_ISYM(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_isym) argument
252 #define AUX_GET_ISS(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_iss) argument
256 #define AUX_PUT_ANY(bigend, val, ax, field) \ argument
261 #define AUX_PUT_DNLOW(bigend, val, ax) \ argument
263 #define AUX_PUT_DNHIGH(bigend, val, ax) \ argument
265 #define AUX_PUT_ISYM(bigend, val, ax) \ argument
267 #define AUX_PUT_ISS(bigend, val, ax) \ argument
269 #define AUX_PUT_WIDTH(bigend, val, ax) \ argument
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/include/coff/
H A Decoff.h248 #define AUX_GET_ANY(bigend, ax, field) \ argument
251 #define AUX_GET_DNLOW(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnLow) 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
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
267 #define AUX_PUT_ISYM(bigend, val, ax) \ argument
269 #define AUX_PUT_ISS(bigend, val, ax) \ argument
271 #define AUX_PUT_WIDTH(bigend, val, ax) \ argument
[all …]
/openbsd/gnu/gcc/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()
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
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dmdebugread.c596 parse_symbol (SYMR *sh, union aux_ext *ax, char *ext_sh, int bigend, in parse_symbol()
1404 int bigend, char *sym_name) in parse_type()
1741 upgrade_type (int fd, struct type **tpp, int tq, union aux_ext *ax, int bigend, in upgrade_type()
2037 parse_external (EXTR *es, int bigend, struct section_offsets *section_offsets, in parse_external()
4209 char **pname, int bigend, char *sym_name) in cross_ref()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Decofflink.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
/openbsd/gnu/usr.bin/binutils/bfd/
H A Decofflink.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
/openbsd/gnu/usr.bin/perl/
H A Dutil.h249 # define ninstr(big, bigend, little, lend) \ argument
H A Dutil.c828 Perl_ninstr(const char *big, const char *bigend, const char *little, const char *lend) in Perl_ninstr()
880 Perl_rninstr(const char *big, const char *bigend, const char *little, const char *lend) in Perl_rninstr()
1083 Perl_fbm_instr(pTHX_ unsigned char *big, unsigned char *bigend, SV *littlestr, U32 flags) in Perl_fbm_instr()
H A Dsv.c6492 char *bigend; local