/third_party/icu/icu4c/source/i18n/ |
H A D | udat.cpp | 605 const DateFormatSymbols *syms; in udat_getSymbols() local 609 syms = sdtfmt->getDateFormatSymbols(); in udat_getSymbols() 611 syms = rdtfmt->getDateFormatSymbols(); in udat_getSymbols() 620 res = syms->getEras(count); in udat_getSymbols() 624 res = syms->getEraNames(count); in udat_getSymbols() 628 res = syms->getMonths(count); in udat_getSymbols() 632 res = syms->getShortMonths(count); in udat_getSymbols() 636 res = syms->getWeekdays(count); in udat_getSymbols() 640 res = syms->getShortWeekdays(count); in udat_getSymbols() 644 res = syms in udat_getSymbols() 760 const DateFormatSymbols *syms; udat_countSymbols() local 942 setEra(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setEra() argument 949 setEraName(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setEraName() argument 956 setMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setMonth() argument 963 setShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setShortMonth() argument 970 setNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setNarrowMonth() argument 977 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneMonth() argument 984 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneShortMonth() argument 991 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneNarrowMonth() argument 998 setWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setWeekday() argument 1005 setShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setShortWeekday() argument 1012 setShorterWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setShorterWeekday() argument 1019 setNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setNarrowWeekday() argument 1026 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneWeekday() argument 1033 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneShortWeekday() argument 1040 setStandaloneShorterWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneShorterWeekday() argument 1047 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneNarrowWeekday() argument 1054 setQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setQuarter() argument 1061 setShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setShortQuarter() argument 1068 setNarrowQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setNarrowQuarter() argument 1075 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneQuarter() argument 1082 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneShortQuarter() argument 1089 setStandaloneNarrowQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneNarrowQuarter() argument 1096 setShortYearNames(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setShortYearNames() argument 1103 setShortZodiacNames(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setShortZodiacNames() argument 1110 setAmPm(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setAmPm() argument 1117 setLocalPatternChars(DateFormatSymbols *syms, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setLocalPatternChars() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | udat.cpp | 606 const DateFormatSymbols *syms; in udat_getSymbols() local 610 syms = sdtfmt->getDateFormatSymbols(); in udat_getSymbols() 612 syms = rdtfmt->getDateFormatSymbols(); in udat_getSymbols() 621 res = syms->getEras(count); in udat_getSymbols() 625 res = syms->getEraNames(count); in udat_getSymbols() 629 res = syms->getMonths(count); in udat_getSymbols() 633 res = syms->getShortMonths(count); in udat_getSymbols() 637 res = syms->getWeekdays(count); in udat_getSymbols() 641 res = syms->getShortWeekdays(count); in udat_getSymbols() 645 res = syms in udat_getSymbols() 761 const DateFormatSymbols *syms; udat_countSymbols() local 943 setEra(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setEra() argument 950 setEraName(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setEraName() argument 957 setMonth(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setMonth() argument 964 setShortMonth(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setShortMonth() argument 971 setNarrowMonth(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setNarrowMonth() argument 978 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneMonth() argument 985 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneShortMonth() argument 992 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneNarrowMonth() argument 999 setWeekday(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setWeekday() argument 1006 setShortWeekday(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setShortWeekday() argument 1013 setShorterWeekday(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setShorterWeekday() argument 1020 setNarrowWeekday(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setNarrowWeekday() argument 1027 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneWeekday() argument 1034 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneShortWeekday() argument 1041 setStandaloneShorterWeekday(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneShorterWeekday() argument 1048 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneNarrowWeekday() argument 1055 setQuarter(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setQuarter() argument 1062 setShortQuarter(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setShortQuarter() argument 1069 setNarrowQuarter(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setNarrowQuarter() argument 1076 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneQuarter() argument 1083 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneShortQuarter() argument 1090 setStandaloneNarrowQuarter(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneNarrowQuarter() argument 1097 setShortYearNames(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setShortYearNames() argument 1104 setShortZodiacNames(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setShortZodiacNames() argument 1111 setAmPm(DateFormatSymbols *syms, int32_t index, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setAmPm() argument 1118 setLocalPatternChars(DateFormatSymbols *syms, const char16_t *value, int32_t valueLength, UErrorCode &errorCode) setLocalPatternChars() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | udat.cpp | 605 const DateFormatSymbols *syms; in udat_getSymbols() local 609 syms = sdtfmt->getDateFormatSymbols(); in udat_getSymbols() 611 syms = rdtfmt->getDateFormatSymbols(); in udat_getSymbols() 620 res = syms->getEras(count); in udat_getSymbols() 624 res = syms->getEraNames(count); in udat_getSymbols() 628 res = syms->getMonths(count); in udat_getSymbols() 632 res = syms->getShortMonths(count); in udat_getSymbols() 636 res = syms->getWeekdays(count); in udat_getSymbols() 640 res = syms->getShortWeekdays(count); in udat_getSymbols() 644 res = syms in udat_getSymbols() 752 const DateFormatSymbols *syms; udat_countSymbols() local 926 setEra(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setEra() argument 933 setEraName(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setEraName() argument 940 setMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setMonth() argument 947 setShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setShortMonth() argument 954 setNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setNarrowMonth() argument 961 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneMonth() argument 968 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneShortMonth() argument 975 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneNarrowMonth() argument 982 setWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setWeekday() argument 989 setShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setShortWeekday() argument 996 setShorterWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setShorterWeekday() argument 1003 setNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setNarrowWeekday() argument 1010 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneWeekday() argument 1017 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneShortWeekday() argument 1024 setStandaloneShorterWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneShorterWeekday() argument 1031 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneNarrowWeekday() argument 1038 setQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setQuarter() argument 1045 setShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setShortQuarter() argument 1052 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneQuarter() argument 1059 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneShortQuarter() argument 1066 setShortYearNames(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setShortYearNames() argument 1073 setShortZodiacNames(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setShortZodiacNames() argument 1080 setAmPm(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setAmPm() argument 1087 setLocalPatternChars(DateFormatSymbols *syms, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setLocalPatternChars() argument [all...] |
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_has_key.py | 73 syms = self.syms 74 if (node.parent.type == syms.not_test and 87 if arg.type in (syms.comparison, syms.not_test, syms.and_test, 88 syms.or_test, syms.test, syms.lambdef, syms [all...] |
H A D | fix_metaclass.py | 23 from ..fixer_util import syms, Node, Leaf namespace 33 if node.type == syms.suite: 35 elif node.type == syms.simple_stmt and node.children: 37 if expr_node.type == syms.expr_stmt and expr_node.children: 50 if node.type == syms.suite: 62 suite = Node(syms.suite, []) 83 new_expr = Node(syms.expr_stmt, []) 84 new_stmt = Node(syms.simple_stmt, [new_expr]) 103 if node.type == syms.suite: 110 if simple_node.type == syms [all...] |
H A D | fix_tuple_params.py | 25 from ..fixer_util import Assign, Name, Newline, Number, Subscript, syms namespace 75 new_lines.append(pytree.Node(syms.simple_stmt, 78 if args.type == syms.tfpdef: 80 elif args.type == syms.typedargslist: 82 if arg.type == syms.tfpdef: 131 new = pytree.Node(syms.power, 140 if node.type in (syms.vfplist, token.NAME): 142 elif node.type == syms.vfpdef: 145 while node.type == syms.vfpdef: 151 if node.type == syms [all...] |
H A D | fix_map.py | 26 from ..pygram import python_symbols as syms namespace 73 if node.parent.type == syms.simple_stmt: 82 new = Node(syms.power, [new] + trailers, prefix="") 91 if args.type == syms.trailer and \ 92 args.children[1].type == syms.arglist and \ 100 new = Node(syms.power, [Name("map"), args.clone()]) 106 new = Node(syms.power, [Name("list"), ArgList([new])] + trailers)
|
H A D | fix_filter.py | 19 from ..pygram import python_symbols as syms namespace 69 if xp.type == syms.test: 76 new = Node(syms.power, [new] + trailers, prefix="") 83 new = Node(syms.power, [new] + trailers, prefix="") 90 new = Node(syms.power, [Name("filter"), args], prefix="") 91 new = Node(syms.power, [Name("list"), ArgList([new])] + trailers)
|
H A D | fix_apply.py | 32 syms = self.syms 40 if (args.type == self.syms.argument and 43 if kwds and (kwds.type == self.syms.argument and 48 if (func.type not in (token.NAME, syms.atom) and 49 (func.type != syms.power or 67 #new = pytree.Node(syms.power, (func, ArgList(l_newargs)))
|
H A D | fix_dict.py | 58 syms = self.syms 68 args = head + [pytree.Node(syms.trailer, 73 new = pytree.Node(syms.power, args) 78 new = pytree.Node(syms.power, [new] + tail)
|
H A D | fix_exitfunc.py | 8 from lib2to3.fixer_util import Name, Attr, Call, Comma, Newline, syms namespace 46 register = pytree.Node(syms.power, 60 if names.type == syms.dotted_as_names: 67 new_import = pytree.Node(syms.import_name, 70 new = pytree.Node(syms.simple_stmt, [new_import])
|
/third_party/python/Lib/lib2to3/ |
H A D | fixer_util.py | 7 from .pygram import python_symbols as syms namespace 16 return Node(syms.argument, 33 return Node(syms.atom, 42 return [obj, Node(syms.trailer, [Dot(), attr])] 54 node = Node(syms.trailer, [lparen.clone(), rparen.clone()]) 56 node.insert_child(1, Node(syms.arglist, args)) 61 node = Node(syms.power, [func_name, ArgList(args)]) 79 return Node(syms.trailer, [Leaf(token.LBRACE, "["), 104 inner_args.append(Node(syms.comp_if, [if_leaf, test])) 105 inner = Node(syms [all...] |
H A D | patcomp.py | 47 self.syms = pygram.pattern_symbols 50 self.syms = pygram.Symbols(self.grammar) 74 if node.type == self.syms.Matcher: 77 if node.type == self.syms.Alternatives: 85 if node.type == self.syms.Alternative: 92 if node.type == self.syms.NegatedUnit: 97 assert node.type == self.syms.Unit 105 if len(nodes) >= 2 and nodes[-1].type == self.syms.Repeater: 113 assert repeat.type == self.syms.Repeater
|
/third_party/zlib/examples/ |
H A D | enough.c | 125 syms: number of symbols remaining to code 131 syms: 3..totsym (totsym == total symbols to code) 132 left: 2..syms - 1, but only the evens (so syms == 8 -> 2, 4, 6) 135 syms == 2 is not saved since that immediately leads to a single code. left 138 ends at syms-1 since left == syms immediately results in a single code. 143 one (syms) being outermost, and the last one (len) being innermost. We build 144 the array with length max-1 lists for the len index, with syms-3 of those 156 to the num[] array as described above for the (syms, lef 237 map(int syms, int left, int len) map() argument 261 count(int syms, int left, int len) count() argument 308 been_here(int syms, int left, int len, int mem, int rem) been_here() argument 361 examine(int syms, int left, int len, int mem, int rem) examine() argument 454 enough(int syms) enough() argument 506 int syms = 286; main() local [all...] |
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | multiplanar_external_texture.cc | 126 auto& syms = new_binding_symbols[var->symbol]; in Process() 127 syms.plane_0 = ctx.Clone(var->symbol); in Process() 128 syms.plane_1 = b.Symbols().New("ext_tex_plane_1"); in Process() 129 b.Global(syms.plane_1, in Process() 132 syms.params = b.Symbols().New("ext_tex_params"); in Process() 133 b.Global(syms.params, b.ty.type_name("ExternalTextureParams"), in Process() 142 return b.Var(syms.plane_0, in Process() 165 auto& syms = it->second; in Process() 168 return createTexLdExt(expr, syms); in Process() 172 return createTexSmpExt(expr, syms); in Process() [all...] |
/third_party/libabigail/tools/ |
H A D | abisym.cc | 134 vector<elf_symbol_sptr> syms; in main() local 135 if (!lookup_symbol_from_elf(env, p, n, opts.demangle, syms)) in main() 147 elf_symbol_sptr sym = syms[0]; in main() 154 if (syms.size() > 1 || !sym->get_version().is_empty()) in main() 157 if (syms.size () > 1) in main() 160 for (vector<elf_symbol_sptr>::const_iterator i = syms.begin(); in main() 161 i != syms.end(); in main() 164 if (i != syms.begin()) in main()
|
/third_party/musl/src/internal/linux/ |
H A D | vdso.c | 61 Sym *syms; member 91 case DT_SYMTAB: vdso_info.syms = p; break; in __get_vdso_info() 103 if (!vdso_info.strings || !vdso_info.syms || !vdso_info.hashtab) return 0; in __get_vdso_addr() 108 if (!(1<<(vdso_info.syms[i].st_info&0xf) & OK_TYPES)) continue; in __get_vdso_addr() 109 if (!(1<<(vdso_info.syms[i].st_info>>4) & OK_BINDS)) continue; in __get_vdso_addr() 110 if (!vdso_info.syms[i].st_shndx) continue; in __get_vdso_addr() 111 if (strcmp(name, vdso_info.strings+vdso_info.syms[i].st_name)) continue; in __get_vdso_addr() 114 return (void *)(vdso_info.base + vdso_info.syms[i].st_value); in __get_vdso_addr()
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | vdso.c | 61 Sym *syms; member 91 case DT_SYMTAB: vdso_info.syms = p; break; in __get_vdso_info() 103 if (!vdso_info.strings || !vdso_info.syms || !vdso_info.hashtab) return 0; in __get_vdso_addr() 108 if (!(1<<(vdso_info.syms[i].st_info&0xf) & OK_TYPES)) continue; in __get_vdso_addr() 109 if (!(1<<(vdso_info.syms[i].st_info>>4) & OK_BINDS)) continue; in __get_vdso_addr() 110 if (!vdso_info.syms[i].st_shndx) continue; in __get_vdso_addr() 111 if (strcmp(name, vdso_info.strings+vdso_info.syms[i].st_name)) continue; in __get_vdso_addr() 114 return (void *)(vdso_info.base + vdso_info.syms[i].st_value); in __get_vdso_addr()
|
/third_party/musl/src/internal/ |
H A D | vdso.c | 61 Sym *syms = 0; in __vdsosym() local 70 case DT_SYMTAB: syms = p; break; in __vdsosym() 77 if (!strings || !syms || !hashtab) return 0; in __vdsosym() 81 if (!(1<<(syms[i].st_info&0xf) & OK_TYPES)) continue; in __vdsosym() 82 if (!(1<<(syms[i].st_info>>4) & OK_BINDS)) continue; in __vdsosym() 83 if (!syms[i].st_shndx) continue; in __vdsosym() 84 if (strcmp(name, strings+syms[i].st_name)) continue; in __vdsosym() 87 return (void *)(base + syms[i].st_value); in __vdsosym()
|
/third_party/curl/tests/ |
H A D | test1167.pl | 69 my @syms; 113 push @syms, $_; 132 push @syms, $1; 148 for my $s (@syms) { 158 printf "%d fine symbols found\n", scalar(@syms);
|
H A D | test1119.pl | 61 my @syms; 76 push @syms, $_; 87 push @syms, $1; 163 for my $e (sort @syms) { 232 printf "%d symbols in headers (out of which %d are ignored)\n", scalar(@syms), 235 scalar(@syms)- $ignored;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | trace.c | 31 static asymbol **syms = NULL; variable 103 if (syms) in read_syms() 121 syms = malloc(storage); in read_syms() 122 if (syms == NULL) { in read_syms() 128 symcount = bfd_canonicalize_dynamic_symtab(abfd, syms); in read_syms() 130 symcount = bfd_canonicalize_symtab(abfd, syms); in read_syms() 134 free(syms); in read_syms() 135 syms = NULL; in read_syms() 170 data->found = bfd_find_nearest_line(abfd, section, syms, in find_addr_sect() 258 if (!syms) { in wpa_trace_bfd_init() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | trace.c | 31 static asymbol **syms = NULL; variable 103 if (syms) in read_syms() 121 syms = malloc(storage); in read_syms() 122 if (syms == NULL) { in read_syms() 128 symcount = bfd_canonicalize_dynamic_symtab(abfd, syms); in read_syms() 130 symcount = bfd_canonicalize_symtab(abfd, syms); in read_syms() 134 free(syms); in read_syms() 135 syms = NULL; in read_syms() 181 data->found = bfd_find_nearest_line(abfd, section, syms, in find_addr_sect() 269 if (!syms) { in wpa_trace_bfd_init() [all...] |
/third_party/elfio/tests/ |
H A D | ELFIOTest2.cpp | 259 symbol_section_accessor syms( reader, symsec ); in TEST() 261 for ( Elf_Xword i = 0; i < syms.get_symbols_num(); i++ ) { in TEST() 262 ASSERT_EQ( syms.get_symbol( i, name, value, size, bind, type, in TEST() 265 EXPECT_EQ( syms.get_symbol( name, value, size, bind, type, in TEST() 287 symbol_section_accessor syms( reader, symsec ); in TEST() 289 for ( Elf_Xword i = 0; i < syms.get_symbols_num(); i++ ) { in TEST() 290 ASSERT_EQ( syms.get_symbol( i, name, value, size, bind, type, in TEST() 293 EXPECT_EQ( syms.get_symbol( name, value, size, bind, type, in TEST() 315 symbol_section_accessor syms( reader, symsec ); in TEST() 317 for ( Elf_Xword i = 0; i < syms in TEST() [all...] |
/third_party/elfutils/src/ |
H A D | nm.c | 66 { "debug-syms", 'a', NULL, 0, N_("Display debugger-only symbols"), 0 }, 726 GElf_SymX *syms, size_t nsyms, int longest_name, in show_symbols_sysv() 789 if (GELF_ST_TYPE (syms[cnt].sym.st_info) == STT_SECTION) in show_symbols_sysv() 793 const char *symstr = sym_name (ebl->elf, strndx, syms[cnt].sym.st_name, in show_symbols_sysv() 803 if (GELF_ST_TYPE (syms[cnt].sym.st_info) == STT_FILE) in show_symbols_sysv() 833 if (syms[cnt].sym.st_shndx == SHN_UNDEF) in show_symbols_sysv() 844 digits, syms[cnt].sym.st_value); in show_symbols_sysv() 849 digits, syms[cnt].sym.st_size); in show_symbols_sysv() 855 GELF_ST_BIND (syms[cnt].sym.st_info), in show_symbols_sysv() 861 ebl_symbol_type_name (ebl, GELF_ST_TYPE (syms[cn in show_symbols_sysv() 725 show_symbols_sysv(Ebl *ebl, GElf_Word strndx, const char *fullname, GElf_SymX *syms, size_t nsyms, int longest_name, int longest_where) show_symbols_sysv() argument 928 show_symbols_bsd(Elf *elf, const GElf_Ehdr *ehdr, GElf_Word strndx, const char *prefix, const char *fname, const char *fullname, GElf_SymX *syms, size_t nsyms) show_symbols_bsd() argument 1060 show_symbols_posix(Elf *elf, const GElf_Ehdr *ehdr, GElf_Word strndx, const char *prefix, const char *fullname, GElf_SymX *syms, size_t nsyms) show_symbols_posix() argument [all...] |