Searched refs:reloc (Results 51 - 65 of 65) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_state.c1923 unsigned reloc; local
1933 reloc = r600_context_bo_reloc(rctx, rview->tex_resource,
1936 r600_write_value(cs, reloc);
1938 r600_write_value(cs, reloc);
H A Devergreen_state.c2086 unsigned reloc; local
2096 reloc = r600_context_bo_reloc(rctx, rview->tex_resource,
2099 r600_write_value(cs, reloc);
2101 r600_write_value(cs, reloc);
/external/chromium_org/v8/src/
H A Dserialize.h431 void VisitRuntimeEntry(RelocInfo* reloc);
H A Ddebug.cc100 // Iterate through reloc info for code and original code stopping at each
1766 int reloc = 0; local
1769 if (info->pc() - code->instruction_start() - reloc >= code_offset) break;
1771 reloc += Assembler::kDebugBreakSlotLength;
1774 reloc += static_cast<int>(info->data());
1778 int pc_offset = code_offset + reloc;
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c1923 unsigned reloc; local
1933 reloc = r600_context_bo_reloc(rctx, rview->tex_resource,
1936 r600_write_value(cs, reloc);
1938 r600_write_value(cs, reloc);
H A Devergreen_state.c2086 unsigned reloc; local
2096 reloc = r600_context_bo_reloc(rctx, rview->tex_resource,
2099 r600_write_value(cs, reloc);
2101 r600_write_value(cs, reloc);
/external/iproute2/misc/
H A Dss.c794 /* Relocate external jumps by reloc. */
795 static void ssfilter_patch(char *a, int len, int reloc) argument
800 op->no += reloc;
/external/elfutils/0.153/
H A Delfutils.spec205 - strip: Add --reloc-debug-sections option. Improved SHT_GROUP
/external/valgrind/main/perf/
H A Dtinycc.c419 #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 */
936 #define R_68K_NONE 0 /* No reloc */
966 #define R_386_NONE 0 /* No reloc */
994 #define R_SPARC_NONE 0 /* No reloc */
1262 #define R_MIPS_NONE 0 /* No reloc */
1460 #define R_PARISC_NONE 0 /* No reloc. */
1508 #define R_ALPHA_NONE 0 /* No reloc */
2211 struct Section *reloc; /* corresponding section for relocation, if any */ member in struct:Section
[all...]
/external/chromium_org/third_party/yasm/source/config/android/
H A DMakefile1380 modules/objfmts/macho/tests/nasm32/macho-reloc.asm \
1381 modules/objfmts/macho/tests/nasm32/macho-reloc.hex \
/external/chromium_org/third_party/yasm/source/config/ios/
H A DMakefile1380 modules/objfmts/macho/tests/nasm32/macho-reloc.asm \
1381 modules/objfmts/macho/tests/nasm32/macho-reloc.hex \
/external/chromium_org/third_party/yasm/source/config/linux/
H A DMakefile1380 modules/objfmts/macho/tests/nasm32/macho-reloc.asm \
1381 modules/objfmts/macho/tests/nasm32/macho-reloc.hex \
/external/chromium_org/third_party/yasm/source/config/mac/
H A DMakefile1380 modules/objfmts/macho/tests/nasm32/macho-reloc.asm \
1381 modules/objfmts/macho/tests/nasm32/macho-reloc.hex \
/external/chromium_org/third_party/yasm/source/config/openbsd/
H A DMakefile1380 modules/objfmts/macho/tests/nasm32/macho-reloc.asm \
1381 modules/objfmts/macho/tests/nasm32/macho-reloc.hex \
/external/chromium_org/third_party/yasm/source/config/win/
H A DMakefile1380 modules/objfmts/macho/tests/nasm32/macho-reloc.asm \
1381 modules/objfmts/macho/tests/nasm32/macho-reloc.hex \

Completed in 517 milliseconds

123