Searched refs:relocate (Results 1 - 25 of 68) sorted by relevance

123

/openbsd-current/gnu/gcc/intl/
H A Drelocatable.h46 extern const char * relocate (const char *pathname);
48 /* Memory management: relocate() leaks memory, because it has to construct
50 relocate() frequently, think about caching the result. */
63 #define relocate(pathname) (pathname) macro
H A Dlocalcharset.c73 # define relocate(pathname) (pathname) macro
119 const char *dir = relocate (LIBDIR);
H A Dlocalealias.c68 # define relocate(pathname) (pathname) macro
236 fp = fopen (relocate (full_fname), "r");
H A Drelocatable.c376 relocate (const char *pathname) function
435 /* Nothing to relocate. */
/openbsd-current/gnu/usr.bin/texinfo/intl/
H A Drelocatable.h51 extern const char * relocate (const char *pathname);
53 /* Memory management: relocate() leaks memory, because it has to construct
55 relocate() frequently, think about caching the result. */
68 #define relocate(pathname) (pathname) macro
H A Dlocalcharset.c73 # define relocate(pathname) (pathname) macro
119 const char *dir = relocate (LIBDIR);
H A Dlocalealias.c68 # define relocate(pathname) (pathname) macro
233 fp = fopen (relocate (full_fname), "r");
H A Drelocatable.c386 relocate (const char *pathname) function
445 /* Nothing to relocate. */
/openbsd-current/gnu/llvm/lld/ELF/Arch/
H A DMSP430.cpp37 void relocate(uint8_t *loc, const Relocation &rel,
62 void MSP430::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { function in class:MSP430
H A DAMDGPU.cpp32 void relocate(uint8_t *loc, const Relocation &rel,
129 void AMDGPU::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { function in class:AMDGPU
H A DSPARCV9.cpp29 void relocate(uint8_t *loc, const Relocation &rel,
87 void SPARCV9::relocate(uint8_t *loc, const Relocation &rel, function in class:SPARCV9
H A DAVR.cpp48 void relocate(uint8_t *loc, const Relocation &rel,
96 void AVR::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { function in class:AVR
H A DPPC.cpp50 void relocate(uint8_t *loc, const Relocation &rel,
310 void PPC::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { function in class:PPC
453 relocate(loc, rel, val);
509 relocate(loc, rel, val);
H A DPPC64.cpp167 void relocate(uint8_t *loc, const Relocation &rel,
395 // Add PPC64TocOffset that will be subtracted by PPC64::relocate().
644 relocate(loc, rel, val);
667 relocate(loc, rel, val);
673 // on that relocation since this one does not relocate a symbol.
825 relocate(loc, rel, val);
1228 void PPC64::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { function in class:PPCLegacyInsn::PPCPrefixedInsn::PPC64
1565 relocate(loc, rel, val);
1591 relocate(loc, rel, val);
1607 relocate(lo
[all...]
H A DAArch64.cpp49 void relocate(uint8_t *loc, const Relocation &rel,
360 void AArch64::relocate(uint8_t *loc, const Relocation &rel, function in class:AArch64
667 target->relocate(buf + adrRel.offset, adrRel, val);
737 target->relocate(buf + adrpSymRel.offset, adrpSymRel,
741 target->relocate(buf + addRel.offset, addRel, SignExtend64(sym.getVA(), 64));
785 relocate(loc, rel, val);
H A DX86.cpp37 void relocate(uint8_t *loc, const Relocation &rel,
283 void X86::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { function in class:X86
509 relocate(loc, rel, val);
H A DHexagon.cpp32 void relocate(uint8_t *loc, const Relocation &rel,
243 void Hexagon::relocate(uint8_t *loc, const Relocation &rel, function in class:Hexagon
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Drelocate.exp20 # relocate.exp -- Expect script to test loading symbols from unrelocated
27 set testfile relocate
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Ddwarf.h48 unsigned int relocate : 1; member in struct:dwarf_section_display
/openbsd-current/gnu/llvm/lld/wasm/
H A DInputChunks.cpp92 ms->relocate(buf + outSecOff);
100 relocate(buf + outSecOff);
103 void InputChunk::relocate(uint8_t *buf) const { function in class:lld::wasm::InputChunk
/openbsd-current/gnu/llvm/lld/ELF/
H A DTarget.cpp167 relocate(loc, rel, val);
H A DTarget.h87 virtual void relocate(uint8_t *loc, const Relocation &rel,
90 relocate(loc, Relocation{R_NONE, type, 0, 0, nullptr}, val);
/openbsd-current/sys/arch/hppa/stand/boot/
H A Dsrt0.S102 add %rp,%dp,%dp ; and relocate it.
/openbsd-current/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp934 Info.AddrAdjust = relocate(Reloc);
1033 DwarfLinkerForBinary::AddressManager::relocate(const ValidReloc &Reloc) const { function in class:llvm::dsymutil::DwarfLinkerForBinary::AddressManager
1054 uint64_t Value = relocate(CurReloc);
1076 return relocate(Relocs[0]);
H A DDwarfLinkerForBinary.h101 uint64_t relocate(const ValidReloc &Reloc) const;

Completed in 315 milliseconds

123