| /third_party/uapp/dash/src/ |
| A D | exec.c | 232 entry.u = cmdp->param; in hashiter() 233 fn(&entry, token); in hashiter() 244 struct cmdentry entry; in hashcmd() local 313 entry->u.index = -1; in find_command() 444 entry->u.index = idx; in find_command() 469 entry->u.cmd = bcmd; in find_command() 480 entry->u = cmdp->param; in find_command() 679 entry->u.index = 0; in getcmdentry() 700 cmdp->param = entry->u; in addcmdentry() 712 struct cmdentry entry; in defun() local [all …]
|
| A D | process.c | 42 addfuncdef(struct cmdentry *entry, void *token) in addfuncdef() argument 44 if (entry->cmdtype == CMDFUNCTION) { in addfuncdef() 48 newnode->n = &entry->u.func->n; in addfuncdef()
|
| A D | input.c | 206 static void addtohistory(const char* entry, size_t length) { in addtohistory() argument 212 linenoiseHistoryAdd(entry); in addtohistory()
|
| A D | builtins.def.in | 43 * The -n flag specifies that this command has a special entry point.
|
| A D | eval.c | 1015 struct cmdentry entry; in prehash() local 1019 find_command(n->ncmd.args->narg.text, &entry, 0, in prehash()
|
| A D | nodes.c.pat | 320 // * A symbol table. Each entry in the symbol table is a single-byte of flags
|
| A D | TOUR | 207 native entry evalbackcmd is called to evaluate commands in back 266 the entry on memalloc.c) is emptied.
|
| /third_party/ulib/musl/src/internal/ |
| A D | dynlink.h | 53 void* entry; member 55 #define DL_START_RETURN(entry, arg) \ argument 56 (dl_start_return_t) { (arg), (entry) }
|
| /third_party/ulib/ngunwind/src/arm/ |
| A D | Gex_tables.c | 295 unw_word_t entry = (unw_word_t) c->pi.unwind_info; in arm_exidx_extract() local 305 if (prel31_to_addr(c->as, c->as_arg, entry, &addr) < 0) in arm_exidx_extract() 400 unw_word_t entry, val; in tdep_search_unwind_table() local 410 entry = last; in tdep_search_unwind_table() 421 entry = first + (((last - first) / 8 + 1) >> 1) * 8; in tdep_search_unwind_table() 423 if (prel31_to_addr (as, arg, entry, &val) < 0) in tdep_search_unwind_table() 427 last = entry; in tdep_search_unwind_table() 429 first = entry; in tdep_search_unwind_table() 432 entry = first; in tdep_search_unwind_table() 434 if (prel31_to_addr (as, arg, entry, &pi->start_ip) < 0) in tdep_search_unwind_table() [all …]
|
| /third_party/ulib/backtrace/ |
| A D | dwarf.c | 925 if (pc < entry->low) in function_addrs_search() 1024 if (pc < entry->low) in unit_addrs_search() 1068 if (pc < entry->pc) in line_search() 2732 struct unit_addrs *entry; in dwarf_lookup_pc() local 2749 if (entry == NULL) in dwarf_lookup_pc() 2760 && pc >= (entry + 1)->low in dwarf_lookup_pc() 2762 ++entry; in dwarf_lookup_pc() 2770 u = entry->u; in dwarf_lookup_pc() 2777 && pc >= (entry - 1)->low in dwarf_lookup_pc() 2786 --entry; in dwarf_lookup_pc() [all …]
|
| A D | elf.c | 353 const struct elf_symbol *entry = (const struct elf_symbol *) ventry; in elf_symbol_search() local 357 if (addr < entry->address) in elf_symbol_search() 359 else if (addr >= entry->address + entry->size) in elf_symbol_search()
|
| A D | pecoff.c | 521 const struct coff_symbol *entry = (const struct coff_symbol *) ventry; in coff_symbol_search() local 525 if (addr < entry->address) in coff_symbol_search() 527 else if (addr >= entry[1].address) in coff_symbol_search()
|
| /third_party/lib/acpica/source/compiler/ |
| A D | new_table.txt | 41 Add an entry for the new table in the AcpiDmTableData in common/dmtable.c 50 Add this function to the AcpiDmTableData entry for the new ACPI table 70 Add this function to the AcpiDmTableData entry for the new ACPI table 85 Add this array name to the AcpiDmTableData entry for the new ACPI table
|
| /third_party/ulib/musl/include/ |
| A D | search.h | 19 typedef struct entry { struct
|
| /third_party/ulib/musl/pthread/ |
| A D | pthread_create.c | 42 void* (*entry)(void*), void* restrict arg) { in __pthread_create() 67 new->start = entry; in __pthread_create()
|
| /third_party/lib/acpica/tests/misc/ |
| A D | grammar.asl | 5124 BIT0, 1, // single bit field entry 5125 BIT1, 1, // single bit field entry 5126 BIT2, 1, // single bit field entry 5127 BIT3, 1, // single bit field entry 5128 BIT4, 1, // single bit field entry 5129 BIT5, 1, // single bit field entry 5130 BIT6, 1, // single bit field entry 5131 BIT7, 1, // single bit field entry 8726 // Namespace entry buffer reference 8746 // Namespace entry package reference [all …]
|
| /third_party/ulib/musl/stubs/ |
| A D | iostubs.c | 310 static int stub_readdir_r(DIR* dir, struct dirent* entry, struct dirent** result) { in stub_readdir_r() argument
|
| /third_party/dev/ethernet/e1000/ |
| A D | README | 112 and create the appropriate ifconfig_em<interface_num>entry:
|
| /third_party/ulib/musl/ldso/ |
| A D | dynlink.c | 2059 void* entry = dls3(exec_vmo, in __dls3() local 2087 return DL_START_RETURN(entry, start_arg); in __dls3()
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 1140 - microblaze: dynamic linker entry point code possibly clobbering argv 1618 - arm crt1 entry point failed to align stack pointer in some cases 1689 - sh/fdpic dynamic linker entry point hang due to wrong code
|
| A D | musl-rules.mk | 1071 $(LOCAL_DIR)/arch/$(MUSL_ARCH)/dl-entry.S \
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 1342 Some of these tables are known to contain a trailing NULL entry. Lv 2596 alternate entry point for AcpiWalkResources and improves the usability of 2736 iASL: Moved the parser entry prototype to avoid a duplicate declaration. 6351 with the actual namespace entry which is itself padded with underscores. 6636 Removed the unused ACPI_BITREG_WAKE_ENABLE definition and entry in the 9173 entry. 13569 systems that do not have an interrupt override entry in the MADT. 13710 Use proper root proc entry for ACPI (Kochi Takayoshi) 14903 "acpi_boot=on" to the kernel command line -- see the help entry 15234 The ACPI_DEBUG_PRINT and function trace entry/exit macros have [all …]
|