search for: libc_pic

Displaying 5 results from an estimated 5 matches for "libc_pic".

2011 May 29
1
Where is the Centos Linux 5.5 kernel syscall handler for mmap? (Keith Roberts)
...lot of assembly code. Could you please tell us if any of the assembly code call the kernel syscall handler for mmap.s? Also, we ran make for the kernel Makefile and we obtained the following result shown below. Could you please suggest us how to fix the kernel Makeconfig so that it skips over libc_pic.os? Thank you for your help. gcc -shared -static-libgcc -Wl,-O1 -Wl,-z,defs -Wl, -dynamic-linker=/home/frankc/DQT1/glibc-2.9/lib/ld-linux.so.2 -B/home/frankc/DQTTest5/csu/ -Wl, --version-script=/home/frankc/DQTTest5/libc.map -Wl,-soname=libc.so.6 -Wl,-z,combreloc -Wl,-z,relro -Wl,--hash-st...
2011 May 28
2
Where is the Centos Linux 5.5 kernel syscall handler for mmap?
Good evening, We are using Centos Linux Release 5.5 x86_32. We wondering where the kernel syscall handler for mmap in Centos Linux 5.5 distribution is located(for example /usr/xxx/....)? Would any programmers or operating system administrators have this information? Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Mar 07
2
Linking the FreeBSD base system with lld -- status update
...l versioning. FreeBSD has a WITHOUT_SYMVER knob intended to enable this. It is currently broken, and I have patches[3][4] in review to fix it. I also added a "--hide-symbol" command to elfcopy, ELF Tool Chain's objcopy-equivalent. I use this to change the visibility of all symbols in libc_pic.a to hidden so that they do not end up incorrectly exported by ld-elf.so.1. 2. Linker script expression support (PR 26731) The FreeBSD kernel linker scripts contain expressions not supported by lld - for example, ". = ALIGN(. != 0 ? 64 / 8 : 1);". I'm using ld.bfd to link the kernel...
2003 Aug 03
12
FreeBSD Security Advisory FreeBSD-SA-03:08.realpath
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-03:08.realpath Security Advisory The FreeBSD Project Topic: Single byte buffer overflow in realpath(3) Category: core Module: libc Announced:
2003 Mar 26
2
what actually uses xdr_mem.c?
In regards to FreeBSD-SA-03:05.xdr, does anyone know which static binaries or tools under /bin or /sbin actually use that problem code? The recent XDR fixes the xdrmem_getlong_aligned(), xdrmem_putlong_aligned(), xdrmem_getlong_unaligned(), xdrmem_putlong_unaligned(), xdrmem_getbytes(), and/or xdrmem_putbytes() functions, but it is difficult to know what uses these (going backwards manually).