Searched refs:is_pic (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/arm/
H A Darm.h2066 if (flag_pic && GET_CODE(X) == CONST && is_pic(X)) \
2187 int is_pic PROTO ((Rtx));
H A Darm.c1542 is_pic(x)
1540 is_pic(x) function
/haiku-buildtools/binutils/bfd/
H A Delf32-i386.c1621 bfd_boolean is_pic;
1636 is_pic = bfd_link_pic (link_info);
1644 if (baseless && is_pic)
1670 to_reloc_32 = !is_pic || baseless;
1694 if (is_pic)
1618 bfd_boolean is_pic; local
H A Delf64-x86-64.c1800 bfd_boolean is_pic;
1823 is_pic = bfd_link_pic (link_info);
1856 || is_pic);
1911 if (to_reloc_pc32 && is_pic)
1798 bfd_boolean is_pic; local
/haiku-buildtools/binutils/gold/
H A Dmips.cc174 if (object->is_pic())
216 if ((object->is_pic() || sym->is_pic())
1163 is_pic() const function in class:__anon554::Mips_symbol
1744 is_pic() const function in class:__anon554::Mips_relobj
10896 || mips_obj->is_pic())))
H A Dpowerpc.cc3766 bool is_pic = parameters->options().output_is_position_independent(); local
3767 if (is_pic)
3780 if (this->plt_ && is_pic && this->plt_->output_section())
3785 (is_pic ? elfcpp::SHT_NOBITS
3789 (is_pic ? ORDER_SMALL_BSS

Completed in 243 milliseconds