search for: link_map

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

2016 Jun 07
2
lld/x86_64 linux elf invalid link_map
I'm having a curious issue with LLD/x86_64 linux/elf (Ubuntu 14.04); Where the l_addr of the link_map is invalid when linked with lld, but is fine with gnu ld. I'm using the libgc (boehm) code which when initializing reads the DYNAMIC/DEBUG link_map data, and crashes because the l_addr field has value out of readable memory. The strange this is that it happens only on some linux systems ev...
2008 Jan 21
0
Can't attach to running processes with GDB
-- cut here -- (gdb) attach 58621 Attaching to process 58621 /usr/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb/gdb/solib-svr4.c:1443: internal-error: legacy_fetch_link_map_offsets called without legacy link_map support enabled. A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) -- and here -- Any idea what corner to grab this from? -- Mahnahmahnah!
2018 Jun 11
0
Wine release 3.10
...architecture. dbghelp: Read the Elf_Dyn struct corresponding to the target's architecture. dbghelp: Read the Elf_auxv_t struct corresponding to the target's architecture. dbghelp: Translate the 32-bit ELF symbol struct to the 64-bit one. dbghelp: Read the r_debug and link_map structs corresponding to the target's architecture. stdole2.idl: Use more accurate sizes for Automation types. widl: Generate correct size and alignment for all types. msi: Only delete empty registry keys in delete_key(). msi/tests: Simplify and clarify WriteRegistryValu...
2010 Oct 15
0
Wine release 1.3.5
...compilation). dbghelp: A couple of fixes for 64bit msvc debug info compatibility. dbghelp: Only map an ELF file once. dbghelp: When enumerating loaded modules from r_debug structure, pass the address of the dynamic section as well. dbghelp: Compute ELF load address using the link_map ld's address (and get correct relocation computation). dbghelp: Fix some relocation errors for debug formats out of ELF files. dbghelp: Ensure the stab_nlist structure is usable on 64bit systems. dbghelp: Proper support and definition for S_REGREL_V3. Erich Hoover (1):...
2020 Apr 10
0
Wine release 5.6
...dbghelp: Pass stab size to stabs_parse. dbghelp: Fix misleading indentation warning. dbghelp: Use local NOTE_GNU_BUILD_ID declaration. dbghelp: Don't use *_NULL constants. dbghelp: Use local AT_SYSINFO_EHDR definition. dbghelp: Use local declarations of r_debug and link_map structs. dbghelp: Use local elf_header declaration. dbghelp: Use local elf_section_header declaration. dbghelp: Use local ELF program segment header declaration. dbghelp: Use local dynamic section entry declaration. dbghelp: Use local symbol table entry declaration....