Derek Schuff
5818572789
[Object][Wasm] Generate symbol info from name section names ( #81063 )
...
Currently symbol info is generated from a linking section or from export
names. This PR generates symbols in a WasmObjectFile from the name
section as well, which allows tools like objdump and nm to show useful
information for more linked binaries. There are some limitations:
most notably that we don't assume any particular ABI, so we don't get
detailed information about data symbols if the segments are merged
(which is the default).
Covers most of the desired functionality from #76107
2024-02-08 13:20:47 -08:00
..
2024-01-24 06:44:03 -08:00
2023-09-12 13:27:13 -07:00
2024-01-02 09:30:50 +01:00
2024-02-07 09:16:47 -08:00
2024-01-04 11:25:09 -08:00
2023-05-17 17:03:15 +02:00
2023-05-17 17:03:15 +02:00
2023-12-14 12:37:15 +02:00
2024-02-09 06:11:20 +09:00
2023-04-21 15:46:20 +03:00
2023-05-17 17:03:15 +02:00
2024-01-04 20:42:51 +04:00
2024-01-09 05:03:16 +07:00
2023-05-16 14:21:41 -07:00
2023-10-03 10:00:30 -07:00
2022-11-27 20:20:04 -08:00
2024-02-06 13:47:58 +01:00
2023-05-17 17:03:15 +02:00
2024-02-01 08:47:11 -08:00
2024-01-18 12:55:04 +03:00
2023-12-18 12:47:24 -08:00
2024-02-07 01:38:33 -08:00
2023-06-06 07:18:33 +00:00
2024-02-01 00:34:03 -05:00
2024-01-11 17:01:57 -08:00
2024-02-06 13:47:58 +01:00
2023-07-19 17:21:57 -07:00
2023-01-12 08:07:30 -05:00
2023-10-02 19:25:31 -07:00
2022-11-27 20:20:04 -08:00
2023-07-12 13:22:02 -04:00
2024-01-25 16:05:54 +08:00
2023-05-17 17:03:15 +02:00
2024-02-01 13:42:14 +00:00
2023-05-17 17:03:15 +02:00
2024-01-03 15:39:48 -08:00
2024-02-07 14:18:20 +01:00
2024-02-08 13:20:47 -08:00
2023-05-17 17:03:15 +02:00
2024-01-23 16:19:45 -05:00
2023-09-08 09:49:54 -07:00
2024-01-04 11:25:09 -08:00
2024-01-31 13:49:28 +02:00
2024-02-06 13:47:58 +01:00
2024-02-03 09:45:02 -08:00
2024-02-06 08:12:50 -05:00
2023-10-14 12:06:59 -07:00
2023-03-21 14:49:41 -05:00
2022-12-02 17:12:03 -05:00
2023-06-07 08:06:05 -07:00
2024-01-09 10:48:23 -08:00
2023-04-28 13:35:46 -07:00
2024-01-19 12:00:16 +00:00
2024-02-08 10:44:19 -06:00
2023-10-26 14:32:12 -07:00
2023-05-17 17:03:15 +02:00
2023-05-17 17:03:15 +02:00
2024-02-07 14:31:52 +00:00
2024-02-08 10:44:19 -06:00