HomeSort by relevance Sort by last modified time
    Searched refs:output_sym (Results 1 - 3 of 3) sorted by null

  /external/fio/
configure 125 output_sym() { function
247 output_sym "CONFIG_NO_SHM"
251 output_sym "CONFIG_FIO_NO_OPT"
304 output_sym "CONFIG_ZLIB"
311 output_sym "CONFIG_ZLIB"
317 output_sym "CONFIG_32BIT"
319 output_sym "CONFIG_64BIT_LLP64"
321 # We need this to be output_sym'd here because this is Windows specific.
323 output_sym "CONFIG_WINDOWSAIO"
    [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 501 LDSymbol* output_sym = resolved_result.info->outSymbol(); local
502 bool has_output_sym = (output_sym != NULL);
504 // it is a new symbol, the output_sym should be NULL.
505 assert(output_sym == NULL);
509 output_sym = input_sym;
512 output_sym = LDSymbol::Create(*resolved_result.info);
514 resolved_result.info->setSymPtr(output_sym);
519 assert(output_sym != NULL);
522 output_sym->setFragmentRef(pFragmentRef);
523 output_sym->setValue(pValue)
646 LDSymbol* output_sym = NULL; local
734 LDSymbol* output_sym = info->outSymbol(); local
776 LDSymbol* output_sym = result.info->outSymbol(); local
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 136 LDSymbol* output_sym = result.info->outSymbol(); local
138 if (!result.existent || (output_sym != NULL)) {
139 output_sym = LDSymbol::Create(*result.info);
140 result.info->setSymPtr(output_sym);
141 output_sym->setFragmentRef(FragmentRef::Null());
    [all...]

Completed in 241 milliseconds