HomeSort by relevance Sort by last modified time
    Searched defs:Reloc (Results 1 - 25 of 55) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/src/debug/pe/
section.go 44 // Reloc represents a PE COFF relocation.
46 type Reloc struct {
52 func readRelocs(sh *SectionHeader, r io.ReadSeeker) ([]Reloc, error) {
60 relocs := make([]Reloc, sh.NumberOfRelocations)
86 Relocs []Reloc
  /prebuilts/go/linux-x86/src/debug/pe/
section.go 44 // Reloc represents a PE COFF relocation.
46 type Reloc struct {
52 func readRelocs(sh *SectionHeader, r io.ReadSeeker) ([]Reloc, error) {
60 relocs := make([]Reloc, sh.NumberOfRelocations)
86 Relocs []Reloc
  /toolchain/binutils/binutils-2.27/gold/
reloc-types.h 0 // reloc-types.h -- ELF relocation templates for gold -*- C++ -*-
43 typedef typename elfcpp::Rel<size, big_endian> Reloc;
48 get_reloc_addend(const Reloc*)
52 get_reloc_addend_noerror(const Reloc*)
64 typedef typename elfcpp::Rela<size, big_endian> Reloc;
69 get_reloc_addend(const Reloc* p)
73 get_reloc_addend_noerror(const Reloc* p)
85 typedef typename elfcpp::Relr<size, big_endian> Reloc;
90 get_reloc_addend(const Reloc*)
94 get_reloc_addend_noerror(const Reloc*)
    [all...]
copy-relocs.h 27 #include "reloc-types.h"
42 // not. So we have to save the relocation during the reloc scanning,
46 // The template parameter SH_TYPE is the type of the reloc section to
53 typedef typename Reloc_types<sh_type, size, big_endian>::Reloc Reloc;
61 // against a symbol which may force us to generate a COPY reloc.
65 // will wind up. REL is the reloc itself. The Output_data_reloc
89 // Emit a COPY reloc.
123 // Make a new COPY reloc and emit it.
136 // Return whether we need a COPY reloc
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CodeGen.h 21 namespace Reloc {
  /prebuilts/go/darwin-x86/src/cmd/link/internal/sym/
reloc.go 13 // Reloc is a relocation.
15 // The typical Reloc rewrites part of a symbol at offset Off to address Sym.
16 // A Reloc is stored in a slice on the Symbol it rewrites.
19 // cmd/internal/obj.Reloc, which is encoded into the object file wire
24 type Reloc struct {
100 type RelocByOff []Reloc
  /prebuilts/go/linux-x86/src/cmd/link/internal/sym/
reloc.go 13 // Reloc is a relocation.
15 // The typical Reloc rewrites part of a symbol at offset Off to address Sym.
16 // A Reloc is stored in a slice on the Symbol it rewrites.
19 // cmd/internal/obj.Reloc, which is encoded into the object file wire
24 type Reloc struct {
100 type RelocByOff []Reloc
  /external/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp 107 RelocAddrMap::const_iterator Reloc = Relocs.find(DataOffset-4);
108 if (Reloc != Relocs.end())
109 StringOffset += Reloc->second.second;
  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
objfile.go 44 Relocs []Reloc // in increasing Addr order
47 type Reloc struct {
48 Addr uint64 // Address of first byte that reloc applies to.
  /prebuilts/go/darwin-x86/src/debug/macho/
file.go 97 // A Reloc represents a Mach-O relocation.
98 type Reloc struct {
103 // when Scattered == true, Value is the value that this reloc refers to.
113 Relocs []Reloc
505 sh.Relocs = make([]Reloc, sh.Nreloc)
  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
objfile.go 44 Relocs []Reloc // in increasing Addr order
47 type Reloc struct {
48 Addr uint64 // Address of first byte that reloc applies to.
  /prebuilts/go/linux-x86/src/debug/macho/
file.go 97 // A Reloc represents a Mach-O relocation.
98 type Reloc struct {
103 // when Scattered == true, Value is the value that this reloc refers to.
113 Relocs []Reloc
505 sh.Relocs = make([]Reloc, sh.Nreloc)
  /external/llvm/include/llvm/Support/
CodeGen.h 21 namespace Reloc {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 21 namespace Reloc {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
CodeGen.h 21 namespace Reloc {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
CodeGen.h 21 namespace Reloc {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
CodeGen.h 21 namespace Reloc {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
CodeGen.h 21 namespace Reloc {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
CodeGen.h 21 namespace Reloc {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
CodeGen.h 21 namespace Reloc {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 21 namespace Reloc {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
CodeGen.h 21 namespace Reloc {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
CodeGen.h 21 namespace Reloc {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
CodeGen.h 21 namespace Reloc {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
CodeGen.h 21 namespace Reloc {

Completed in 533 milliseconds

1 2 3