Searched refs:link_map (Results 1 - 25 of 31) sorted by path

12

/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dglibc_thread_db.h100 struct link_map;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_linux.cc1169 void ForEachMappedRegion(link_map *map, void (*cb)(const void *, uptr)) {
H A Dsanitizer_linux.h28 struct link_map; // Opaque type returned by dlopen().
107 void ForEachMappedRegion(link_map *map, void (*cb)(const void *, uptr));
H A Dsanitizer_platform_limits_freebsd.h28 ((link_map*)((handle) == nullptr ? nullptr : ((char*)(handle) + 560)))
H A Dsanitizer_platform_limits_openbsd.h24 ((link_map *)((handle) == nullptr ? nullptr : ((char *)(handle) + (shift))))
H A Dsanitizer_platform_limits_posix.h23 # define GET_LINK_MAP_BY_DLOPEN_HANDLE(handle) ((link_map*)(handle))
/netbsd-current/crypto/external/bsd/openssl/dist/util/
H A Dfind-doc-nits828 my %link_map = ();
1027 $link_map{$filename} = [ @links ];
1032 foreach my $filename ( sort keys %link_map ) {
1033 foreach my $link ( @{$link_map{$filename}} ) {
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/pa/
H A Dfptr.c50 struct link_map;
52 typedef int (*fixup_t) (struct link_map *, unsigned int);
146 link_map pointer and plabel[1] the relocation offset. */
147 fixup ((struct link_map *) got[1], reloc_offset);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Delf_shared.d383 * Hash table to map link_map* to corresponding DSO*.
697 link_map* linkMapForHandle(void* handle)
699 link_map* map;
705 link_map* exeLinkMap(link_map* map)
707 safeAssert(map !is null, "Invalid link_map.");
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_linux.cc1236 void ForEachMappedRegion(link_map *map, void (*cb)(const void *, uptr)) {
H A Dsanitizer_linux.h25 struct link_map; // Opaque type returned by dlopen().
111 void ForEachMappedRegion(link_map *map, void (*cb)(const void *, uptr));
H A Dsanitizer_platform_limits_freebsd.h30 (link_map *)__sanitizer_get_link_map_by_dlopen_handle(handle)
H A Dsanitizer_platform_limits_netbsd.h25 (link_map *)__sanitizer_get_link_map_by_dlopen_handle(handle)
H A Dsanitizer_platform_limits_openbsd.h22 ((link_map *)((handle) == nullptr ? nullptr : ((char *)(handle) + (shift))))
H A Dsanitizer_platform_limits_posix.h31 ((link_map*)((handle) == nullptr ? nullptr : ((char*)(handle) + 560)))
36 # define GET_LINK_MAP_BY_DLOPEN_HANDLE(handle) ((link_map*)(handle))
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/pa/
H A Dfptr.c50 struct link_map;
52 typedef int (*fixup_t) (struct link_map *, unsigned int);
146 link_map pointer and plabel[1] the relocation offset. */
147 fixup ((struct link_map *) got[1], reloc_offset);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Delf.d388 * Hash table to map link_map* to corresponding DSO*.
696 link_map* linkMapForHandle(void* handle)
700 link_map* map;
708 return cast(link_map*)handle;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_linux.cpp1167 void ForEachMappedRegion(link_map *map, void (*cb)(const void *, uptr)) {
H A Dsanitizer_linux.h26 struct link_map; // Opaque type returned by dlopen().
117 void ForEachMappedRegion(link_map *map, void (*cb)(const void *, uptr));
H A Dsanitizer_platform_limits_freebsd.h30 (link_map *)__sanitizer_get_link_map_by_dlopen_handle(handle)
H A Dsanitizer_platform_limits_netbsd.h25 (link_map *)__sanitizer_get_link_map_by_dlopen_handle(handle)
H A Dsanitizer_platform_limits_posix.h27 # define GET_LINK_MAP_BY_DLOPEN_HANDLE(handle) ((link_map*)(handle))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dglibc_thread_db.h100 struct link_map;
/netbsd-current/include/
H A Dlink_elf.h11 typedef struct link_map { struct
18 struct link_map *l_next; /* linked list of mapped libs */
19 struct link_map *l_prev;
29 struct link_map *r_map; /* list of loaded images */
/netbsd-current/lib/librumpuser/
H A Drumpuser_dl.c165 getsymbols(struct link_map *map, int ismainobj)
406 struct link_map *map, *origmap, *mainmap;

Completed in 510 milliseconds

12