HomeSort by relevance Sort by last modified time
    Searched refs:reloc (Results 76 - 95 of 95) sorted by null

1 2 34

  /external/qemu/hw/
pc.c 522 uint8_t rom[512], *p, *reloc; local
545 reloc = p;
556 *reloc = (p - rom);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.def 318 /* Return a section for EXP. It may be a DECL or a constant. RELOC
325 section *, (tree exp, int reloc, unsigned HOST_WIDE_INT align),
336 /* Select a unique section name for DECL. RELOC is the same as
341 void, (tree decl, int reloc),
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def 318 /* Return a section for EXP. It may be a DECL or a constant. RELOC
325 section *, (tree exp, int reloc, unsigned HOST_WIDE_INT align),
336 /* Select a unique section name for DECL. RELOC is the same as
341 void, (tree decl, int reloc),
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.def 318 /* Return a section for EXP. It may be a DECL or a constant. RELOC
325 section *, (tree exp, int reloc, unsigned HOST_WIDE_INT align),
336 /* Select a unique section name for DECL. RELOC is the same as
341 void, (tree decl, int reloc),
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def 318 /* Return a section for EXP. It may be a DECL or a constant. RELOC
325 section *, (tree exp, int reloc, unsigned HOST_WIDE_INT align),
336 /* Select a unique section name for DECL. RELOC is the same as
341 void, (tree decl, int reloc),
    [all...]
  /external/chromium_org/v8/src/
serialize.h 526 void VisitRuntimeEntry(RelocInfo* reloc);
  /external/v8/src/
serialize.h 516 void VisitRuntimeEntry(RelocInfo* reloc);
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 585 // Allocate 2 got entries and 1 dynamic reloc for R_386_TLS_LDM
615 Relocation* reloc = Relocation::Create(X86_32Relocator::R_386_TLS_OPT, local
620 uint8_t* op = (reinterpret_cast<uint8_t*>(&reloc->target()));
621 off = pReloc.targetRef().offset() - reloc->targetRef().offset() - 1;
642 // 3. insert the new relocs "BEFORE" the original reloc.
644 RelocData::iterator(pReloc), reloc); local
646 // 4. change the type of the original reloc
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_state.c 1923 unsigned reloc; local
    [all...]
evergreen_state.c 2086 unsigned reloc; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 1923 unsigned reloc; local
    [all...]
evergreen_state.c 2086 unsigned reloc; local
    [all...]
  /external/iproute2/misc/
ss.c 794 /* Relocate external jumps by reloc. */
795 static void ssfilter_patch(char *a, int len, int reloc)
800 op->no += reloc;
    [all...]
  /external/valgrind/main/perf/
tinycc.c 419 #define SYMINFO_FLG_COPY 0x0004 /* Symbol is a copy-reloc */
636 #define DT_RELAENT 9 /* Size of one Rela reloc */
646 #define DT_RELENT 19 /* Size of one Rel reloc */
647 #define DT_PLTREL 20 /* Type of reloc in PLT */
649 #define DT_TEXTREL 22 /* Reloc might modify .text */
2211 struct Section *reloc; \/* corresponding section for relocation, if any *\/ member in struct:Section
    [all...]
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/win/
Makefile     [all...]

Completed in 644 milliseconds

1 2 34