Changeset dd10bf4
- Timestamp:
- Jan 19, 2024, 5:17:09 PM (11 months ago)
- Branches:
- master
- Children:
- f2898df
- Parents:
- b1eefe50 (diff), 45d1ab9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/interpose.cfa
rb1eefe50 rdd10bf4 10 10 // Created On : Wed Mar 29 16:10:31 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Jan 11 18:45:31202413 // Update Count : 21 812 // Last Modified On : Fri Jan 19 16:47:35 2024 13 // Update Count : 219 14 14 // 15 15 … … 18 18 extern "C" { 19 19 #include <dlfcn.h> // dlopen, dlsym 20 //#include <link.h> // dl_iterate_phdr 21 struct dl_phdr_info; 22 int dl_iterate_phdr( int (*)( struct dl_phdr_info *, size_t, void * ), void * ); 20 #include <link.h> // dl_iterate_phdr 23 21 #include <execinfo.h> // backtrace, messages 24 22 }
Note: See TracChangeset
for help on using the changeset viewer.