HomeSort by: relevance | last modified time | path
    Searched defs:link_map_offsets (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
solib-svr4.h 57 struct link_map_offsets struct
96 architecture specific link_map_offsets fetcher for the architecture
100 (struct gdbarch *gdbarch, struct link_map_offsets *(*func) (void));
106 /* Fetch (and possibly build) an appropriate `struct link_map_offsets'
108 extern struct link_map_offsets *svr4_ilp32_fetch_link_map_offsets (void);
109 extern struct link_map_offsets *svr4_lp64_fetch_link_map_offsets (void);
  /src/external/gpl3/gdb.old/dist/gdb/
solib-svr4.h 57 struct link_map_offsets struct
96 architecture specific link_map_offsets fetcher for the architecture
100 (struct gdbarch *gdbarch, struct link_map_offsets *(*func) (void));
106 /* Fetch (and possibly build) an appropriate `struct link_map_offsets'
108 extern struct link_map_offsets *svr4_ilp32_fetch_link_map_offsets (void);
109 extern struct link_map_offsets *svr4_lp64_fetch_link_map_offsets (void);
  /src/external/gpl3/gdb/dist/gdbserver/
netbsd-low.cc 941 struct link_map_offsets struct
965 static const struct link_map_offsets lmo_32bit_offsets =
976 static const struct link_map_offsets lmo_64bit_offsets =
991 const struct link_map_offsets *lmo
  /src/external/gpl3/gdb.old/dist/gdbserver/
netbsd-low.cc 938 struct link_map_offsets struct
962 static const struct link_map_offsets lmo_32bit_offsets =
973 static const struct link_map_offsets lmo_64bit_offsets =
988 const struct link_map_offsets *lmo

Completed in 23 milliseconds