HomeSort by relevance Sort by last modified time
    Searched full:relocs (Results 401 - 425 of 1322) sorted by null

<<11121314151617181920>>

  /device/google/contexthub/firmware/src/cpu/cortexm4f/
appSupport.c 160 //perform relocs
162 osLog(LOG_ERROR, "Relocs are invalid in this app. Aborting app load\n");
  /external/elfutils/backends/
ppc_reloc.def 126 1) These relocs should not really appear in EXEC or DYN, but they do,
131 2) As for (1), these relocs can appear anywhere with improper
  /external/libdrm/nouveau/
nouveau.h 176 int relocs; member in struct:nouveau_bufctx
214 uint32_t relocs, uint32_t pushes);
pushbuf.c 276 err("ch%d: krec %d pushes %d bufs %d relocs %d\n", chid,
338 req.relocs = (uint64_t)(unsigned long)krec->reloc;
492 int relocs = bctx ? bctx->relocs * 2: 0; local
495 ret = nouveau_pushbuf_space(push, relocs, relocs, 0);
642 uint32_t dwords, uint32_t relocs, uint32_t pushes)
676 krec->nr_reloc + relocs >= NOUVEAU_GEM_MAX_RELOCS ||
  /external/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp 107 RelocAddrMap::const_iterator Reloc = Relocs.find(DataOffset-4);
108 if (Reloc != Relocs.end())
  /external/llvm/test/DebugInfo/X86/
cu-ranges.ll 3 ; RUN: llvm-readobj --relocations %t | FileCheck --check-prefix=FUNCTION-SECTIONS-RELOCS %s
20 ; FUNCTION-SECTIONS-RELOCS: R_X86_64_32 .debug_ranges 0x0
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pm4.c 123 state->relocs[state->nrelocs++] = state->ndw;
216 cs->buf[cs->cdw + state->relocs[i]] += cs->cdw << 2;
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/machine/
elf_machdep.h 26 /* mips relocs. */
51 * The remaining relocs are apparently part of the 64-bit Irix ELF ABI.
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/machine/
elf_machdep.h 26 /* mips relocs. */
51 * The remaining relocs are apparently part of the 64-bit Irix ELF ABI.
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/machine/
elf_machdep.h 26 /* mips relocs. */
51 * The remaining relocs are apparently part of the 64-bit Irix ELF ABI.
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/machine/
elf_machdep.h 26 /* mips relocs. */
51 * The remaining relocs are apparently part of the 64-bit Irix ELF ABI.
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/machine/
elf_machdep.h 26 /* mips relocs. */
51 * The remaining relocs are apparently part of the 64-bit Irix ELF ABI.
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/machine/
elf_machdep.h 26 /* mips relocs. */
51 * The remaining relocs are apparently part of the 64-bit Irix ELF ABI.
  /toolchain/binutils/binutils-2.25/bfd/
coff-ia64.c 60 return FALSE; /* We don't do relocs for now... */
94 field (specifically, the number of relocs in section 3). Since
elf32-m68hc1x.h 164 asection * sec, const Elf_Internal_Rela * relocs);
168 bfd_byte *contents, Elf_Internal_Rela *relocs,
elf32-mep.c 49 /* This section generated from bfd/mep-relocs.pl from include/elf/mep.h. */
133 /* This section generated from bfd/mep-relocs.pl from include/elf/mep.h. */
286 /* This section generated from bfd/mep-relocs.pl from include/elf/mep.h. */
419 The relocs are always passed as Rela structures; if the section
424 necessary, and (if using Rela relocs and generating a relocatable
451 Elf_Internal_Rela * relocs,
462 relend = relocs + input_section->reloc_count;
466 for (rel = relocs; rel < relend; rel ++)
elf32-xstormy16.c 407 const Elf_Internal_Rela *relocs)
425 relend = relocs + sec->reloc_count;
426 for (rel = relocs; rel < relend; ++rel)
740 The relocs are always passed as Rela structures; if the section
745 necessary, and (if using Rela relocs and generating a relocatable
771 Elf_Internal_Rela * relocs,
784 relend = relocs + input_section->reloc_count;
791 for (rel = relocs; rel < relend; rel ++)
elf64-sparc.c 33 section can represent up to two relocs, we must tell the user to allocate
145 /* Read in and swap the external relocs. */
208 /* Canonicalize the relocs. */
235 is only one set of dynamic relocs. Any section that was actually
277 /* Write out the relocs. */
297 /* The linker backend writes the relocs out itself, and sets the
300 relocs. */
304 /* We can combine two relocs that refer to the same address
nlm32-ppc.c 598 /* Mangle PowerPC NLM relocs for output. */
616 bfd_size_type rcount; /* Number of relocs. */
642 sym -> relocs = nlm_relocs;
847 struct reloc_and_sec *relocs)
869 if (! nlm_powerpc_write_import (abfd, relocs[i].sec, relocs[i].rel))
872 if (! nlm_powerpc_write_reloc (abfd, relocs[i].sec,
873 relocs[i].rel, indx))
versados.c 61 int relocs; /* Reloc count, valid end of pass 1. */ member in struct:esdid
62 int donerel; /* Have relocs been translated. */
407 int rn = EDATA (abfd, otr->esdid - 1).relocs++;
491 /* Now allocate space for the relocs and sections. */
505 amt = (bfd_size_type) esdid->relocs * sizeof (arelent);
513 esdid->section->reloc_count = esdid->relocs;
514 if (esdid->relocs)
517 esdid->relocs = 0;
  /toolchain/binutils/binutils-2.25/elfcpp/
i386.h 35 // Documentation for the TLS relocs is taken from
69 // More TLS relocs.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/
signed-relocs.d 3 #name: Signed relocs
9 0+0000 <relocs>:
  /toolchain/binutils/binutils-2.25/include/elf/
mep.h 33 /* Note: The comments in this file are used by bfd/mep-relocs.pl to
39 /* These two must appear first so that they are not processed by bfd/mep-relocs.pl. */
ppc.h 82 /* Relocs added to support TLS. */
114 /* The remaining relocs are from the Embedded ELF ABI, and are not
  /toolchain/binutils/binutils-2.25/ld/emultempl/
mmo.em 193 relocs, like what happens when linking to ELF. It needs to be done
203 example), we'd count relocs twice because they'd also be counted

Completed in 1415 milliseconds

<<11121314151617181920>>