Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_map.py26 from ..pygram import python_symbols as syms unknown
Dfix_next.py10 from ..pygram import python_symbols as syms unknown
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dbtm_utils.py7 syms = pattern_symbols variable
Dfixer_base.py47 syms = pygram.python_symbols variable in BaseFix
Dfixer_util.py9 from .pygram import python_symbols as syms unknown
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_debug.c437 sym_ston(const struct res_sym *syms, const char *name, int *success) { in sym_ston()
451 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos()
469 sym_ntop(const struct res_sym *syms, int number, int *success) { in sym_ntop()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dsymbols.py419 def get_names(syms): argument
428 syms = symtable.symtable(buf, file, "exec") variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
Dtest_parser.py22 from lib2to3.pygram import python_symbols as syms unknown
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c293 struct SymtabEntry *syms; in handleApp() local
732 const Elf32_Sym *syms = (const Elf32_Sym *) app->symtab.data; in genElfNanoRelocs() local