Home
last modified time | relevance | path

Searched refs:relocs (Results 1 – 25 of 91) sorted by relevance

1234

/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py175 def patch(self, f, relocs): argument
177 self.patchRelocs(f, relocs)
179 def patchRelocs(self, f, relocs): argument
186 if index < len(relocs):
195 f.writeUInt8(relocs[ri][1])
196 f.writeUInt8(relocs[ri][1])
197 f.writeUInt8(relocs[ri][1])
202 r_type = relocs[ri][1]
208 print(" %s" % relocs[ri][0])
242 def craftElf(filename, triple, relocs, dummyReloc): argument
[all …]
/external/elfutils/0.153/libdwfl/
Dderelocate.c58 Elf_Scn *relocs; member
69 Elf_Scn *relocs; member
138 newref->relocs = NULL; in cache_sections()
160 sec->relocs = scn; in cache_sections()
189 mod->reloc_info->refs[i].relocs = sortrefs[i]->relocs; in cache_sections()
216 mod->reloc_info->refs[i].relocs = scn; in cache_sections()
391 if (mod->reloc_info->refs[idx].relocs != NULL) in INTDEF()
396 Elf_Scn *relocscn = mod->reloc_info->refs[idx].relocs; in INTDEF()
400 mod->reloc_info->refs[idx].relocs = NULL; in INTDEF()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.c109 csc->relocs = (struct drm_radeon_cs_reloc*) in radeon_init_cs_context()
111 if (!csc->relocs) { in radeon_init_cs_context()
121 csc->chunks[1].chunk_data = (uint64_t)(uintptr_t)csc->relocs; in radeon_init_cs_context()
156 FREE(csc->relocs); in radeon_destroy_cs_context()
218 reloc = &csc->relocs[i]; in radeon_get_reloc()
226 reloc = &csc->relocs[i]; in radeon_get_reloc()
261 reloc = &csc->relocs[i]; in radeon_add_reloc()
270 reloc = &csc->relocs[i]; in radeon_add_reloc()
290 csc->relocs = (struct drm_radeon_cs_reloc*)realloc(csc->relocs, size); in radeon_add_reloc()
292 csc->chunks[1].chunk_data = (uint64_t)(uintptr_t)csc->relocs; in radeon_add_reloc()
[all …]
Dradeon_drm_cs.h47 struct drm_radeon_cs_reloc *relocs; member
112 return cs->csc->relocs[index].write_domain != 0; in radeon_bo_is_referenced_by_cs_for_write()
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.c109 csc->relocs = (struct drm_radeon_cs_reloc*) in radeon_init_cs_context()
111 if (!csc->relocs) { in radeon_init_cs_context()
121 csc->chunks[1].chunk_data = (uint64_t)(uintptr_t)csc->relocs; in radeon_init_cs_context()
156 FREE(csc->relocs); in radeon_destroy_cs_context()
218 reloc = &csc->relocs[i]; in radeon_get_reloc()
226 reloc = &csc->relocs[i]; in radeon_get_reloc()
261 reloc = &csc->relocs[i]; in radeon_add_reloc()
270 reloc = &csc->relocs[i]; in radeon_add_reloc()
290 csc->relocs = (struct drm_radeon_cs_reloc*)realloc(csc->relocs, size); in radeon_add_reloc()
292 csc->chunks[1].chunk_data = (uint64_t)(uintptr_t)csc->relocs; in radeon_add_reloc()
[all …]
Dradeon_drm_cs.h47 struct drm_radeon_cs_reloc *relocs; member
112 return cs->csc->relocs[index].write_domain != 0; in radeon_bo_is_referenced_by_cs_for_write()
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test6 RUN: llvm-readobj -r -expand-relocs %p/Inputs/relocs.obj.elf-i386 | FileCheck %s -check-prefix …
7 RUN: llvm-readobj -r -expand-relocs %p/Inputs/relocs.obj.elf-x86_64 | FileCheck %s -check-prefix …
8 RUN: llvm-readobj -r -expand-relocs %p/Inputs/relocs.obj.elf-aarch64 | FileCheck %s -check-prefix …
9 RUN: llvm-readobj -r -expand-relocs %p/Inputs/relocs.obj.elf-arm | FileCheck %s -check-prefix …
10 RUN: llvm-readobj -r -expand-relocs %p/Inputs/relocs.obj.elf-mips | FileCheck %s -check-prefix …
11 RUN: llvm-readobj -r -expand-relocs %p/Inputs/relocs.obj.elf-mips64el | FileCheck %s -check-prefix …
12 RUN: llvm-readobj -r -expand-relocs %p/Inputs/relocs.obj.elf-ppc64 | FileCheck %s -check-prefix …
13 RUN: llvm-readobj -r -expand-relocs %p/Inputs/relocs.obj.coff-i386 | FileCheck %s -check-prefix …
14 RUN: llvm-readobj -r -expand-relocs %p/Inputs/relocs.obj.coff-x86_64 | FileCheck %s -check-prefix …
15 RUN: llvm-readobj -r -expand-relocs %p/Inputs/relocs.obj.macho-arm | FileCheck %s -check-prefix …
[all …]
/external/llvm/test/MC/ARM/
Delf-reloc-03.ll10 ;; emitting explicit symbol relocs for nonexternal symbols
11 ;; versus section symbol relocs (with offset) -
13 ;; Default llvm behavior is to emit as section symbol relocs nearly
17 ;; Verifies that internal constants appear as explict symbol relocs
Delf-reloc-02.ll10 ;; emitting explicit symbol relocs for nonexternal symbols
11 ;; versus section symbol relocs (with offset) -
13 ;; Default llvm behavior is to emit as section symbol relocs nearly
Delf-reloc-01.ll10 ;; emitting explicit symbol relocs for nonexternal symbols
11 ;; versus section symbol relocs (with offset) -
13 ;; Default llvm behavior is to emit as section symbol relocs nearly
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/sw/
Di915_sw_batchbuffer.c36 batch->base.relocs = 0; in i915_sw_batchbuffer_reset()
51 batch->base.relocs = 0; in i915_sw_batchbuffer_create()
96 batch->base.relocs++; in i915_sw_batchbuffer_reloc()
/external/mesa3d/src/gallium/winsys/i915/sw/
Di915_sw_batchbuffer.c36 batch->base.relocs = 0; in i915_sw_batchbuffer_reset()
51 batch->base.relocs = 0; in i915_sw_batchbuffer_create()
96 batch->base.relocs++; in i915_sw_batchbuffer_reloc()
/external/chromium_org/base/win/
Dpe_image_unittest.cc104 relocs enumerator
180 if (value > relocs) in GetExpectedValue()
245 EXPECT_GT(count, GetExpectedValue(relocs, os) - 150); in TEST()
246 EXPECT_LT(count, GetExpectedValue(relocs, os) + 1500); in TEST()
/external/llvm/test/Object/
Dyaml2obj-readobj.test1 RUN: yaml2obj %p/Inputs/COFF/i386.yaml | llvm-readobj -file-headers -relocations -expand-relocs - |…
3 RUN: llvm-readobj -file-headers -relocations -expand-relocs %t \
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
Dvmw_context.c83 struct vmw_region_relocation relocs[VMW_REGION_RELOCS]; member
143 struct vmw_region_relocation *reloc = &vswc->region.relocs[i]; in vmw_swc_flush()
179 pb_reference(&vswc->region.relocs[i].buffer, NULL); in vmw_swc_flush()
285 reloc = &vswc->region.relocs[vswc->region.used + vswc->region.staged]; in vmw_swc_region_relocation()
351 pb_reference(&vswc->region.relocs[i].buffer, NULL); in vmw_swc_destroy()
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_context.c83 struct vmw_region_relocation relocs[VMW_REGION_RELOCS]; member
143 struct vmw_region_relocation *reloc = &vswc->region.relocs[i]; in vmw_swc_flush()
179 pb_reference(&vswc->region.relocs[i].buffer, NULL); in vmw_swc_flush()
285 reloc = &vswc->region.relocs[vswc->region.used + vswc->region.staged]; in vmw_swc_region_relocation()
351 pb_reference(&vswc->region.relocs[i].buffer, NULL); in vmw_swc_destroy()
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/drm/
Di915_drm_batchbuffer.c50 batch->base.relocs = 0; in i915_drm_batchbuffer_reset()
65 batch->base.relocs = 0; in i915_drm_batchbuffer_create()
149 batch->base.relocs++; in i915_drm_batchbuffer_reloc()
/external/mesa3d/src/gallium/winsys/i915/drm/
Di915_drm_batchbuffer.c50 batch->base.relocs = 0; in i915_drm_batchbuffer_reset()
65 batch->base.relocs = 0; in i915_drm_batchbuffer_create()
149 batch->base.relocs++; in i915_drm_batchbuffer_reloc()
/external/chromium_org/courgette/
Ddisassembler_win32_x86_unittest.cc41 std::vector<courgette::RVA> relocs; in TestExe() local
42 bool can_parse_relocs = disassembler->ParseRelocs(&relocs); in TestExe()
Ddisassembler_win32_x64_unittest.cc41 std::vector<courgette::RVA> relocs; in TestExe() local
42 bool can_parse_relocs = disassembler->ParseRelocs(&relocs); in TestExe()
Ddisassembler_win32_x86.cc219 bool DisassemblerWin32X86::ParseRelocs(std::vector<RVA> *relocs) { in ParseRelocs() argument
220 relocs->clear(); in ParseRelocs()
267 relocs->push_back(rva); in ParseRelocs()
279 std::sort(relocs->begin(), relocs->end()); in ParseRelocs()
Ddisassembler_win32_x64.cc219 bool DisassemblerWin32X64::ParseRelocs(std::vector<RVA> *relocs) { in ParseRelocs() argument
220 relocs->clear(); in ParseRelocs()
267 relocs->push_back(rva); in ParseRelocs()
279 std::sort(relocs->begin(), relocs->end()); in ParseRelocs()
/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_elf_relocations.h74 bool ApplyRelaRelocs(const ELF::Rela* relocs,
79 bool ApplyRelRelocs(const ELF::Rel* relocs,
/external/llvm/test/DebugInfo/
Darm-relocs.test1 RUN: llvm-dwarfdump %p/Inputs/arm-relocs.elf-arm | FileCheck %s
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
Dnvc0_program.h54 void *relocs; member

1234