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

123

/haiku-buildtools/binutils/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 Dconfig.h.in238 #undef relocate
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. */
/haiku-buildtools/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 Dconfig.h.in238 #undef relocate
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. */
/haiku-buildtools/binutils/ld/testsuite/ld-m68hc11/
H A Dxgate1.s1 ;;; Test branches and branch relocate with XGATE
7 ldw r1,#var1 ; expands to two IMM8 %hi,%lo relocate
H A Dxgate-link.s1 ;;; Test 16bit relocate with XGATE
7 ldw r1,#var1 ; expands to two IMM8 %hi,%lo relocate
8 add r5,#var2 ; expands to two IMM8 %hi,%lo relocate
12 ldh r6,#var5 ; IMM8 with relocate
14 cmp r2,#var3 ; expands to two IMM8 %hi,%lo relocate
H A Dxgate-offset.s1 ;;; Test 16bit relocate with --xgate-ramoffset
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dgreg-10.d7 # Most simple greg usage: relocate to each possible location within an
H A Dgreg-1.d7 # Most simple greg usage: relocate to each possible location within an
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dgreg-1.d7 # Most simple greg usage: relocate to each possible location within an
H A Dgreg-10.d7 # Most simple greg usage: relocate to each possible location within an
/haiku-buildtools/legacy/binutils/binutils/
H A Ddwarf.h48 unsigned int relocate : 1; member in struct:dwarf_section_display
/haiku-buildtools/binutils/binutils/
H A Ddwarf.h143 bfd_boolean relocate; member in struct:dwarf_section_display
/haiku-buildtools/binutils/gold/
H A Dtarget-reloc.h229 // a single function, relocate(), which implements the machine
276 Relocate relocate; local
403 if (!relocate.relocate(relinfo, Classify_reloc::sh_type, target,
462 Relocate relocate; local
463 relocate.relocate(relinfo, elfcpp::SHT_RELA, target, NULL,
/haiku-buildtools/binutils/bfd/
H A Delf32-vax.c1544 bfd_boolean skip, relocate;
1558 relocate = FALSE;
1566 skip = TRUE, relocate = TRUE;
1586 relocate = TRUE;
1659 if (!relocate)
1543 bfd_boolean skip, relocate; local
H A Delf32-arc.c1412 bfd_boolean relocate = FALSE; local
1437 relocate = FALSE;
1448 relocate = FALSE;
1450 relocate = TRUE;
1467 relocate = TRUE;
1480 if (relocate == FALSE)
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-m68k.c1759 bfd_boolean skip, relocate;
1766 relocate = FALSE;
1774 skip = TRUE, relocate = TRUE;
1797 relocate = TRUE;
1838 if (!relocate)
2260 used at runtime to relocate the section. This is called by the
2314 /* We can only relocate absolute longword relocs at run time. */
1758 bfd_boolean skip, relocate; local
H A Delf32-vax.c1594 /* We want the relocate to point into the .got.plt instead
1634 bfd_boolean skip, relocate;
1660 relocate = FALSE;
1668 skip = TRUE, relocate = TRUE;
1688 relocate = TRUE;
1749 if (!relocate)
1633 bfd_boolean skip, relocate; local
H A Delf32-cris.c1380 bfd_boolean skip, relocate;
1421 relocate = FALSE;
1429 skip = TRUE, relocate = TRUE;
1449 relocate = TRUE;
1485 if (!relocate)
1374 bfd_boolean skip, relocate; local

Completed in 410 milliseconds

123