search for: n_pext

Displaying 4 results from an estimated 4 matches for "n_pext".

2018 Feb 16
0
ThinLTO and linkonce_odr + unnamed_addr
...ms > like there should be a way to work around that. Perhaps there's something > we can change in ld64. > As far as I can tell, the "auto hide" property is independent of whether the symbol is actually hidden (the former is N_WEAK_DEF|N_WEAK_REF in n_desc, and the latter is N_PEXT in n_type). So perhaps what you can do is change ld64 to recognize N_WEAK_DEF|N_WEAK_REF together with N_PEXT as meaning "hidden and mergeable". Peter > > > Steven > > > >> On Feb 9, 2018, at 2:00 PM, Steven Wu via llvm-dev < > llvm-dev at lists.llvm.org&gt...
2018 Feb 14
2
ThinLTO and linkonce_odr + unnamed_addr
> On Feb 14, 2018, at 09:55, Steven Wu via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > I did a bit more digging for the auto hide problem. Here is my finding that prevent us from doing this by default in GlobalOpts > > 1. When a symbol is linkonce_odr hidden unnamed_addr, it emits both '.private_extern' and '.weak_def_can_be_hidden' asm directives on
2007 Nov 28
1
Cross-compiling asterisk-1.4 for Debian on a slug
...ng pointer to incomplete type dlfcn.c:1241: error: dereferencing pointer to incomplete type dlfcn.c:1244: error: dereferencing pointer to incomplete type dlfcn.c:1249: error: dereferencing pointer to incomplete type dlfcn.c:1250: error: dereferencing pointer to incomplete type dlfcn.c:1250: error: `N_PEXT' undeclared (first use in this function) dlfcn.c:1251: error: dereferencing pointer to incomplete type dlfcn.c:1251: error: `N_EXT' undeclared (first use in this function) dlfcn.c:1254: error: increment of pointer to unknown structure dlfcn.c:1254: error: arithmetic on pointer to an incompl...
2020 Apr 10
0
Wine release 5.6
...to convert d3d9 primitive types to wined3d types. d3d9: Introduce helpers to convert between d3d9 and wined3d query types. Jacek Caban (49): dbghelp: Pass module to map_dwarf_register. dbghelp: Use DWARF registry mapping quirk only for actual macho modules. dbghelp: Provide N_PEXT and N_SECT defines when not available. dbghelp: Clear N_PEXT flag of stab type in macho files. dbghelp: Use local stab_nlist declaration in macho_module.c. dbghelp: Use local declaration for 64-bit macho nlist. dbghelp: Pass stab size to stabs_parse. dbghelp: Fix misle...