Searched hist:"27 bd4146a177c20add372774250309ddc956a891" (Results 1 – 5 of 5) sorted by relevance
/freebsd/libexec/rtld-elf/powerpc64/ |
H A D | Makefile.inc | 27bd4146a177c20add372774250309ddc956a891 Sat Jul 10 19:43:24 CEST 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> RTLD support for powerpc64. A few small modifications to the Makefile and symbol map are required to support various consequences of the dot symbol scheme:
- Symbols beginning with a dot are reserved, so start private symbols with an underscore. - In order to set RTLD breakpoints, gdb must be able to locate the text entry point, not the data section function descriptor, so add .r_debug_state to the symbol map on powerpc64.
Obtained from: projects/ppc64
|
H A D | rtld_start.S | 27bd4146a177c20add372774250309ddc956a891 Sat Jul 10 19:43:24 CEST 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> RTLD support for powerpc64. A few small modifications to the Makefile and symbol map are required to support various consequences of the dot symbol scheme:
- Symbols beginning with a dot are reserved, so start private symbols with an underscore. - In order to set RTLD breakpoints, gdb must be able to locate the text entry point, not the data section function descriptor, so add .r_debug_state to the symbol map on powerpc64.
Obtained from: projects/ppc64
|
H A D | reloc.c | 27bd4146a177c20add372774250309ddc956a891 Sat Jul 10 19:43:24 CEST 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> RTLD support for powerpc64. A few small modifications to the Makefile and symbol map are required to support various consequences of the dot symbol scheme:
- Symbols beginning with a dot are reserved, so start private symbols with an underscore. - In order to set RTLD breakpoints, gdb must be able to locate the text entry point, not the data section function descriptor, so add .r_debug_state to the symbol map on powerpc64.
Obtained from: projects/ppc64
|
/freebsd/libexec/rtld-elf/ |
H A D | Symbol.map | diff 27bd4146a177c20add372774250309ddc956a891 Sat Jul 10 19:43:24 CEST 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> RTLD support for powerpc64. A few small modifications to the Makefile and symbol map are required to support various consequences of the dot symbol scheme:
- Symbols beginning with a dot are reserved, so start private symbols with an underscore. - In order to set RTLD breakpoints, gdb must be able to locate the text entry point, not the data section function descriptor, so add .r_debug_state to the symbol map on powerpc64.
Obtained from: projects/ppc64
|
H A D | Makefile | diff 27bd4146a177c20add372774250309ddc956a891 Sat Jul 10 19:43:24 CEST 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> RTLD support for powerpc64. A few small modifications to the Makefile and symbol map are required to support various consequences of the dot symbol scheme:
- Symbols beginning with a dot are reserved, so start private symbols with an underscore. - In order to set RTLD breakpoints, gdb must be able to locate the text entry point, not the data section function descriptor, so add .r_debug_state to the symbol map on powerpc64.
Obtained from: projects/ppc64
|