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

<<2122232425

  /toolchain/binutils/binutils-2.25/gas/config/
tc-metag.c 177 /* Reloc encoding information, maximum of one reloc per insn. */
982 /* Copy reloc data from ADDR to INSN. */
7009 arelent *reloc; local
    [all...]
tc-ia64.c 570 /* reloc pseudo functions (these must come first!): */
3679 bfd_reloc_code_real_type reloc; local
11592 arelent *reloc; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-xtensa.c 323 fprintf (stderr, "Xtensa bfd reloc lookup %d (%s)\n", code, str)
524 0x1b, 0x00, 0x00, /* l32r a11, [literal for reloc index] */
534 0xb1, 0x00, 0x00, /* l32r a11, [literal for reloc index] */
    [all...]
libaout.h 198 /* If this callback is not NULL, the linker calls it for each reloc.
199 RELOC is a pointer to the unswapped reloc. If *SKIP is set to
200 TRUE, the reloc will be skipped. *RELOCATION may be changed to
205 void * reloc, bfd_byte *contents, bfd_boolean *skip,
648 /* Now write out reloc info, followed by syms and strings. */ \
nlm32-ppc.c 79 /* This reloc handling is only applicable to the old format. */
81 /* How to process the various reloc types. PowerPC NLMs use XCOFF
82 reloc types, and I have just copied the XCOFF reloc table here. */
431 /* Read a PowerPC NLM reloc. */
446 /* Read the reloc from the file. */
519 /* There is only one type of reloc in a PowerPC NLM. */
536 /* Read a PowerPC NLM reloc. */
648 if (! nlm_powerpc_read_reloc (abfd, sym, &section, &nlm_relocs -> reloc))
659 /* Write a PowerPC NLM reloc. *
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldlang.c     [all...]
  /external/llvm/include/llvm/Support/
MachO.h 905 // Structs from <mach-o/reloc.h>
932 // Structs NOT from <mach-o/reloc.h>, but that make LLVM's life easier
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MachO.h 913 // Structs from <mach-o/reloc.h>
940 // Structs NOT from <mach-o/reloc.h>, but that make LLVM's life easier
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MachO.h 952 // Structs from <mach-o/reloc.h>
979 // Structs NOT from <mach-o/reloc.h>, but that make LLVM's life easier
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MachO.h 952 // Structs from <mach-o/reloc.h>
979 // Structs NOT from <mach-o/reloc.h>, but that make LLVM's life easier
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MachO.h 952 // Structs from <mach-o/reloc.h>
979 // Structs NOT from <mach-o/reloc.h>, but that make LLVM's life easier
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MachO.h 952 // Structs from <mach-o/reloc.h>
979 // Structs NOT from <mach-o/reloc.h>, but that make LLVM's life easier
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MachO.h 952 // Structs from <mach-o/reloc.h>
979 // Structs NOT from <mach-o/reloc.h>, but that make LLVM's life easier
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MachO.h 952 // Structs from <mach-o/reloc.h>
979 // Structs NOT from <mach-o/reloc.h>, but that make LLVM's life easier
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MachO.h 952 // Structs from <mach-o/reloc.h>
979 // Structs NOT from <mach-o/reloc.h>, but that make LLVM's life easier
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MachO.h 952 // Structs from <mach-o/reloc.h>
979 // Structs NOT from <mach-o/reloc.h>, but that make LLVM's life easier
    [all...]
  /external/elfutils/tests/
Makefile.am 82 run-strip-groups.sh run-strip-reloc.sh run-strip-strmerge.sh \
166 run-strip-reloc.sh hello_i386.ko.bz2 hello_x86_64.ko.bz2 \
  /toolchain/binutils/binutils-2.25/gold/
output.h 32 #include "reloc-types.h"
262 // Note that a dynamic reloc has been applied to this data.
267 // Return whether a dynamic reloc has been applied.
995 // This POD class is used to represent a single reloc in the output
1029 // A reloc against a global symbol.
1040 // A reloc against a local symbol or local section symbol.
1054 // A reloc against the STT_SECTION symbol of an output section.
1082 // Return the reloc type.
1144 // Write the reloc entry to an output view.
1153 // reloc before R2, 0 to sort the same as R2, 1 to sort after R2
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
iq2000-asm.c 167 int reloc ATTRIBUTE_UNUSED,
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldpe.go 215 rs := make([]Reloc, rsect.NumberOfRelocations)
231 return fmt.Errorf("reloc of invalid sym %s idx=%d type=%d", name, r.SymbolTableIndex, pesym.Type)
main.go 207 ctxt.reloc()
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldpe.go 215 rs := make([]Reloc, rsect.NumberOfRelocations)
231 return fmt.Errorf("reloc of invalid sym %s idx=%d type=%d", name, r.SymbolTableIndex, pesym.Type)
main.go 207 ctxt.reloc()
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
objcopy.exp 967 set srcfile $srcdir/$subdir/needed-by-reloc.s
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/alpha/
elf-reloc-8.d 2 #name: alpha elf-reloc-8

Completed in 731 milliseconds

<<2122232425