OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_pic
(Results
1 - 8
of
8
) sorted by null
/art/runtime/
image.cc
44
bool
is_pic
,
62
is_pic_(
is_pic
),
image.h
118
bool
is_pic
,
/art/runtime/gc/collector/
immune_spaces_test.cc
129
/*
is_pic
*/false,
/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
...]
/art/compiler/
image_test.cc
507
/*
is_pic
*/false,
image_writer.cc
[
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 632 milliseconds