Jason Liu
7c72e82b25
[XCOFF][AIX] Generate symbol table entries with llvm-readobj
...
Summary:
This patch implements main entry and auxiliary entries of symbol table generation for llvm-readobj on AIX.
The source code of aix_xcoff_xlc_test8.o (compile with xlc) is:
-bash-4.2$ cat test8.c
extern int i;
extern int TestforXcoff;
extern int fun(int i);
static int static_i;
char* p="abcd";
int fun1(int j) {
static_i++;
j++;
j=j+*p;
return j;
}
int main() {
i++;
fun(i);
return fun1(i);
}
Patch provided by DiggerLin
Differential Revision: https://reviews.llvm.org/D65240
llvm-svn: 370097
2019-08-27 18:54:46 +00:00
..
2019-06-17 09:51:07 +00:00
2019-06-17 09:51:07 +00:00
2019-08-27 18:54:46 +00:00
2019-05-01 05:27:20 +00:00
2019-07-15 22:52:01 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-06-21 11:49:20 +00:00
2019-05-01 05:55:22 +00:00
2019-06-12 20:16:22 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-07-22 08:10:02 +00:00
2019-06-21 14:07:35 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-06-21 14:07:35 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 09:28:24 +00:00
2019-05-01 09:28:24 +00:00
2019-08-22 12:39:56 +00:00
2019-05-01 05:27:20 +00:00
2019-08-17 16:07:18 +00:00
2019-02-27 16:41:59 +00:00
2019-08-17 16:07:18 +00:00
2019-05-29 10:31:46 +00:00
2019-08-17 16:07:18 +00:00
2019-05-24 12:22:53 +00:00
2019-06-05 01:36:48 +00:00
2019-06-19 19:31:07 +00:00
2019-07-22 08:10:02 +00:00
2019-07-24 12:20:42 +00:00
2019-05-01 05:27:20 +00:00
2019-06-24 08:29:54 +00:00
2019-05-01 05:55:22 +00:00
2019-07-19 10:15:03 +00:00
2019-04-03 15:11:19 +00:00
2019-07-16 11:07:30 +00:00
2019-04-03 15:11:19 +00:00
2019-05-01 05:27:20 +00:00
2019-07-24 12:20:42 +00:00
2019-02-21 12:47:10 +00:00
2019-08-17 16:07:18 +00:00
2019-07-08 16:53:39 +00:00
2019-02-27 16:41:59 +00:00
2019-02-27 16:41:59 +00:00
2019-04-03 14:53:42 +00:00
2019-08-17 16:07:18 +00:00
2019-05-01 05:27:20 +00:00
2019-08-09 10:53:12 +00:00
2019-08-09 10:53:12 +00:00
2019-08-09 10:53:12 +00:00
2019-08-09 10:53:12 +00:00
2019-08-09 10:53:12 +00:00
2019-05-01 05:27:20 +00:00
2019-04-03 14:53:42 +00:00
2019-08-20 08:23:57 +00:00
2019-04-27 16:12:14 +00:00
2019-04-03 14:53:42 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-08-08 09:49:05 +00:00
2019-04-03 14:53:42 +00:00
2019-04-03 14:53:42 +00:00
2019-08-08 10:05:00 +00:00
2019-08-09 16:54:51 +00:00
2019-08-23 09:31:07 +00:00
2019-02-27 16:41:59 +00:00
2019-05-30 10:14:41 +00:00
2019-05-30 10:36:52 +00:00
2019-08-08 07:17:35 +00:00
2019-08-20 12:49:15 +00:00
2019-08-09 12:30:08 +00:00
2019-05-01 05:55:22 +00:00
2019-05-01 05:27:20 +00:00
2019-08-17 00:07:26 +00:00
2019-05-01 05:55:22 +00:00
2019-02-20 17:21:38 +00:00
2019-02-20 17:21:38 +00:00
2019-06-03 09:58:41 +00:00
2019-05-01 05:55:22 +00:00
2019-06-18 14:01:03 +00:00
2019-08-17 16:07:18 +00:00
2019-07-22 08:10:02 +00:00
2019-05-01 05:27:20 +00:00
2019-08-15 07:22:04 +00:00
2019-08-15 07:22:04 +00:00
2019-04-15 11:21:47 +00:00
2019-05-01 05:55:22 +00:00
2019-05-03 18:56:25 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-08-17 16:07:18 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-05-28 11:24:20 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-08-13 14:38:45 +00:00
2019-08-07 22:21:49 +00:00
2019-08-17 16:07:18 +00:00
2019-08-13 14:38:45 +00:00
2019-08-05 16:26:48 +00:00
2019-08-13 14:38:45 +00:00
2019-03-29 16:48:19 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-08-13 14:38:45 +00:00
2019-05-01 05:27:20 +00:00
2019-05-01 05:27:20 +00:00
2019-08-17 14:23:30 +00:00
2019-05-01 05:27:20 +00:00
2019-05-30 12:39:05 +00:00
2019-05-30 12:39:05 +00:00
2019-07-31 14:42:57 +00:00
2019-05-30 12:39:05 +00:00
2019-06-03 09:52:32 +00:00
2019-05-30 12:39:05 +00:00
2019-05-30 12:39:05 +00:00
2019-05-30 12:39:05 +00:00
2019-05-30 12:39:05 +00:00
2019-06-03 09:52:32 +00:00
2019-05-30 12:39:05 +00:00
2019-05-30 12:39:05 +00:00
2019-05-30 12:39:05 +00:00
2019-05-01 05:27:20 +00:00
2019-06-19 19:31:07 +00:00
2019-08-15 07:22:04 +00:00
2019-08-15 07:22:04 +00:00
2019-08-09 12:30:08 +00:00
2019-06-18 14:01:03 +00:00
2019-08-17 16:07:18 +00:00
2019-02-07 22:33:50 +00:00
2019-07-15 22:52:01 +00:00
2019-04-15 11:17:48 +00:00
2019-05-01 05:27:20 +00:00
2019-06-21 14:07:35 +00:00
2019-07-22 08:10:02 +00:00
2019-04-30 19:30:24 +00:00
2019-05-01 09:28:24 +00:00
2019-07-09 18:09:11 +00:00
2019-07-09 18:09:11 +00:00
2019-08-27 18:54:46 +00:00