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

1 23 4

  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/include/
bfdlink.h 362 /* TRUE if non-PLT relocs should be merged into one reloc section
548 __CTOR_LIST__). RELOC is the relocation to use for an entry in
554 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
582 /* A function which is called when a reloc overflow occurs. ENTRY is
583 the link hash table entry for the symbol the reloc is against.
584 NAME is the name of the local symbol or section the reloc is
594 /* A function which is called when a dangerous reloc is performed.
603 /* A function which is called when a reloc is found to be attached
606 the reloc; if this is the result of a
693 /* Description of reloc to generate. Used fo
694 } reloc; member in union:bfd_link_order::__anon41366
713 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/include/
bfdlink.h 298 /* TRUE if non-PLT relocs should be merged into one reloc section
518 __CTOR_LIST__). RELOC is the relocation to use for an entry in
524 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
552 /* A function which is called when a reloc overflow occurs. ENTRY is
553 the link hash table entry for the symbol the reloc is against.
554 NAME is the name of the local symbol or section the reloc is
564 /* A function which is called when a dangerous reloc is performed.
573 /* A function which is called when a reloc is found to be attached
576 the reloc; if this is the result of a
660 /* Description of reloc to generate. Used fo
661 } reloc; member in union:bfd_link_order::__anon41388
680 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/include/
bfdlink.h 362 /* TRUE if non-PLT relocs should be merged into one reloc section
548 __CTOR_LIST__). RELOC is the relocation to use for an entry in
554 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
582 /* A function which is called when a reloc overflow occurs. ENTRY is
583 the link hash table entry for the symbol the reloc is against.
584 NAME is the name of the local symbol or section the reloc is
594 /* A function which is called when a dangerous reloc is performed.
603 /* A function which is called when a reloc is found to be attached
606 the reloc; if this is the result of a
693 /* Description of reloc to generate. Used fo
694 } reloc; member in union:bfd_link_order::__anon41410
713 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 380 // bypass the reloc section if
383 // 2. it has no reloc data. (All symbols in the input relocs are in the
387 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); local
388 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) {
389 Relocation* relocation = llvm::cast<Relocation>(reloc);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 329 Relocation* reloc = static_cast<Relocation*>(pReloc.getNextNode()); local
330 while (NULL != reloc)
332 if (llvm::ELF::R_MIPS_LO16 == reloc->type() &&
333 reloc->symInfo() == pReloc.symInfo())
334 return reloc;
336 reloc = static_cast<Relocation*>(reloc->getNextNode());
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 170 SHN_ABS = 0xfff1, /* associated symbols don't change on reloc */
389 yasm_reloc reloc; member in struct:elf_reloc_entry
434 /* reloc functions */
487 elf_reloc_entry *reloc);
512 elf_reloc_entry *reloc,
elf-objfmt.c 451 elf_reloc_entry *reloc; local
456 reloc = elf_reloc_entry_create(sym, NULL,
458 if (reloc == NULL) {
463 elf_secthead_append_reloc(info->sect, info->shead, reloc);
466 elf_handle_reloc_addend(zero, reloc, 0);
481 /*@null@*/ elf_reloc_entry *reloc = NULL; local
550 reloc = elf_reloc_entry_create(sym, wrt,
553 if (reloc == NULL) {
559 elf_secthead_append_reloc(info->sect, info->shead, reloc);
575 if (reloc)
    [all...]
  /external/chromium/base/win/
pe_image.cc 319 PWORD reloc = reinterpret_cast<PWORD>(base + 1); local
323 for (UINT i = 0; i < num_relocs; i++, reloc++) {
324 WORD type = *reloc >> 12;
325 PVOID address = RVAToAddr(base->VirtualAddress + (*reloc & 0x0FFF));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_fragprog.c 268 struct nvfx_relocation reloc; local
280 reloc.target = target;
281 reloc.location = fpc->inst_offset + 2;
282 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
304 struct nvfx_relocation reloc; local
321 reloc.target = target;
322 reloc.location = fpc->inst_offset + 3;
323 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
331 struct nvfx_relocation reloc; local
345 reloc.target = target
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 268 struct nvfx_relocation reloc; local
280 reloc.target = target;
281 reloc.location = fpc->inst_offset + 2;
282 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
304 struct nvfx_relocation reloc; local
321 reloc.target = target;
322 reloc.location = fpc->inst_offset + 3;
323 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
331 struct nvfx_relocation reloc; local
345 reloc.target = target
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_hw_context.c 172 block->reloc[block->nbo].bo_pm4_index = block->pm4_ndwords - 1;
557 pipe_resource_reference((struct pipe_resource**)&block->reloc[k].bo, NULL);
710 * If reg needs a reloc, this function will add it to its block's reloc list.
711 * @return true if reg needs a reloc, false otherwise
723 (struct pipe_resource**)&reg->block->reloc[reloc_id].bo,
725 reg->block->reloc[reloc_id].bo_usage = reg->bo_usage;
764 /* Update the reloc for this register if necessary. */
827 struct r600_block_reloc *reloc = &block->reloc[block->pm4_bo_index[j]] local
    [all...]
r600.h 142 struct r600_block_reloc reloc[R600_BLOCK_MAX_BO]; member in struct:r600_block
  /external/mesa3d/src/gallium/drivers/r600/
r600_hw_context.c 172 block->reloc[block->nbo].bo_pm4_index = block->pm4_ndwords - 1;
557 pipe_resource_reference((struct pipe_resource**)&block->reloc[k].bo, NULL);
710 * If reg needs a reloc, this function will add it to its block's reloc list.
711 * @return true if reg needs a reloc, false otherwise
723 (struct pipe_resource**)&reg->block->reloc[reloc_id].bo,
725 reg->block->reloc[reloc_id].bo_usage = reg->bo_usage;
764 /* Update the reloc for this register if necessary. */
827 struct r600_block_reloc *reloc = &block->reloc[block->pm4_bo_index[j]] local
    [all...]
r600.h 142 struct r600_block_reloc reloc[R600_BLOCK_MAX_BO]; member in struct:r600_block
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 529 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); local
530 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) {
531 Relocation* relocation = llvm::cast<Relocation>(reloc);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 79 void (*destroy_reloc) (/*@only@*/ void *reloc);
562 yasm_section_add_reloc(yasm_section *sect, yasm_reloc *reloc,
563 void (*destroy_func) (/*@only@*/ void *reloc))
565 STAILQ_INSERT_TAIL(&sect->relocs, reloc, link);
581 yasm_section_reloc_next(yasm_reloc *reloc)
583 return STAILQ_NEXT(reloc, link);
587 yasm_reloc_get(yasm_reloc *reloc, yasm_intnum **addrp, yasm_symrec **symp)
589 *addrp = reloc->addr;
590 *symp = reloc->sym;
    [all...]
  /external/chromium/build/
install-build-deps.sh 91 --- src/gold/reloc.cc 2010/10/14 22:10:22 1.60
92 +++ src/gold/reloc.cc 2011/02/10 01:15:28 1.60.2.1
94 // reloc.cc -- relocate input files for gold.
  /external/chromium_org/base/win/
pe_image.cc 320 PWORD reloc = reinterpret_cast<PWORD>(base + 1); local
324 for (UINT i = 0; i < num_relocs; i++, reloc++) {
325 WORD type = *reloc >> 12;
326 PVOID address = RVAToAddr(base->VirtualAddress + (*reloc & 0x0FFF));
  /external/elfutils/libebl/
eblopenbackend.c 198 static bool default_copy_reloc_p (int reloc);
201 static bool default_none_reloc_p (int reloc);
202 static bool default_relative_reloc_p (int reloc);
683 default_copy_reloc_p (int reloc __attribute__ ((unused)))
  /external/linux-tools-perf/util/
map.c 485 s64 reloc; local
490 reloc = (kmap->ref_reloc_sym->unrelocated_addr -
493 if (!reloc)
498 self->pgoff = reloc;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1174.js 31 // reloc info that only take up 1 byte per call (like KeyedStoreIC).
  /external/v8/test/mjsunit/regress/
regress-1174.js 31 // reloc info that only take up 1 byte per call (like KeyedStoreIC).
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 580 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); local
581 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) {
582 switch (reloc->type()) {
588 Relocation* relocation = llvm::cast<Relocation>(reloc);
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 788 const coff_relocation *reloc = toRel(Rel); local
792 switch (reloc->Type) {
815 switch (reloc->Type) {
842 const coff_relocation *reloc = toRel(Rel); local
844 if (error_code ec = getSymbol(reloc->SymbolTableIndex, symb)) return ec;
  /external/chromium_org/tools/symsrc/
pefile.py     [all...]

Completed in 1194 milliseconds

1 23 4