HomeSort by relevance Sort by last modified time
    Searched full:reloc (Results 301 - 325 of 683) sorted by null

<<11121314151617181920>>

  /external/qemu/hw/i386/
pc.c 516 uint8_t rom[512], *p, *reloc; local
539 reloc = p;
550 *reloc = (p - rom);
    [all...]
  /art/compiler/llvm/
llvm_compilation_unit.cc 221 ::llvm::Reloc::Static, ::llvm::CodeModel::Small,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_sf_state.c 194 brw->sf.vp_offset) >> 5; /* reloc */
brw_wm_sampler_state.c 309 /* reloc */
  /external/chromium_org/v8/test/cctest/
cctest.gyp 105 'test-reloc-info.cc',
  /external/elfutils/0.153/libdwfl/
derelocate.c 196 /* There was a reloc section that preceded its target section.
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 73 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 181 if (TM.getRelocationModel() != Reloc::PIC_) {
MipsFastISel.cpp 62 TargetSupported = ((Subtarget->getRelocationModel() == Reloc::PIC_) &&
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 177 if (TM.getRelocationModel() != Reloc::Static &&
860 if (TM.getRelocationModel() == Reloc::PIC_) {
    [all...]
PPCSubtarget.cpp 214 if (!HasLazyResolverStubs || TM.getRelocationModel() == Reloc::Static)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf_state.c 194 brw->sf.vp_offset) >> 5; /* reloc */
brw_wm_sampler_state.c 309 /* reloc */
  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 180 config->setRelocationModel(llvm::Reloc::PIC_);
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/aarch64-linux-android/lib/ldscripts/
aarch64elf.xc 1 /* Script for -z combreloc: combine and sort reloc sections */
aarch64elf.xw 1 /* Script for -z combreloc -z now -z relro: combine and sort reloc sections */
aarch64elf32.xc 1 /* Script for -z combreloc: combine and sort reloc sections */
aarch64elf32.xw 1 /* Script for -z combreloc -z now -z relro: combine and sort reloc sections */
aarch64elf32b.xc 1 /* Script for -z combreloc: combine and sort reloc sections */
aarch64elf32b.xw 1 /* Script for -z combreloc -z now -z relro: combine and sort reloc sections */
aarch64elfb.xc 1 /* Script for -z combreloc: combine and sort reloc sections */
aarch64elfb.xw 1 /* Script for -z combreloc -z now -z relro: combine and sort reloc sections */
aarch64linux.xc 1 /* Script for -z combreloc: combine and sort reloc sections */
aarch64linux.xw 1 /* Script for -z combreloc -z now -z relro: combine and sort reloc sections */
aarch64linux32.xc 1 /* Script for -z combreloc: combine and sort reloc sections */

Completed in 591 milliseconds

<<11121314151617181920>>