/prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/ |
asm6.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/ |
asm9.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/x86/ |
asm6.go | [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
elf.go | [all...] |
ldmacho.go | 443 var r []Reloc 444 var rp *Reloc 732 r = make([]Reloc, sect.nreloc) 734 Reloc: 821 continue Reloc 850 // [For future reference, see Darwin's /usr/include/mach-o/x86_64/reloc.h]
|
ldelf.go | 466 var r []Reloc 468 var rp *Reloc 875 r = make([]Reloc, n) 919 err = fmt.Errorf("%s#%d: reloc of invalid sym #%d %s shndx=%d type=%d", sect.sym.Name, j, int(info>>32), sym.name, sym.shndx, sym.type_) 1108 type rbyoff []Reloc
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
elf.go | [all...] |
ldmacho.go | 443 var r []Reloc 444 var rp *Reloc 732 r = make([]Reloc, sect.nreloc) 734 Reloc: 821 continue Reloc 850 // [For future reference, see Darwin's /usr/include/mach-o/x86_64/reloc.h]
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
si_shader.c | 6033 const struct radeon_shader_reloc *reloc = &binary->relocs[i]; local 6123 const struct radeon_shader_reloc *reloc = local [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/ |
asm7.go | 784 fmt.Printf("addpool: %v in %v needs reloc\n", DRconv(c), p) [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/ |
asm7.go | 784 fmt.Printf("addpool: %v in %v needs reloc\n", DRconv(c), p) [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elflink.c | 361 image and use a R_*_COPY reloc to tell the dynamic linker to [all...] |
coffcode.h | 200 of all the symbol table and reloc drudgery itself, thereby 379 #define DOT_RELOC ".reloc" 686 /* skip RELOC */ [all...] |
elf64-x86-64.c | 180 /* We have a gap in the reloc numbers here. 182 R_X86_64_vt_offset is the value to subtract from a reloc type of 291 /* Given a BFD reloc type, return a HOWTO structure. */ 317 reloc_howto_type *reloc local 319 BFD_ASSERT (reloc->type == (unsigned int) R_X86_64_32); 320 return reloc; 331 /* Given an x86_64 ELF reloc type, fill in an arelent structure. */ [all...] |
coff-alpha.c | 48 Get the generic COFF swapping routines, except for the reloc, 97 /* How to process the various reloc types. */ 101 arelent *reloc ATTRIBUTE_UNUSED, 117 /* Reloc type 0 is ignored by itself. However, it appears after a 118 GPDISP reloc to identify the location where the low order 16 bits 183 reloc always seems to be against the .lita section. */ 198 /* This reloc only appears immediately following a LITERAL reloc. 222 which loads the upper 16 bits of the gp register. The next reloc 223 will be an IGNORE reloc which identifies the location of the ld [all...] |
nlmcode.h | 885 records we also read in the associated reloc information, which is [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-mmix.c | [all...] |
tc-z80.c | 2050 arelent *reloc; local [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
all_insns.d | 1 #objdump: -d --prefix-addresses --reloc
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
elf-rel-got-n32.d | 2 #name: MIPS ELF got reloc n32
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
elf-rel-xgot-n64-embed.d | 1 #name: MIPS ELF xgot reloc n64
|
elf-rel-xgot-n64-linux.d | 1 #name: MIPS ELF xgot reloc n64
|
/toolchain/binutils/binutils-2.25/opcodes/ |
bfin-dis.c | 64 const char reloc; member in struct:__anon116458 126 if (constant_formats[cf].reloc) 181 if (0 && constant_formats[cf].reloc) [all...] |
/external/iproute2/misc/ |
ss.c | 1175 /* Relocate external jumps by reloc. */ 1176 static void ssfilter_patch(char *a, int len, int reloc) 1181 op->no += reloc; [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
TargetLowering.cpp | 43 TLSModel::Model getTLSModel(const GlobalValue *GV, Reloc::Model reloc) { 50 if (reloc == Reloc::PIC_) { [all...] |