| /dflybsd-src/contrib/gcc-4.7/libgcc/ |
| H A D | unwind-dw2-fde.c | 86 ob->s.b.encoding = DW_EH_PE_omit; in __register_frame_info_bases() 133 ob->s.b.encoding = DW_EH_PE_omit; in __register_frame_info_table_bases() 236 base_from_object (unsigned char encoding, struct object *ob) in base_from_object() argument 238 if (encoding == DW_EH_PE_omit) in base_from_object() 241 switch (encoding & 0x70) in base_from_object() 346 base = base_from_object (ob->s.b.encoding, ob); in fde_single_encoding_compare() 347 read_encoded_value_with_base (ob->s.b.encoding, base, x->pc_begin, &x_ptr); in fde_single_encoding_compare() 348 read_encoded_value_with_base (ob->s.b.encoding, base, y->pc_begin, &y_ptr); in fde_single_encoding_compare() 576 else if (ob->s.b.encoding == DW_EH_PE_absptr) in end_fde_sort() 607 int encoding = DW_EH_PE_absptr; in classify_object_over_fdes() local [all …]
|
| H A D | unwind-pe.h | 69 size_of_encoded_value (unsigned char encoding) __attribute__ ((unused)); 72 size_of_encoded_value (unsigned char encoding) in size_of_encoded_value() argument 74 if (encoding == DW_EH_PE_omit) in size_of_encoded_value() 77 switch (encoding & 0x07) in size_of_encoded_value() 101 base_of_encoded_value (unsigned char encoding, struct _Unwind_Context *context) in base_of_encoded_value() argument 103 if (encoding == DW_EH_PE_omit) in base_of_encoded_value() 106 switch (encoding & 0x70) in base_of_encoded_value() 181 read_encoded_value_with_base (unsigned char encoding, _Unwind_Ptr base, in read_encoded_value_with_base() argument 198 if (encoding == DW_EH_PE_aligned) in read_encoded_value_with_base() 207 switch (encoding & 0x0f) in read_encoded_value_with_base() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libgcc/ |
| H A D | unwind-dw2-fde.c | 97 ob->s.b.encoding = DW_EH_PE_omit; in __register_frame_info_bases() 154 ob->s.b.encoding = DW_EH_PE_omit; in __register_frame_info_table_bases() 267 base_from_object (unsigned char encoding, struct object *ob) in base_from_object() argument 269 if (encoding == DW_EH_PE_omit) in base_from_object() 272 switch (encoding & 0x70) in base_from_object() 377 base = base_from_object (ob->s.b.encoding, ob); in fde_single_encoding_compare() 378 read_encoded_value_with_base (ob->s.b.encoding, base, x->pc_begin, &x_ptr); in fde_single_encoding_compare() 379 read_encoded_value_with_base (ob->s.b.encoding, base, y->pc_begin, &y_ptr); in fde_single_encoding_compare() 607 else if (ob->s.b.encoding == DW_EH_PE_absptr) in end_fde_sort() 638 int encoding = DW_EH_PE_absptr; in classify_object_over_fdes() local [all …]
|
| H A D | unwind-pe.h | 69 size_of_encoded_value (unsigned char encoding) __attribute__ ((unused)); 72 size_of_encoded_value (unsigned char encoding) in size_of_encoded_value() argument 74 if (encoding == DW_EH_PE_omit) in size_of_encoded_value() 77 switch (encoding & 0x07) in size_of_encoded_value() 101 base_of_encoded_value (unsigned char encoding, struct _Unwind_Context *context) in base_of_encoded_value() argument 103 if (encoding == DW_EH_PE_omit) in base_of_encoded_value() 106 switch (encoding & 0x70) in base_of_encoded_value() 181 read_encoded_value_with_base (unsigned char encoding, _Unwind_Ptr base, in read_encoded_value_with_base() argument 198 if (encoding == DW_EH_PE_aligned) in read_encoded_value_with_base() 207 switch (encoding & 0x0f) in read_encoded_value_with_base() [all …]
|
| /dflybsd-src/contrib/elftoolchain/libelf/ |
| H A D | gelf_xlate.c | 36 elf32_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) in elf32_xlatetof() argument 38 return _libelf_xlate(dst, src, encoding, ELFCLASS32, ELF_TOFILE); in elf32_xlatetof() 42 elf64_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) in elf64_xlatetof() argument 44 return _libelf_xlate(dst, src, encoding, ELFCLASS64, ELF_TOFILE); in elf64_xlatetof() 48 elf32_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) in elf32_xlatetom() argument 50 return _libelf_xlate(dst, src, encoding, ELFCLASS32, ELF_TOMEMORY); in elf32_xlatetom() 54 elf64_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) in elf64_xlatetom() argument 56 return _libelf_xlate(dst, src, encoding, ELFCLASS64, ELF_TOMEMORY); in elf64_xlatetom() 61 unsigned int encoding) in gelf_xlatetom() argument 64 return (_libelf_xlate(dst, src, encoding, e->e_class, in gelf_xlatetom() [all …]
|
| H A D | libelf_xlate.c | 47 _libelf_xlate(Elf_Data *dst, const Elf_Data *src, unsigned int encoding, in _libelf_xlate() argument 54 if (encoding == ELFDATANONE) in _libelf_xlate() 55 encoding = LIBELF_PRIVATE(byteorder); in _libelf_xlate() 57 if ((encoding != ELFDATA2LSB && encoding != ELFDATA2MSB) || in _libelf_xlate() 135 byteswap = encoding != LIBELF_PRIVATE(byteorder); in _libelf_xlate()
|
| /dflybsd-src/contrib/grep/lib/uniwidth/ |
| H A D | cjk.h | 21 is_cjk_encoding (const char *encoding) in is_cjk_encoding() argument 25 || STREQ_OPT (encoding, "EUC-JP", 'E', 'U', 'C', '-', 'J', 'P', 0, 0, 0) in is_cjk_encoding() 27 || STREQ_OPT (encoding, "GB2312", 'G', 'B', '2', '3', '1', '2', 0, 0, 0) in is_cjk_encoding() 28 || STREQ_OPT (encoding, "GBK", 'G', 'B', 'K', 0, 0, 0, 0, 0, 0) in is_cjk_encoding() 29 || STREQ_OPT (encoding, "EUC-TW", 'E', 'U', 'C', '-', 'T', 'W', 0, 0, 0) in is_cjk_encoding() 30 || STREQ_OPT (encoding, "BIG5", 'B', 'I', 'G', '5', 0, 0, 0, 0, 0) in is_cjk_encoding() 32 || STREQ_OPT (encoding, "EUC-KR", 'E', 'U', 'C', '-', 'K', 'R', 0, 0, 0) in is_cjk_encoding() 33 || STREQ_OPT (encoding, "CP949", 'C', 'P', '9', '4', '9', 0, 0, 0, 0) in is_cjk_encoding() 34 || STREQ_OPT (encoding, "JOHAB", 'J', 'O', 'H', 'A', 'B', 0, 0, 0, 0)) in is_cjk_encoding()
|
| /dflybsd-src/contrib/gdb-7/gdb/python/ |
| H A D | py-lazy-string.c | 38 char *encoding; member 68 if (self_string->encoding) in stpy_get_encoding() 69 result = PyString_FromString (self_string->encoding); in stpy_get_encoding() 123 xfree (self_string->encoding); in stpy_dealloc() 128 const char *encoding, struct type *type) in gdbpy_create_lazy_string_object() argument 153 if (encoding == NULL || !strcmp (encoding, "")) in gdbpy_create_lazy_string_object() 154 str_obj->encoding = NULL; in gdbpy_create_lazy_string_object() 156 str_obj->encoding = xstrdup (encoding); in gdbpy_create_lazy_string_object() 187 long *length, char **encoding) in gdbpy_extract_lazy_string() argument 198 *encoding = lazy->encoding ? xstrdup (lazy->encoding) : NULL; in gdbpy_extract_lazy_string()
|
| /dflybsd-src/crypto/libressl/crypto/asn1/ |
| H A D | asn1_types.c | 29 int encoding; member 47 .encoding = ASN1_ENCODING_PRIMITIVE_ONLY, 54 .encoding = ASN1_ENCODING_PRIMITIVE_ONLY, 73 .encoding = ASN1_ENCODING_PRIMITIVE_ONLY, 80 .encoding = ASN1_ENCODING_PRIMITIVE_ONLY, 99 .encoding = ASN1_ENCODING_PRIMITIVE_ONLY, 106 .encoding = ASN1_ENCODING_PRIMITIVE_ONLY, 125 .encoding = ASN1_ENCODING_PRIMITIVE_ONLY, 132 .encoding = ASN1_ENCODING_PRIMITIVE_ONLY, 145 .encoding = ASN1_ENCODING_CONSTRUCTED_ONLY, [all …]
|
| /dflybsd-src/contrib/binutils-2.27/include/opcode/ |
| H A D | metag.h | 589 enum insn_encoding encoding; member 806 meta_mask, insn_type, encoding, args) \ argument 808 insn_type, encoding, args }, \ 810 insn_type, encoding, args }, \ 812 meta_mask, insn_type, encoding, args }, \ 814 meta_mask, insn_type, encoding, args }, \ 816 meta_mask, insn_type, encoding, args }, \ 818 meta_mask, insn_type, encoding, args }, \ 820 meta_mask, insn_type, encoding, args }, \ 822 meta_mask, insn_type, encoding, args }, \ [all …]
|
| /dflybsd-src/gnu/usr.bin/grep/libgreputils/ |
| H A D | uniwidth.h | 42 uc_width (ucs4_t uc, const char *encoding) 48 u8_width (const uint8_t *s, size_t n, const char *encoding) 51 u16_width (const uint16_t *s, size_t n, const char *encoding) 54 u32_width (const uint32_t *s, size_t n, const char *encoding) 59 u8_strwidth (const uint8_t *s, const char *encoding) 62 u16_strwidth (const uint16_t *s, const char *encoding) 65 u32_strwidth (const uint32_t *s, const char *encoding)
|
| /dflybsd-src/contrib/binutils-2.27/gas/ |
| H A D | dw2gencfi.c | 161 encoding_size (unsigned char encoding) in encoding_size() argument 163 if (encoding == DW_EH_PE_omit) in encoding_size() 165 switch (encoding & 0x7) in encoding_size() 184 emit_expr_encoded (expressionS *exp, int encoding, bfd_boolean emit_encoding) in emit_expr_encoded() argument 186 offsetT size = encoding_size (encoding); in emit_expr_encoded() 189 if (encoding == DW_EH_PE_omit) in emit_expr_encoded() 193 out_one (encoding); in emit_expr_encoded() 195 code = tc_cfi_reloc_for_encoding (encoding); in emit_expr_encoded() 204 else if ((encoding & 0x70) == DW_EH_PE_pcrel) in emit_expr_encoded() 967 offsetT encoding; in dot_cfi_personality() local [all …]
|
| /dflybsd-src/contrib/binutils-2.34/gas/ |
| H A D | dw2gencfi.c | 161 encoding_size (unsigned char encoding) in encoding_size() argument 163 if (encoding == DW_EH_PE_omit) in encoding_size() 165 switch (encoding & 0x7) in encoding_size() 184 emit_expr_encoded (expressionS *exp, int encoding, bfd_boolean emit_encoding) in emit_expr_encoded() argument 186 unsigned int size = encoding_size (encoding); in emit_expr_encoded() 189 if (encoding == DW_EH_PE_omit) in emit_expr_encoded() 193 out_one (encoding); in emit_expr_encoded() 195 code = tc_cfi_reloc_for_encoding (encoding); in emit_expr_encoded() 205 else if ((encoding & 0x70) == DW_EH_PE_pcrel) in emit_expr_encoded() 983 offsetT encoding; in dot_cfi_personality() local [all …]
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | f-lang.c | 52 const char *encoding; in f_get_encoding() local 57 encoding = target_charset (get_type_arch (type)); in f_get_encoding() 61 encoding = "UTF-32BE"; in f_get_encoding() 63 encoding = "UTF-32LE"; in f_get_encoding() 70 return encoding; in f_get_encoding() 82 const char *encoding = f_get_encoding (type); in f_emit_char() local 84 generic_emit_char (c, type, stream, quoter, encoding); in f_emit_char() 106 unsigned int length, const char *encoding, int force_ellipses, in f_printstr() argument 114 if (!encoding || !*encoding) in f_printstr() 115 encoding = type_encoding; in f_printstr() [all …]
|
| /dflybsd-src/contrib/file/magic/Magdir/ |
| H A D | pgp-binary-keys | 70 # 255: partial body encoding 72 # The partial body encoding is similar to HTTP's chunk encoding. It 85 # || | length encoding 109 # Length encoding: 179 # body encoding is only acceptable for the SEIP, Compressed Data, and 184 #>>&0 ubyte x (1 byte length encoding, %d bytes) 192 #>>>&0 ubeshort x (2 byte length encoding, %d bytes) 196 #>>&0 belong x (5 byte length encoding, %d bytes) 199 # Partial body encoding (only valid for container packets). 201 # >>&0 ubyte <255 partial body encoding [all …]
|
| H A D | zyxel | 12 >10 byte 0 - CELP encoding 13 >10 byte&0x0B 1 - ADPCM2 encoding 14 >10 byte&0x0B 2 - ADPCM3 encoding 15 >10 byte&0x0B 3 - ADPCM4 encoding 16 >10 byte&0x0B 8 - New ADPCM3 encoding
|
| /dflybsd-src/sbin/iscontrol/ |
| H A D | misc.c | 154 bin2str(char *encoding, unsigned char *md, int blen) in bin2str() argument 160 if(strncasecmp(encoding, "0x", 2) == 0) { in bin2str() 165 strcpy(dst, encoding); in bin2str() 168 sprintf(ofmt, "%%02%c", encoding[1]); in bin2str() 176 if(strncasecmp(encoding, "0b", 2) == 0) { in bin2str() 181 strcpy(dst, encoding); in bin2str()
|
| H A D | auth_subr.c | 129 char encoding[3]; in chapDigest() local 141 sprintf(encoding, "%.2s", cp); in chapDigest() 142 return bin2str(encoding, digest, len); in chapDigest() 149 genChapChallenge(char *encoding, size_t len) in genChapChallenge() argument 160 return bin2str(encoding, tmp, len); in genChapChallenge()
|
| /dflybsd-src/contrib/gcc-8.0/libbacktrace/ |
| H A D | dwarf.c | 159 enum attr_val_encoding encoding; member 674 val->encoding = ATTR_VAL_ADDRESS; in read_attribute() 678 val->encoding = ATTR_VAL_BLOCK; in read_attribute() 681 val->encoding = ATTR_VAL_BLOCK; in read_attribute() 684 val->encoding = ATTR_VAL_UINT; in read_attribute() 688 val->encoding = ATTR_VAL_UINT; in read_attribute() 692 val->encoding = ATTR_VAL_UINT; in read_attribute() 696 val->encoding = ATTR_VAL_STRING; in read_attribute() 700 val->encoding = ATTR_VAL_BLOCK; in read_attribute() 703 val->encoding = ATTR_VAL_BLOCK; in read_attribute() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libgcc/config/ |
| H A D | unwind-dw2-fde-darwin.c | 192 ob->s.b.encoding = DW_EH_PE_omit; in examine_objects() 219 int encoding; in examine_objects() local 225 encoding = ob->s.b.encoding; in examine_objects() 227 encoding = get_fde_encoding (result); in examine_objects() 228 read_encoded_value_with_base (encoding, in examine_objects() 229 base_from_object (encoding, ob), in examine_objects()
|
| /dflybsd-src/lib/libc/locale/ |
| H A D | collate.c | 66 __collate_load_tables_l(const char *encoding, struct xlocale_collate *table); 79 __collate_load(const char *encoding, __unused locale_t unused) in __collate_load() argument 81 if (strcmp(encoding, "C") == 0 || strcmp(encoding, "POSIX") == 0) { in __collate_load() 88 if (__collate_load_tables_l(encoding, table) != _LDP_LOADED) { in __collate_load() 99 __collate_load_tables(const char *encoding) in __collate_load_tables() argument 101 return (__collate_load_tables_l(encoding, &__xlocale_global_collate)); in __collate_load_tables() 105 __collate_load_tables_l(const char *encoding, struct xlocale_collate *table) in __collate_load_tables_l() argument 118 if (strcmp(encoding, "C") == 0 || strcmp(encoding, "POSIX") == 0) { in __collate_load_tables_l() 123 _PathLocale, encoding); in __collate_load_tables_l()
|
| H A D | setrunelocale.c | 92 __setrunelocale(struct xlocale_ctype *l, const char *encoding) in __setrunelocale() argument 102 if (strcmp(encoding, "C") == 0 || strcmp(encoding, "POSIX") == 0) { in __setrunelocale() 110 _PathLocale, encoding); in __setrunelocale()
|
| /dflybsd-src/usr.bin/mkesdb/ |
| H A D | yacc.y | 55 static char *name, *encoding, *variable; variable 87 | property encoding R_LN 97 encoding : R_ENCODING L_STRING 99 set_prop_string("ENCODING", &encoding, &$2); 148 if (!encoding) { in dump_file() 166 encoding)); in dump_file()
|
| /dflybsd-src/contrib/binutils-2.34/binutils/ |
| H A D | strings.c | 82 && ((c) == '\t' || ISPRINT (c) || (encoding == 'S' && (c) > 127) \ 115 static char encoding; variable 173 encoding = 's'; in main() 242 encoding = optarg[0]; in main() 272 switch (encoding) in main() 490 switch (encoding) in get_char() 521 switch (encoding) in unget_part_char()
|
| /dflybsd-src/contrib/binutils-2.27/include/mach-o/ |
| H A D | unwind.h | 141 unsigned char encoding[4]; member 150 unsigned char encoding[4]; member 206 unsigned char encoding[4]; member
|