Jason Liu
fd2aefafba
[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-08-05 05:43:48 +00:00
2019-01-19 08:50:56 +00:00
2019-08-15 15:54:37 +00:00
2019-08-15 15:54:37 +00:00
2019-08-15 15:54:37 +00:00
2019-08-19 23:12:48 +00:00
2019-08-12 14:21:51 +00:00
2019-08-05 05:43:48 +00:00
2019-02-21 07:42:31 +00:00
2019-07-08 02:06:34 +00:00
2019-08-15 03:49:51 +00:00
2019-08-05 05:43:48 +00:00
2019-08-15 05:15:22 +00:00
2019-08-26 09:42:30 +00:00
2019-08-15 15:54:37 +00:00
2019-06-12 11:32:43 +00:00
2019-05-23 23:02:56 +00:00
2019-06-21 11:49:20 +00:00
2019-08-05 05:43:48 +00:00
2019-02-21 07:42:31 +00:00
2019-08-15 15:54:37 +00:00
2019-07-31 16:51:28 +00:00
2019-08-14 11:10:11 +00:00
2019-08-15 15:54:37 +00:00
2019-08-15 15:54:37 +00:00
2019-08-20 20:45:16 +00:00
2019-08-15 10:55:25 +00:00
2019-08-15 15:54:37 +00:00
2019-02-21 07:57:14 +00:00
2019-08-27 18:05:05 +00:00
2019-01-19 08:50:56 +00:00
2019-08-15 15:54:37 +00:00
2019-08-05 19:06:55 +00:00
2019-08-15 15:54:37 +00:00
2019-08-15 15:54:37 +00:00
2019-08-15 15:54:37 +00:00
2019-08-15 15:54:37 +00:00
2019-02-21 07:57:14 +00:00
2019-08-15 15:54:37 +00:00
2019-01-19 08:50:56 +00:00
2019-08-05 05:43:48 +00:00
2019-01-19 08:50:56 +00:00
2019-08-15 20:38:42 +00:00
2019-08-23 14:28:58 +00:00
2019-08-27 10:03:45 +00:00
2019-08-15 15:54:37 +00:00
2019-08-05 05:43:48 +00:00
2019-08-15 15:54:37 +00:00
2019-08-23 19:05:30 +00:00
2019-08-15 15:54:37 +00:00
2019-08-27 18:54:46 +00:00
2019-08-24 15:04:33 +00:00
2019-08-15 15:54:37 +00:00
2019-07-12 14:40:18 +00:00
2019-08-14 11:10:11 +00:00
2019-01-19 08:50:56 +00:00
2019-08-05 05:43:48 +00:00
2019-08-15 15:54:37 +00:00
2019-06-21 11:49:20 +00:00
2019-08-05 20:59:25 +00:00
2019-04-16 12:51:40 +00:00
2019-08-15 05:15:22 +00:00
2019-02-21 07:57:14 +00:00
2019-08-15 15:54:37 +00:00
2019-06-19 07:39:53 +00:00
2019-08-20 08:49:07 +00:00
2019-08-15 15:54:37 +00:00
2019-08-27 18:31:29 +00:00
2019-07-16 15:25:05 +00:00
2019-08-15 15:54:37 +00:00
2019-02-27 13:17:36 +00:00
2019-08-05 05:43:48 +00:00
2018-10-15 21:20:02 +00:00
2019-08-07 02:44:49 +00:00
2019-01-16 20:44:36 +00:00
2019-08-08 22:16:33 +00:00