HomeSort by relevance Sort by last modified time
    Searched defs:stash (Results 1 - 5 of 5) sorted by null

  /build/core/
product.mk 295 # Stash values of the variables in _product_stash_var_list.
298 define stash-product-vars
305 # Assert that the the variable stashed by stash-product-vars remains untouched.
306 # $(1): The prefix as supplied to stash-product-vars
  /external/clang/utils/
clang-completion-mode.el 94 (defun clang-completion-stash-filter (proc string)
169 (set-process-filter cc-proc 'clang-completion-stash-filter)
  /toolchain/binutils/binutils-2.25/bfd/
dwarf1.c 64 /* Linked starting from stash->lastUnit. */
138 then attached into the 'stash' at 'stash->lastUnit'. */
141 alloc_dwarf1_unit (struct dwarf1_debug* stash)
145 struct dwarf1_unit* x = (struct dwarf1_unit *) bfd_zalloc (stash->abfd, amt);
148 x->prev = stash->lastUnit;
149 stash->lastUnit = x;
159 alloc_dwarf1_func (struct dwarf1_debug* stash, struct dwarf1_unit* aUnit)
163 struct dwarf1_func* x = (struct dwarf1_func *) bfd_zalloc (stash->abfd, amt);
267 parse_line_table (struct dwarf1_debug* stash, struct dwarf1_unit* aUnit
459 struct dwarf1_debug *stash = elf_tdata (abfd)->dwarf1_find_line_info; local
    [all...]
dwarf2.c 159 /* Section VMAs at the time the stash was built. */
260 struct dwarf2_debug *stash; member in struct:comp_unit
626 struct dwarf2_debug *stash = unit->stash; local
636 if (! read_section (unit->abfd, &stash->debug_sections[debug_str],
637 stash->syms, offset,
638 &stash->dwarf_str_buffer, &stash->dwarf_str_size))
641 str = (char *) stash->dwarf_str_buffer + offset;
657 struct dwarf2_debug *stash = unit->stash local
711 struct dwarf2_debug *stash = unit->stash; local
1984 struct dwarf2_debug *stash = unit->stash; local
3474 struct dwarf2_debug *stash = (struct dwarf2_debug *) *pinfo; local
3627 struct dwarf2_debug *stash; local
3881 struct dwarf2_debug *stash; local
3904 struct dwarf2_debug *stash = (struct dwarf2_debug *) *pinfo; local
    [all...]
  /bootable/recovery/updater/
blockimg.cpp 477 // Does a best effort enumeration of stash files. Ignores possible non-file
478 // items in the stash directory and continues despite of errors. Calls the
522 // Deletes the stash directory and all files in it. Assumes that it only
547 fprintf(stderr, "deleting stash %s\n", base.c_str());
570 fprintf(stderr, "failed to read source blocks in stash map.\n");
574 fprintf(stderr, "failed to verify loaded source blocks in stash map.\n");
643 fprintf(stderr, "not enough space to write stash\n");
711 // Creates a directory for storing stash files and checks if the /cache partition
720 // Stash directory should be different for each partition to avoid conflicts
736 fprintf(stderr, "creating stash %s\n", dirname.c_str())
926 std::vector<uint8_t> stash; local
    [all...]

Completed in 1520 milliseconds