HomeSort by relevance Sort by last modified time
    Searched full:relocs (Results 26 - 50 of 672) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/base/win/
pe_image_unittest.cc 104 relocs enumerator in enum:base::win::Value
180 if (value > relocs)
245 EXPECT_GT(count, GetExpectedValue(relocs, os) - 150);
246 EXPECT_LT(count, GetExpectedValue(relocs, os) + 1500);
  /external/kernel-headers/original/uapi/linux/
flat.h 53 #define FLAT_FLAG_GZDATA 0x0008 /* only data/relocs are compressed (for XIP) */
  /external/llvm/test/Object/
relocation-executable.test 1 RUN: llvm-readobj -r -expand-relocs %p/Inputs/hello-world.elf-x86-64 \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
flat.h 53 #define FLAT_FLAG_GZDATA 0x0008 /* only data/relocs are compressed (for XIP) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
flat.h 53 #define FLAT_FLAG_GZDATA 0x0008 /* only data/relocs are compressed (for XIP) */
  /hardware/intel/img/libdrm/libdrm/nouveau/
nouveau_pushbuf.c 68 fprintf(stderr, "too many relocs!!\n");
101 r = nvpb->relocs + nvpb->nr_relocs++;
246 nvpb->relocs = calloc(NOUVEAU_GEM_MAX_RELOCS,
279 req.relocs = (uint64_t)(unsigned long)nvpb->relocs;
299 req.relocs = (uint64_t)(unsigned long)nvpb->relocs;
nouveau_private.h 56 struct drm_nouveau_gem_pushbuf_reloc *relocs; member in struct:nouveau_pushbuf_priv
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 136 LineTable.parse(lineData, &getLineSection().Relocs, &stmtOffset);
247 Loc.reset(new DWARFDebugLoc(getLocSection().Relocs));
296 Line.reset(new DWARFDebugLine(&getLineSection().Relocs));
324 &getInfoSection().Relocs, isLittleEndian()));
344 &I.second.Relocs, isLittleEndian()));
363 &getInfoDWOSection().Relocs, isLittleEndian()));
383 &I.second.Relocs, isLittleEndian()));
701 .Case("debug_info", &InfoSection.Relocs)
702 .Case("debug_loc", &LocSection.Relocs)
703 .Case("debug_info.dwo", &InfoDWOSection.Relocs)
    [all...]
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_relocations.h 81 bool ApplyRelaRelocs(const ELF::Rela* relocs,
86 bool ApplyRelRelocs(const ELF::Rel* relocs,
  /external/chromium_org/tools/relocation_packer/src/
elf_file_unittest.cc 83 const std::string relocs = base + ".so"; local
86 OpenRelocsTestFile(relocs.c_str(), relocs_so);
  /hardware/intel/img/libdrm/shared-core/
nouveau_drm.h 144 uint64_t relocs; member in struct:drm_nouveau_gem_pushbuf
155 uint64_t relocs; member in struct:drm_nouveau_gem_pushbuf_call
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_relocations.h 74 bool ApplyRelaRelocs(const ELF::Rela* relocs,
79 bool ApplyRelRelocs(const ELF::Rel* relocs,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
nouveau_drm.h 145 uint64_t relocs; member in struct:drm_nouveau_gem_pushbuf
156 uint64_t relocs; member in struct:drm_nouveau_gem_pushbuf_call
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
nouveau_drm.h 145 uint64_t relocs; member in struct:drm_nouveau_gem_pushbuf
156 uint64_t relocs; member in struct:drm_nouveau_gem_pushbuf_call
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/
SOURCES 9 toolchain/binutils.git 2a6558a8ecfb81d75215b4ec7dc61113e12cfd5f Merge "[2.24] Fix assert failure with --emit-relocs and .eh_frame sections by backporting the following patch from mainline:"
  /external/chromium_org/courgette/
disassembler_win32_x64.cc 219 bool DisassemblerWin32X64::ParseRelocs(std::vector<RVA> *relocs) {
220 relocs->clear();
239 return Bad(".relocs outside image");
250 return Bad("unreasonable relocs block");
257 return Bad(".relocs block outside image");
267 relocs->push_back(rva);
279 std::sort(relocs->begin(), relocs->end());
360 HistogramTargets("abs32 relocs", abs32_target_rvas_);
361 HistogramTargets("rel32 relocs", rel32_target_rvas_)
    [all...]
disassembler_win32_x86.cc 219 bool DisassemblerWin32X86::ParseRelocs(std::vector<RVA> *relocs) {
220 relocs->clear();
239 return Bad(".relocs outside image");
250 return Bad("unreasonable relocs block");
257 return Bad(".relocs block outside image");
267 relocs->push_back(rva);
279 std::sort(relocs->begin(), relocs->end());
360 HistogramTargets("abs32 relocs", abs32_target_rvas_);
361 HistogramTargets("rel32 relocs", rel32_target_rvas_)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/drm/
i915_drm_batchbuffer.c 50 batch->base.relocs = 0;
65 batch->base.relocs = 0;
149 batch->base.relocs++;
  /external/mesa3d/src/gallium/winsys/i915/drm/
i915_drm_batchbuffer.c 50 batch->base.relocs = 0;
65 batch->base.relocs = 0;
149 batch->base.relocs++;
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_context.c 83 struct vmw_region_relocation relocs[VMW_REGION_RELOCS]; member in struct:vmw_svga_winsys_context::__anon18870
143 struct vmw_region_relocation *reloc = &vswc->region.relocs[i];
179 pb_reference(&vswc->region.relocs[i].buffer, NULL);
285 reloc = &vswc->region.relocs[vswc->region.used + vswc->region.staged];
351 pb_reference(&vswc->region.relocs[i].buffer, NULL);
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_context.c 83 struct vmw_region_relocation relocs[VMW_REGION_RELOCS]; member in struct:vmw_svga_winsys_context::__anon11354
143 struct vmw_region_relocation *reloc = &vswc->region.relocs[i];
179 pb_reference(&vswc->region.relocs[i].buffer, NULL);
285 reloc = &vswc->region.relocs[vswc->region.used + vswc->region.staged];
351 pb_reference(&vswc->region.relocs[i].buffer, NULL);
  /hardware/intel/img/libdrm/libdrm/intel/
intel_bufmgr_gem.c 130 struct drm_i915_gem_relocation_entry *relocs; member in struct:_drm_intel_bo_gem
131 /** Array of bos corresponding to relocs[i].target_handle */
133 /** Number of entries in relocs */
218 if (bo_gem->relocs == NULL) {
230 (unsigned long long)bo_gem->relocs[j].offset,
232 bo_gem->relocs[j].delta);
276 bufmgr_gem->exec_objects[index].relocs_ptr = (uintptr_t)bo_gem->relocs;
294 bo_gem->relocs = malloc(bufmgr_gem->max_relocs *
563 if (bo_gem->relocs != NULL) {
570 free(bo_gem->relocs);
    [all...]
  /external/kernel-headers/original/uapi/drm/
tegra_drm.h 120 __u64 relocs; member in struct:drm_tegra_submit
  /external/llvm/docs/CommandGuide/
llvm-readobj.rst 66 .. option:: -expand-relocs
  /bionic/libc/arch-mips/include/machine/
elf_machdep.h 26 /* mips relocs. */
51 * The remaining relocs are apparently part of the 64-bit Irix ELF ABI.

Completed in 1596 milliseconds

12 3 4 5 6 7 8 91011>>