/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
elf-rel-got-n32-embed.d | 1 #name: MIPS ELF got reloc n32
|
elf-rel-got-n32.d | 1 #name: MIPS ELF got reloc n32
|
elf-rel-got-n64-embed.d | 1 #name: MIPS ELF got reloc n64
|
elf-rel-got-n64-linux.d | 1 #name: MIPS ELF got reloc n64
|
elf-rel-got-n64.d | 1 #name: MIPS ELF got reloc n64
|
elf-rel-xgot-n32-embed.d | 1 #name: MIPS ELF xgot reloc n32
|
elf-rel-xgot-n32.d | 1 #name: MIPS ELF xgot reloc n32
|
elf-rel-xgot-n64.d | 1 #name: MIPS ELF xgot reloc n64
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
data.go | 61 func Addrel(s *Symbol) *Reloc { 62 s.R = append(s.R, Reloc{}) 362 var r *Reloc 435 Errorf(s, "bad reloc size %#x for %s", uint32(siz), r.Sym.Name) 446 Errorf(s, "unknown reloc to %v: %v", r.Sym.Name, r.Type) 545 Errorf(s, "R_ADDR reloc to %s+%d is not supported on darwin/arm64", rs.Name, o) 693 Errorf(s, "bad reloc size %#x for %s", uint32(siz), r.Sym.Name) 727 func (ctxt *Link) reloc() { func 729 ctxt.Logf("%5.2f reloc\n", obj.Cputime()) 816 ctxt.Logf("%5.2f reloc\n", obj.Cputime() [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
data.go | 61 func Addrel(s *Symbol) *Reloc { 62 s.R = append(s.R, Reloc{}) 362 var r *Reloc 435 Errorf(s, "bad reloc size %#x for %s", uint32(siz), r.Sym.Name) 446 Errorf(s, "unknown reloc to %v: %v", r.Sym.Name, r.Type) 545 Errorf(s, "R_ADDR reloc to %s+%d is not supported on darwin/arm64", rs.Name, o) 693 Errorf(s, "bad reloc size %#x for %s", uint32(siz), r.Sym.Name) 727 func (ctxt *Link) reloc() { func 729 ctxt.Logf("%5.2f reloc\n", obj.Cputime()) 816 ctxt.Logf("%5.2f reloc\n", obj.Cputime() [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
readelf.c | 74 we can obtain the H8 reloc numbers. We need these for the 81 /* Undo the effects of #including reloc-macros.h. */ 90 /* The following headers use the elf/reloc-macros.h file to 969 /* Returns the reloc type extracted from the reloc info field. */ 991 /* Return the symbol index extracted from the reloc info field. */ 6038 int reloc; member in struct:__anon115596 [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-bfin.c | 127 of the reloc data. But, following code had been written assuming 128 reloc address is starting at begining of instruction. 424 /* This reloc does nothing. . */ 2254 int reloc, idx; local [all...] |
xcofflink.c | 63 /* For each reloc against a global symbol whose index was not known 64 when the reloc was handled, the global hash table entry. */ 66 /* If there is a TOC relative reloc against a global symbol, and the 67 index of the TOC symbol is not known when the reloc was handled, 181 /* Next .loader reloc to swap out. */ 1139 /* Returns the index of reloc in RELOCS with the least address greater [all...] |
elf32-metag.c | 524 /* Dummy reloc used by the linker internally. */ 553 /* Dummy reloc used by the linker internally. */ 638 /* Dummy reloc used by the linker internally. */ 774 /* And the reloc addend that this was derived from. */ 797 /* The input section of the reloc. */ 2995 Elf32_External_Rela reloc; local [all...] |
elf32-rx.c | 225 /* Map BFD reloc types to RX ELF reloc types. */ 301 /* Set the howto pointer for an RX ELF reloc. */ 454 output file) adjusting the reloc addend as necessary. 456 This function does not have to worry about setting the reloc 457 address or the reloc symbol index. 636 anything, unless the reloc is against a section symbol, 669 _bfd_error_handler (_("%B:%A: Warning: deprecated Red Hat reloc " type " detected against: %s."), \ 1073 /* Complex reloc handling: */ [all...] |
elf64-alpha.c | 145 /* Which .reloc section? */ 373 elf64_alpha_reloc_nil (bfd *abfd ATTRIBUTE_UNUSED, arelent *reloc, 379 reloc->address += sec->output_offset; 383 /* A relocation function used for an unsupported reloc. */ 386 elf64_alpha_reloc_bad (bfd *abfd ATTRIBUTE_UNUSED, arelent *reloc, 392 reloc->address += sec->output_offset; 436 /* The special function for the GPDISP reloc. */ 567 /* This reloc only appears immediately following an ELF_LITERAL reloc. 603 in the GPDISP_HI16 reloc. * [all...] |
elf32-frv.c | 34 /* This reloc does nothing. */ 829 /* Summary reloc information collected by 1425 int reloc, idx; local [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-sh64.c | 47 one that looks official). Adding it to reloc.c would make it look too 48 much of a real reloc; it is just used temporarily as a fixup-type. */ 62 corresponding reloc-type here and modify the "immediate" expression 108 basic instruction and reloc for an external symbol. */ 477 symbol, and we set the ELF type of the symbol of the reloc to 565 reloc in an object file. */ 590 /* Change a 64-bit pc-relative reloc into the correct type, just like 605 we have to keep the reloc). FIXME: This is a bug in 655 difference after the reloc is emitted. */ 880 expects to find for a BFD_RELOC_SH_PT_16 reloc, when it check [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
config.go | 205 c.noDuffDevice = obj.GOOS == "darwin" // darwin linker cannot handle BR26 reloc with non-zero addend
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
config.go | 205 c.noDuffDevice = obj.GOOS == "darwin" // darwin linker cannot handle BR26 reloc with non-zero addend
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
TargetLowering.h | 73 TLSModel::Model getTLSModel(const GlobalValue *GV, Reloc::Model reloc); [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/ppc64/ |
asm.go | 243 func adddynrel(ctxt *ld.Link, s *ld.Symbol, r *ld.Reloc) bool { 355 func elfreloc1(ctxt *ld.Link, r *ld.Reloc, sectoff int64) int { 445 func machoreloc1(s *ld.Symbol, r *ld.Reloc, sectoff int64) int { 467 func archrelocaddr(ctxt *ld.Link, r *ld.Reloc, s *ld.Symbol, val *int64) int { 500 ld.Errorf(s, "bad DS reloc for %s: %d", s.Name, ld.Symaddr(r.Sym)) 517 func trampoline(ctxt *ld.Link, r *ld.Reloc, s *ld.Symbol) { 575 ld.Errorf(s, "trampoline called with non-jump reloc: %v", r.Type) 579 func archreloc(ctxt *ld.Link, r *ld.Reloc, s *ld.Symbol, val *int64) int { 672 func archrelocvariant(ctxt *ld.Link, r *ld.Reloc, s *ld.Symbol, t int64) int64 {
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ppc64/ |
asm.go | 243 func adddynrel(ctxt *ld.Link, s *ld.Symbol, r *ld.Reloc) bool { 355 func elfreloc1(ctxt *ld.Link, r *ld.Reloc, sectoff int64) int { 445 func machoreloc1(s *ld.Symbol, r *ld.Reloc, sectoff int64) int { 467 func archrelocaddr(ctxt *ld.Link, r *ld.Reloc, s *ld.Symbol, val *int64) int { 500 ld.Errorf(s, "bad DS reloc for %s: %d", s.Name, ld.Symaddr(r.Sym)) 517 func trampoline(ctxt *ld.Link, r *ld.Reloc, s *ld.Symbol) { 575 ld.Errorf(s, "trampoline called with non-jump reloc: %v", r.Type) 579 func archreloc(ctxt *ld.Link, r *ld.Reloc, s *ld.Symbol, val *int64) int { 672 func archrelocvariant(ctxt *ld.Link, r *ld.Reloc, s *ld.Symbol, t int64) int64 {
|
/toolchain/binutils/binutils-2.25/opcodes/ |
nds32-dis.c | 65 arelent * reloc; member in struct:objdump_disasm_info
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/ |
asm9.go | [all...] |