HomeSort by relevance Sort by last modified time
    Searched refs:reloc (Results 176 - 200 of 611) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/amd/common/
ac_binary.c 100 struct ac_shader_reloc *reloc = &binary->relocs[i]; local
106 reloc->offset = rel.r_offset;
107 strncpy(reloc->name, symbol_name, sizeof(reloc->name)-1);
108 reloc->name[sizeof(reloc->name)-1] = 0;
226 const struct ac_shader_reloc *reloc = &binary->relocs[i]; local
228 if (!strcmp(scratch_rsrc_dword0_symbol, reloc->name) ||
229 !strcmp(scratch_rsrc_dword1_symbol, reloc->name)) {
  /external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
crt0-efi-x86_64.S 65 // hand-craft a dummy .reloc section so EFI knows it's a relocatable executable:
71 .section .reloc, "a"
75 .word (IMAGE_REL_ABSOLUTE<<12) + 0 // reloc for dummy
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/ldscripts/
i386pe.xr 80 .reloc :
82 *(.reloc)
  /toolchain/binutils/binutils-2.25/bfd/
coff-tic4x.c 55 #define RELOC_PROCESSING(RELENT,RELOC,SYMS,ABFD,SECT)\
56 tic4x_reloc_processing (RELENT,RELOC,SYMS,ABFD,SECT)
85 relocation to the reloc entry rather than the raw data.
86 Modify the reloc inplace to reflect what we now know. */
118 bfd/reloc.c) to map to the howto table entries. */
183 (*_bfd_error_handler) (_("Unrecognized reloc type 0x%x"),
212 struct internal_reloc *reloc,
219 relent->address = reloc->r_vaddr;
221 if (reloc->r_symndx != -1)
223 if (reloc->r_symndx < 0 || reloc->r_symndx >= obj_conv_table_size (abfd)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-or1k.c 223 given a PC relative reloc. */
243 /* Return the bfd reloc type for OPERAND of INSN at fixup FIXP.
244 Returns BFD_RELOC_NONE if no reloc type can be found.
310 arelent * reloc; local
312 reloc = xmalloc (sizeof (* reloc));
313 reloc->sym_ptr_ptr = xmalloc (sizeof (asymbol *));
314 *reloc->sym_ptr_ptr = symbol_get_bfdsym (fx->fx_addsy);
315 reloc->address = fx->fx_frag->fr_address + fx->fx_where;
316 reloc->howto = bfd_reloc_type_lookup (stdoutput, fx->fx_r_type)
    [all...]
tc-rl78.c 68 int reloc; member in struct:rl78_bytesT::__anon115771
115 rl78_bytes.fixups[rl78_bytes.n_fixups].reloc = exp.X_md;
411 int reloc; member in struct:__anon115773
425 int reloc = 0; local
436 reloc = reloc_functions[i].reloc;
441 if (reloc == 0)
448 exp->X_md = reloc;
465 /* When relaxing, we need to output a reloc for any .align directive
590 if (rl78_bytes.fixups[i].reloc)
1158 static arelent * reloc[8]; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
offset.s 1 @ test that an OFFSET_IMM reloc against a global symbol is
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips16-e.d 2 #name: MIPS16 reloc
5 # Check MIPS16 reloc processing
mips16-f.d 2 #name: MIPS16 reloc 2
5 # Check MIPS16 reloc processing
mipsel16-f.d 2 #name: MIPS16 reloc 2
6 # Check MIPS16 reloc processing
tmips16-f.d 2 #name: MIPS16 reloc 2
6 # Check MIPS16 reloc processing
tmipsel16-f.d 2 #name: MIPS16 reloc 2
6 # Check MIPS16 reloc processing
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
thumb2-b-interwork.s 12 @ Put this in a separate section to force the assembler to generate a reloc
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
greg-12.d 9 # A greg usage with an expanding insn. The register reloc must be
10 # evaluated before the expanding reloc. Here, it doesn't appear in the
greg-3.d 9 # A greg usage with an expanding insn. The register reloc must be
10 # evaluated before the expanding reloc. Here, it doesn't appear in the
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
mvk-reloc-local-r.d 4 #source: mvk-reloc-local-1.s
5 #source: mvk-reloc-local-2.s
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 84 struct RelocEntry *reloc; member in struct:NanoAppInfo
85 size_t relocSize; // number of reloc entries
333 static void relocDiag(const struct NanoAppInfo *app, const struct RelocEntry *reloc, const char *msg)
335 size_t symIdx = reloc->info >> 8;
336 uint8_t symType = reloc->info;
338 ERR("Reloc %zu %s", reloc - app->reloc, msg);
340 ERR(" Where: 0x%08" PRIX32, reloc->where);
351 static uint8_t fixupReloc(struct NanoAppInfo *app, struct RelocEntry *reloc,
480 struct RelocEntry *reloc = &app.reloc[i]; local
    [all...]
  /external/syslinux/gpxe/src/util/
elf2efi.c 143 uint16_t reloc; local
149 reloc = ( rva & 0xfff );
152 reloc |= 0xa000;
155 reloc |= 0x3000;
158 reloc |= 0x2000;
195 pe_rel->relocs[ pe_rel->used_relocs++ ] = reloc;
503 struct pe_section *reloc; local
511 reloc = xmalloc ( sizeof ( *reloc ) + section_filesz );
512 memset ( reloc, 0, sizeof ( *reloc ) + section_filesz )
    [all...]
  /external/elfutils/libebl/
libebl.h 96 extern const char *ebl_reloc_type_name (Ebl *ebl, int reloc,
100 extern bool ebl_reloc_type_check (Ebl *ebl, int reloc);
103 extern bool ebl_reloc_valid_use (Ebl *ebl, int reloc);
107 extern Elf_Type ebl_reloc_simple_type (Ebl *ebl, int reloc);
111 extern bool ebl_gotpc_reloc_check (Ebl *ebl, int reloc);
195 /* Check whether a section type is a valid reloc target. */
203 extern bool ebl_copy_reloc_p (Ebl *ebl, int reloc);
206 extern bool ebl_none_reloc_p (Ebl *ebl, int reloc);
209 extern bool ebl_relative_reloc_p (Ebl *ebl, int reloc);
  /external/syslinux/gnu-efi/gnu-efi-3.0/
Make.rules 39 -j .rela -j .reloc --target=$(FORMAT) $*.so $@
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/alpha/
elf-reloc-1.d 2 #name: alpha elf-reloc-1
elf-reloc-7.d 2 #name: alpha elf-reloc-7
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
reloc.d 2 #name: reloc
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
mixed-mode-reloc64.d 1 #source: ../mixed-mode-reloc.s
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
mixed-mode-reloc32.d 2 #source: mixed-mode-reloc.s

Completed in 576 milliseconds

1 2 3 4 5 6 78 91011>>