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

  /art/runtime/
image.cc 44 bool is_pic,
62 is_pic_(is_pic),
image.h 118 bool is_pic,
  /art/patchoat/
patchoat.cc 417 bool is_pic = oat_header->IsPic(); local
419 LOG(INFO) << "Oat file at " << file_path << " is " << (is_pic ? "PIC" : "not pic");
422 return is_pic ? PIC : NOT_PIC;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
powerpc.cc 3416 bool is_pic = parameters->options().output_is_position_independent(); local
    [all...]
mips.cc 148 if (object->is_pic())
188 if ((object->is_pic() || sym->is_pic())
1070 is_pic() const function in class:__anon75326::Mips_symbol
1644 is_pic() const function in class:__anon75326::Mips_relobj
    [all...]

Completed in 226 milliseconds