annotate dynload/dynload_syms_mach-o.c @ 552:61c485f8cc06

cosmetics & c-comments for consistency
author Tassilo Philipp
date Mon, 20 Jun 2022 15:11:52 +0200
parents 2144287113df
children 6a8aac9b2bcf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
1 /*
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
2
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
3 Package: dyncall
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
4 Library: dynload
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
5 File: dynload/dynload_syms_mach-o.c
219
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
6 Description:
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
7 License:
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
8
217
87c695673522 dynload darwin/mach-o update:
Tassilo Philipp
parents: 0
diff changeset
9 Copyright (c) 2007-2015 Olivier Chafik <olivier.chafik@gmail.com>,
384
2144287113df - prep for 1.2 release candidate
Tassilo Philipp
parents: 382
diff changeset
10 2017-2021 refactored completely for stability, API
219
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
11 consistency and portability by Tassilo Philipp.
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
12
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
13 Permission to use, copy, modify, and distribute this software for any
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
14 purpose with or without fee is hereby granted, provided that the above
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
15 copyright notice and this permission notice appear in all copies.
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
16
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
17 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
18 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
19 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
20 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
21 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
22 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
23 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
24
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
25 */
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
26
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
27
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
28
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
29 /*
219
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
30
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
31 dynamic symbol resolver for Mach-O
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
32
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
33 */
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
34
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
35 #include "dynload.h"
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
36 #include "dynload_alloc.h"
217
87c695673522 dynload darwin/mach-o update:
Tassilo Philipp
parents: 0
diff changeset
37 #include "../autovar/autovar_ARCH.h"
220
94dc0bdd7dbe - make dynload symbol iteration return symbol names as in C code, on Darwin
Tassilo Philipp
parents: 219
diff changeset
38 #include "../autovar/autovar_OS.h"
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
39
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
40 #include <mach-o/dyld.h>
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
41 #include <mach-o/nlist.h>
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
42 #include <dlfcn.h>
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
43 #include <string.h>
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
44
220
94dc0bdd7dbe - make dynload symbol iteration return symbol names as in C code, on Darwin
Tassilo Philipp
parents: 219
diff changeset
45 #if defined(ARCH_X64) || defined(ARCH_PPC64) || defined(ARCH_ARM64) /*@@@ use dyncall_macros.h*/
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
46 #define MACH_HEADER_TYPE mach_header_64
223
7076f551faf5 - dynload mach-o handling fixes for 64bit platforms
Tassilo Philipp
parents: 220
diff changeset
47 #define MACH_HEADER_MAGIC_NR MH_MAGIC_64
7076f551faf5 - dynload mach-o handling fixes for 64bit platforms
Tassilo Philipp
parents: 220
diff changeset
48 #define SEGMEND_COMMAND_ID LC_SEGMENT_64
219
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
49 #define SEGMENT_COMMAND segment_command_64
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
50 #define NLIST_TYPE nlist_64
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
51 #else
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
52 #define MACH_HEADER_TYPE mach_header
223
7076f551faf5 - dynload mach-o handling fixes for 64bit platforms
Tassilo Philipp
parents: 220
diff changeset
53 #define MACH_HEADER_MAGIC_NR MH_MAGIC
7076f551faf5 - dynload mach-o handling fixes for 64bit platforms
Tassilo Philipp
parents: 220
diff changeset
54 #define SEGMEND_COMMAND_ID LC_SEGMENT
7076f551faf5 - dynload mach-o handling fixes for 64bit platforms
Tassilo Philipp
parents: 220
diff changeset
55 #define SEGMENT_COMMAND segment_command
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
56 #define NLIST_TYPE nlist
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
57 #endif
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
58
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
59
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
60 struct DLSyms_
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
61 {
217
87c695673522 dynload darwin/mach-o update:
Tassilo Philipp
parents: 0
diff changeset
62 DLLib* pLib;
87c695673522 dynload darwin/mach-o update:
Tassilo Philipp
parents: 0
diff changeset
63 const char* pStringTable;
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
64 const struct NLIST_TYPE* pSymbolTable;
217
87c695673522 dynload darwin/mach-o update:
Tassilo Philipp
parents: 0
diff changeset
65 uint32_t symbolCount;
226
6e40eb9fb261 - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
Tassilo Philipp
parents: 223
diff changeset
66 uintptr_t symOffset;
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
67 };
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
68
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
69
217
87c695673522 dynload darwin/mach-o update:
Tassilo Philipp
parents: 0
diff changeset
70 DLSyms* dlSymsInit(const char* libPath)
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
71 {
217
87c695673522 dynload darwin/mach-o update:
Tassilo Philipp
parents: 0
diff changeset
72 DLLib* pLib;
223
7076f551faf5 - dynload mach-o handling fixes for 64bit platforms
Tassilo Philipp
parents: 220
diff changeset
73 DLSyms* pSyms = NULL;
219
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
74 uint32_t i, n;
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
75 const struct MACH_HEADER_TYPE* pHeader = NULL;
223
7076f551faf5 - dynload mach-o handling fixes for 64bit platforms
Tassilo Philipp
parents: 220
diff changeset
76 const struct dysymtab_command* dysymtab_cmd = NULL;
217
87c695673522 dynload darwin/mach-o update:
Tassilo Philipp
parents: 0
diff changeset
77
87c695673522 dynload darwin/mach-o update:
Tassilo Philipp
parents: 0
diff changeset
78 pLib = dlLoadLibrary(libPath);
87c695673522 dynload darwin/mach-o update:
Tassilo Philipp
parents: 0
diff changeset
79 if(!pLib)
87c695673522 dynload darwin/mach-o update:
Tassilo Philipp
parents: 0
diff changeset
80 return NULL;
87c695673522 dynload darwin/mach-o update:
Tassilo Philipp
parents: 0
diff changeset
81
220
94dc0bdd7dbe - make dynload symbol iteration return symbol names as in C code, on Darwin
Tassilo Philipp
parents: 219
diff changeset
82 /* Loop over all dynamically linked images to find ours. */
219
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
83 for(i = 0, n = _dyld_image_count(); i < n; ++i)
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
84 {
219
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
85 const char* name = _dyld_get_image_name(i);
217
87c695673522 dynload darwin/mach-o update:
Tassilo Philipp
parents: 0
diff changeset
86
382
dd5d03483314 - dynload changes to support macos >= 11.0.1 "built-in dynamic linker cache of all system-provided libraries" (those dylibs are no longer present on the fs)"
Tassilo Philipp
parents: 282
diff changeset
87 if(name)
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
88 {
220
94dc0bdd7dbe - make dynload symbol iteration return symbol names as in C code, on Darwin
Tassilo Philipp
parents: 219
diff changeset
89 /* Don't rely on name comparison alone, as libPath might be relative, symlink, differently */
382
dd5d03483314 - dynload changes to support macos >= 11.0.1 "built-in dynamic linker cache of all system-provided libraries" (those dylibs are no longer present on the fs)"
Tassilo Philipp
parents: 282
diff changeset
90 /* cased, use weird osx path placeholders, etc., but compare inode number with the one of the mapped dyld image. */
dd5d03483314 - dynload changes to support macos >= 11.0.1 "built-in dynamic linker cache of all system-provided libraries" (those dylibs are no longer present on the fs)"
Tassilo Philipp
parents: 282
diff changeset
91
dd5d03483314 - dynload changes to support macos >= 11.0.1 "built-in dynamic linker cache of all system-provided libraries" (those dylibs are no longer present on the fs)"
Tassilo Philipp
parents: 282
diff changeset
92 /* reload already loaded lib to get handle to compare with, should be lightweight and only increase ref count */
dd5d03483314 - dynload changes to support macos >= 11.0.1 "built-in dynamic linker cache of all system-provided libraries" (those dylibs are no longer present on the fs)"
Tassilo Philipp
parents: 282
diff changeset
93 DLLib* pLib_ = dlLoadLibrary(name);
dd5d03483314 - dynload changes to support macos >= 11.0.1 "built-in dynamic linker cache of all system-provided libraries" (those dylibs are no longer present on the fs)"
Tassilo Philipp
parents: 282
diff changeset
94 if(pLib_)
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
95 {
382
dd5d03483314 - dynload changes to support macos >= 11.0.1 "built-in dynamic linker cache of all system-provided libraries" (those dylibs are no longer present on the fs)"
Tassilo Philipp
parents: 282
diff changeset
96 /* free / refcount-- */
dd5d03483314 - dynload changes to support macos >= 11.0.1 "built-in dynamic linker cache of all system-provided libraries" (those dylibs are no longer present on the fs)"
Tassilo Philipp
parents: 282
diff changeset
97 dlFreeLibrary(pLib_);
dd5d03483314 - dynload changes to support macos >= 11.0.1 "built-in dynamic linker cache of all system-provided libraries" (those dylibs are no longer present on the fs)"
Tassilo Philipp
parents: 282
diff changeset
98
dd5d03483314 - dynload changes to support macos >= 11.0.1 "built-in dynamic linker cache of all system-provided libraries" (those dylibs are no longer present on the fs)"
Tassilo Philipp
parents: 282
diff changeset
99 if(pLib == pLib_)
dd5d03483314 - dynload changes to support macos >= 11.0.1 "built-in dynamic linker cache of all system-provided libraries" (those dylibs are no longer present on the fs)"
Tassilo Philipp
parents: 282
diff changeset
100 {
dd5d03483314 - dynload changes to support macos >= 11.0.1 "built-in dynamic linker cache of all system-provided libraries" (those dylibs are no longer present on the fs)"
Tassilo Philipp
parents: 282
diff changeset
101 pHeader = (const struct MACH_HEADER_TYPE*) _dyld_get_image_header(i);
552
61c485f8cc06 cosmetics & c-comments for consistency
Tassilo Philipp
parents: 384
diff changeset
102 /*@@@ slide = _dyld_get_image_vmaddr_slide(i);*/
382
dd5d03483314 - dynload changes to support macos >= 11.0.1 "built-in dynamic linker cache of all system-provided libraries" (those dylibs are no longer present on the fs)"
Tassilo Philipp
parents: 282
diff changeset
103 break; /* found header */
dd5d03483314 - dynload changes to support macos >= 11.0.1 "built-in dynamic linker cache of all system-provided libraries" (those dylibs are no longer present on the fs)"
Tassilo Philipp
parents: 282
diff changeset
104 }
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
105 }
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
106 }
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
107 }
219
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
108
282
7ed642a9c3e9 - removed some restriction in mach-o loader
Tassilo Philipp
parents: 275
diff changeset
109 if(pHeader && (pHeader->magic == MACH_HEADER_MAGIC_NR) && (pHeader->filetype == MH_DYLIB)/*@@@ ignore for now, seems to work without it on El Capitan && !(pHeader->flags & MH_SPLIT_SEGS)*/)
219
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
110 {
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
111 const char* pBase = (const char*)pHeader;
226
6e40eb9fb261 - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
Tassilo Philipp
parents: 223
diff changeset
112 uintptr_t slide = 0, symOffset = 0;
219
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
113 const struct load_command* cmd = (const struct load_command*)(pBase + sizeof(struct MACH_HEADER_TYPE));
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
114
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
115 for(i = 0, n = pHeader->ncmds; i < n; ++i, cmd = (const struct load_command*)((const char*)cmd + cmd->cmdsize))
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
116 {
223
7076f551faf5 - dynload mach-o handling fixes for 64bit platforms
Tassilo Philipp
parents: 220
diff changeset
117 if(cmd->cmd == SEGMEND_COMMAND_ID)
219
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
118 {
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
119 const struct SEGMENT_COMMAND* seg = (struct SEGMENT_COMMAND*)cmd;
275
1e3617d8a951 - mach-o loader fix (discovered on High Sierra, not sure what other versions were affected)
Tassilo Philipp
parents: 242
diff changeset
120 /*@@@ unsure why I used this instead of checking __TEXT: if((seg->fileoff == 0) && (seg->filesize != 0))*/
1e3617d8a951 - mach-o loader fix (discovered on High Sierra, not sure what other versions were affected)
Tassilo Philipp
parents: 242
diff changeset
121 if(strcmp(seg->segname, "__TEXT") == 0)
226
6e40eb9fb261 - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
Tassilo Philipp
parents: 223
diff changeset
122 slide = (uintptr_t)pHeader - seg->vmaddr; /* effective offset of segment from header */
6e40eb9fb261 - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
Tassilo Philipp
parents: 223
diff changeset
123
275
1e3617d8a951 - mach-o loader fix (discovered on High Sierra, not sure what other versions were affected)
Tassilo Philipp
parents: 242
diff changeset
124 /* If we have __LINKEDIT segment (= raw data for dynamic linkers), use that one to find symbal table address. */
226
6e40eb9fb261 - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
Tassilo Philipp
parents: 223
diff changeset
125 if(strcmp(seg->segname, "__LINKEDIT") == 0) {
275
1e3617d8a951 - mach-o loader fix (discovered on High Sierra, not sure what other versions were affected)
Tassilo Philipp
parents: 242
diff changeset
126 /* Recompute pBase relative to where __LINKEDIT segment is in memory. */
226
6e40eb9fb261 - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
Tassilo Philipp
parents: 223
diff changeset
127 pBase = (const char*)(seg->vmaddr - seg->fileoff) + slide;
275
1e3617d8a951 - mach-o loader fix (discovered on High Sierra, not sure what other versions were affected)
Tassilo Philipp
parents: 242
diff changeset
128
1e3617d8a951 - mach-o loader fix (discovered on High Sierra, not sure what other versions were affected)
Tassilo Philipp
parents: 242
diff changeset
129 /*@@@ we might want to also check maxprot and initprot here:
1e3617d8a951 - mach-o loader fix (discovered on High Sierra, not sure what other versions were affected)
Tassilo Philipp
parents: 242
diff changeset
130 VM_PROT_READ ((vm_prot_t) 0x01)
1e3617d8a951 - mach-o loader fix (discovered on High Sierra, not sure what other versions were affected)
Tassilo Philipp
parents: 242
diff changeset
131 VM_PROT_WRITE ((vm_prot_t) 0x02)
1e3617d8a951 - mach-o loader fix (discovered on High Sierra, not sure what other versions were affected)
Tassilo Philipp
parents: 242
diff changeset
132 VM_PROT_EXECUTE ((vm_prot_t) 0x04)*/
1e3617d8a951 - mach-o loader fix (discovered on High Sierra, not sure what other versions were affected)
Tassilo Philipp
parents: 242
diff changeset
133
226
6e40eb9fb261 - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
Tassilo Philipp
parents: 223
diff changeset
134 symOffset = slide; /* this is also offset of symbols */
6e40eb9fb261 - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
Tassilo Philipp
parents: 223
diff changeset
135 }
219
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
136 }
223
7076f551faf5 - dynload mach-o handling fixes for 64bit platforms
Tassilo Philipp
parents: 220
diff changeset
137 else if(cmd->cmd == LC_SYMTAB && !pSyms/* only init once - just safety check */)
219
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
138 {
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
139 const struct symtab_command* scmd = (const struct symtab_command*)cmd;
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
140
220
94dc0bdd7dbe - make dynload symbol iteration return symbol names as in C code, on Darwin
Tassilo Philipp
parents: 219
diff changeset
141 /* cmd->cmdsize must be size of struct, otherwise something is off; abort */
219
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
142 if(cmd->cmdsize != sizeof(struct symtab_command))
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
143 break;
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
144
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
145 pSyms = (DLSyms*)dlAllocMem(sizeof(DLSyms));
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
146 pSyms->symbolCount = scmd->nsyms;
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
147 pSyms->pStringTable = pBase + scmd->stroff;
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
148 pSyms->pSymbolTable = (struct NLIST_TYPE*)(pBase + scmd->symoff);
226
6e40eb9fb261 - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
Tassilo Philipp
parents: 223
diff changeset
149 pSyms->symOffset = symOffset;
219
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
150 pSyms->pLib = pLib;
223
7076f551faf5 - dynload mach-o handling fixes for 64bit platforms
Tassilo Philipp
parents: 220
diff changeset
151 }
275
1e3617d8a951 - mach-o loader fix (discovered on High Sierra, not sure what other versions were affected)
Tassilo Philipp
parents: 242
diff changeset
152 else if(cmd->cmd == LC_DYSYMTAB && !dysymtab_cmd/* only init once - just safety check */)
223
7076f551faf5 - dynload mach-o handling fixes for 64bit platforms
Tassilo Philipp
parents: 220
diff changeset
153 {
275
1e3617d8a951 - mach-o loader fix (discovered on High Sierra, not sure what other versions were affected)
Tassilo Philipp
parents: 242
diff changeset
154 /* @@@ unused, we'll always run over all symbols, and not check locals, globals, etc.
1e3617d8a951 - mach-o loader fix (discovered on High Sierra, not sure what other versions were affected)
Tassilo Philipp
parents: 242
diff changeset
155 if(cmd->cmdsize != sizeof(struct symtab_command)) {
1e3617d8a951 - mach-o loader fix (discovered on High Sierra, not sure what other versions were affected)
Tassilo Philipp
parents: 242
diff changeset
156 dlSymsCleanup(pSyms);
223
7076f551faf5 - dynload mach-o handling fixes for 64bit platforms
Tassilo Philipp
parents: 220
diff changeset
157 break;
275
1e3617d8a951 - mach-o loader fix (discovered on High Sierra, not sure what other versions were affected)
Tassilo Philipp
parents: 242
diff changeset
158 }
1e3617d8a951 - mach-o loader fix (discovered on High Sierra, not sure what other versions were affected)
Tassilo Philipp
parents: 242
diff changeset
159
1e3617d8a951 - mach-o loader fix (discovered on High Sierra, not sure what other versions were affected)
Tassilo Philipp
parents: 242
diff changeset
160 dysymtab_cmd = (const struct dysymtab_command*)cmd;*/
219
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
161 }
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
162 }
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
163 }
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
164
223
7076f551faf5 - dynload mach-o handling fixes for 64bit platforms
Tassilo Philipp
parents: 220
diff changeset
165 /* Got symbol table? */
7076f551faf5 - dynload mach-o handling fixes for 64bit platforms
Tassilo Philipp
parents: 220
diff changeset
166 if(pSyms) {
7076f551faf5 - dynload mach-o handling fixes for 64bit platforms
Tassilo Philipp
parents: 220
diff changeset
167 /* Alter symtable info if we got symbols organized in local/defined/undefined groups. */
7076f551faf5 - dynload mach-o handling fixes for 64bit platforms
Tassilo Philipp
parents: 220
diff changeset
168 /* Only use local ones in that case. */
7076f551faf5 - dynload mach-o handling fixes for 64bit platforms
Tassilo Philipp
parents: 220
diff changeset
169 /*@@@ don't restrict to only local symbols if(dysymtab_cmd) {
7076f551faf5 - dynload mach-o handling fixes for 64bit platforms
Tassilo Philipp
parents: 220
diff changeset
170 pSyms->pSymbolTable += dysymtab_cmd->ilocalsym;
7076f551faf5 - dynload mach-o handling fixes for 64bit platforms
Tassilo Philipp
parents: 220
diff changeset
171 pSyms->symbolCount = dysymtab_cmd->nlocalsym;
7076f551faf5 - dynload mach-o handling fixes for 64bit platforms
Tassilo Philipp
parents: 220
diff changeset
172 }*/
7076f551faf5 - dynload mach-o handling fixes for 64bit platforms
Tassilo Philipp
parents: 220
diff changeset
173 return pSyms;
7076f551faf5 - dynload mach-o handling fixes for 64bit platforms
Tassilo Philipp
parents: 220
diff changeset
174 }
7076f551faf5 - dynload mach-o handling fixes for 64bit platforms
Tassilo Philipp
parents: 220
diff changeset
175
220
94dc0bdd7dbe - make dynload symbol iteration return symbol names as in C code, on Darwin
Tassilo Philipp
parents: 219
diff changeset
176 /* Couldn't init syms, so free lib and return error. */
219
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
177 dlFreeLibrary(pLib);
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
178 return NULL;
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
179 }
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
180
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
181
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
182 void dlSymsCleanup(DLSyms* pSyms)
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
183 {
217
87c695673522 dynload darwin/mach-o update:
Tassilo Philipp
parents: 0
diff changeset
184 if(pSyms) {
87c695673522 dynload darwin/mach-o update:
Tassilo Philipp
parents: 0
diff changeset
185 dlFreeLibrary(pSyms->pLib);
87c695673522 dynload darwin/mach-o update:
Tassilo Philipp
parents: 0
diff changeset
186 dlFreeMem(pSyms);
87c695673522 dynload darwin/mach-o update:
Tassilo Philipp
parents: 0
diff changeset
187 }
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
188 }
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
189
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
190 int dlSymsCount(DLSyms* pSyms)
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
191 {
217
87c695673522 dynload darwin/mach-o update:
Tassilo Philipp
parents: 0
diff changeset
192 return pSyms ? pSyms->symbolCount : 0;
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
193 }
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
194
219
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
195
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
196 const char* dlSymsName(DLSyms* pSyms, int index)
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
197 {
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
198 const struct NLIST_TYPE* nl;
219
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
199 unsigned char t;
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
200
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
201 if(!pSyms)
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
202 return NULL;
217
87c695673522 dynload darwin/mach-o update:
Tassilo Philipp
parents: 0
diff changeset
203
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
204 nl = pSyms->pSymbolTable + index;
226
6e40eb9fb261 - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
Tassilo Philipp
parents: 223
diff changeset
205 t = nl->n_type & N_TYPE;
219
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
206
226
6e40eb9fb261 - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
Tassilo Philipp
parents: 223
diff changeset
207 /* Return name by lookup through it's address. This guarantees to be consistent with dlsym and dladdr */
6e40eb9fb261 - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
Tassilo Philipp
parents: 223
diff changeset
208 /* calls as used in dlFindAddress and dlSymsNameFromValue - the "#if 0"-ed code below returns the */
6e40eb9fb261 - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
Tassilo Philipp
parents: 223
diff changeset
209 /* name directly, but assumes wrongly that everything is prefixed with an underscore on Darwin. */
6e40eb9fb261 - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
Tassilo Philipp
parents: 223
diff changeset
210
6e40eb9fb261 - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
Tassilo Philipp
parents: 223
diff changeset
211 /* only handle symbols that are in a section and aren't symbolic debug entries */
6e40eb9fb261 - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
Tassilo Philipp
parents: 223
diff changeset
212 if((t == N_SECT) && (nl->n_type & N_STAB) == 0)
6e40eb9fb261 - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
Tassilo Philipp
parents: 223
diff changeset
213 return dlSymsNameFromValue(pSyms, (void*)(nl->n_value + pSyms->symOffset));
6e40eb9fb261 - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
Tassilo Philipp
parents: 223
diff changeset
214
6e40eb9fb261 - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
Tassilo Philipp
parents: 223
diff changeset
215 return NULL; /* @@@ handle N_INDR, etc.? */
6e40eb9fb261 - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
Tassilo Philipp
parents: 223
diff changeset
216
6e40eb9fb261 - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
Tassilo Philipp
parents: 223
diff changeset
217 #if 0
220
94dc0bdd7dbe - make dynload symbol iteration return symbol names as in C code, on Darwin
Tassilo Philipp
parents: 219
diff changeset
218 /* Mach-O manual: Symbols with an index into the string table of zero */
94dc0bdd7dbe - make dynload symbol iteration return symbol names as in C code, on Darwin
Tassilo Philipp
parents: 219
diff changeset
219 /* (n_un.n_strx == 0) are defined to have a null ("") name. */
219
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
220 if(nl->n_un.n_strx == 0)
220
94dc0bdd7dbe - make dynload symbol iteration return symbol names as in C code, on Darwin
Tassilo Philipp
parents: 219
diff changeset
221 return NULL; /*@@@ have return pointer to some static "" string? */
219
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
222
220
94dc0bdd7dbe - make dynload symbol iteration return symbol names as in C code, on Darwin
Tassilo Philipp
parents: 219
diff changeset
223 /* Skip undefined symbols. @@@ should we? */
94dc0bdd7dbe - make dynload symbol iteration return symbol names as in C code, on Darwin
Tassilo Philipp
parents: 219
diff changeset
224 if(t == N_UNDF || t == N_PBUD) /* @@@ check if N_PBUD is defined, it's not in the NeXT manual, but on Darwin 8.0.1 */
219
912efa3cfd4b - mach-o symbol iteration stability fixes
Tassilo Philipp
parents: 217
diff changeset
225 return NULL;
217
87c695673522 dynload darwin/mach-o update:
Tassilo Philipp
parents: 0
diff changeset
226
220
94dc0bdd7dbe - make dynload symbol iteration return symbol names as in C code, on Darwin
Tassilo Philipp
parents: 219
diff changeset
227 /*TODO skip more symbols based on nl->n_desc and nl->n_type ? */
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
228
220
94dc0bdd7dbe - make dynload symbol iteration return symbol names as in C code, on Darwin
Tassilo Philipp
parents: 219
diff changeset
229 /* Return name - handles lookup of indirect names. */
94dc0bdd7dbe - make dynload symbol iteration return symbol names as in C code, on Darwin
Tassilo Philipp
parents: 219
diff changeset
230 return &pSyms->pStringTable[(t == N_INDR ? nl->n_value : nl->n_un.n_strx)
94dc0bdd7dbe - make dynload symbol iteration return symbol names as in C code, on Darwin
Tassilo Philipp
parents: 219
diff changeset
231 #if defined(OS_Darwin)
94dc0bdd7dbe - make dynload symbol iteration return symbol names as in C code, on Darwin
Tassilo Philipp
parents: 219
diff changeset
232 + 1 /* Skip '_'-prefix */
94dc0bdd7dbe - make dynload symbol iteration return symbol names as in C code, on Darwin
Tassilo Philipp
parents: 219
diff changeset
233 #endif
94dc0bdd7dbe - make dynload symbol iteration return symbol names as in C code, on Darwin
Tassilo Philipp
parents: 219
diff changeset
234 ];
226
6e40eb9fb261 - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
Tassilo Philipp
parents: 223
diff changeset
235 #endif
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
236 }
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
237
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
238
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
239 const char* dlSymsNameFromValue(DLSyms* pSyms, void* value)
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
240 {
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
241 Dl_info info;
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
242 if (!dladdr(value, &info) || (value != info.dli_saddr))
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
243 return NULL;
217
87c695673522 dynload darwin/mach-o update:
Tassilo Philipp
parents: 0
diff changeset
244
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
245 return info.dli_sname;
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
246 }
217
87c695673522 dynload darwin/mach-o update:
Tassilo Philipp
parents: 0
diff changeset
247