Shahab Vahedi
6ae0737d43
ARC: update definitions in elf/elf.h
While porting ARCv2 to elfutils [1], it was brought up that the
necessary changes to the project's libelf/elf.h must come from
glibc, because they sync it from glibc [2]. Therefore, this patch
is to update ARC entries in elf/elf.h.
The majority of the update is about adding new definitions,
specially for the relocations. However, there is one rename, one
deletion, and one change:
- R_ARC_JUMP_SLOT renamed to R_ARC_JMP_SLOT to match binutils.
- R_ARC_B26 removed because it is unused and deprecated.
- R_ARC_TLS_DTPOFF_S9 changed from 0x4a to the correct value 0x49.
Finally, a specific SHT class for ARC has been added to glibcelf.py.
Else, it would result in a collision:
_register_elf_h(Sht, ranges=True,
File "/src/glibc/scripts/glibcelf.py", line x, in _register_elf_h
raise ValueError('duplicate value {}: {}, {}'.format(
ValueError: duplicate value 1879048193:
SHT_ARC_ATTRIBUTES, SHT_X86_64_UNWIND
[1]
https://sourceware.org/pipermail/elfutils-devel/2022q4/005530.html
[2]
https://sourceware.org/pipermail/elfutils-devel/2022q4/005548.html
No regression has been observed after applying this patch. Below
follows the result:
UNSUPPORTED: crypt/cert
UNSUPPORTED: elf/tst-audit22
FAIL: elf/tst-audit25a
FAIL: elf/tst-audit25b
FAIL: elf/tst-bz15311
FAIL: elf/tst-bz28937
FAIL: elf/tst-dlmopen4
UNSUPPORTED: elf/tst-dlopen-self-container
UNSUPPORTED: elf/tst-dlopen-tlsmodid-container
UNSUPPORTED: elf/tst-glibc-hwcaps-prepend-cache
UNSUPPORTED: elf/tst-ldconfig-bad-aux-cache
UNSUPPORTED: elf/tst-ldconfig-ld_so_conf-update
UNSUPPORTED: elf/tst-pldd
UNSUPPORTED: elf/tst-preload-pthread-libc
XPASS: elf/tst-protected1a
XPASS: elf/tst-protected1b
FAIL: elf/tst-tls-allocation-failure-static-patched
FAIL: elf/tst-tls1
FAIL: elf/tst-tls3
FAIL: elf/tst-tlsalign-extern
UNSUPPORTED: elf/tst-valgrind-smoke
UNSUPPORTED: grp/tst-initgroups1
UNSUPPORTED: grp/tst-initgroups2
UNSUPPORTED: io/tst-getcwd-smallbuff
UNSUPPORTED: locale/tst-localedef-path-norm
FAIL: localedata/sort-test
UNSUPPORTED: localedata/tst-localedef-hardlinks
FAIL: malloc/tst-malloc-thread-fail-malloc-check
FAIL: malloc/tst-malloc_info-malloc-check
UNSUPPORTED: math/test-fesetexcept-traps
UNSUPPORTED: math/test-fexcept-traps
UNSUPPORTED: math/test-nearbyint-except
UNSUPPORTED: math/test-nearbyint-except-2
UNSUPPORTED: misc/tst-adjtimex
UNSUPPORTED: misc/tst-clock_adjtime
FAIL: misc/tst-misalign-clone
FAIL: misc/tst-misalign-clone-internal
UNSUPPORTED: misc/tst-ntp_adjtime
UNSUPPORTED: misc/tst-pkey
UNSUPPORTED: misc/tst-rseq
UNSUPPORTED: misc/tst-rseq-disable
UNSUPPORTED: misc/tst-syslog
UNSUPPORTED: misc/tst-ttyname
FAIL: nptl/test-cond-printers
FAIL: nptl/test-condattr-printers
FAIL: nptl/test-mutex-printers
FAIL: nptl/test-mutexattr-printers
FAIL: nptl/test-rwlock-printers
FAIL: nptl/test-rwlockattr-printers
UNSUPPORTED: nptl/tst-pthread-gdb-attach
UNSUPPORTED: nptl/tst-pthread-gdb-attach-static
UNSUPPORTED: nptl/tst-pthread-getattr
UNSUPPORTED: nptl/tst-rseq-nptl
UNSUPPORTED: nss/tst-nss-compat1
UNSUPPORTED: nss/tst-nss-db-endgrent
UNSUPPORTED: nss/tst-nss-db-endpwent
UNSUPPORTED: nss/tst-nss-files-hosts-long
UNSUPPORTED: nss/tst-nss-gai-actions
UNSUPPORTED: nss/tst-nss-test3
UNSUPPORTED: nss/tst-reload1
UNSUPPORTED: nss/tst-reload2
UNSUPPORTED: posix/bug-ga2
UNSUPPORTED: posix/bug-ga2-mem
FAIL: posix/globtest
UNSUPPORTED: posix/tst-vfork3
UNSUPPORTED: posix/tst-vfork3-mem
UNSUPPORTED: resolv/mtrace-tst-leaks2
UNSUPPORTED: resolv/tst-leaks2
UNSUPPORTED: resolv/tst-resolv-ai_idn
UNSUPPORTED: resolv/tst-resolv-ai_idn-latin1
UNSUPPORTED: resolv/tst-resolv-res_init
UNSUPPORTED: resolv/tst-resolv-res_init-thread
UNSUPPORTED: rt/tst-bz28213
UNSUPPORTED: rt/tst-mqueue1
UNSUPPORTED: rt/tst-mqueue10
UNSUPPORTED: rt/tst-mqueue2
UNSUPPORTED: rt/tst-mqueue3
UNSUPPORTED: rt/tst-mqueue4
UNSUPPORTED: rt/tst-mqueue5
UNSUPPORTED: rt/tst-mqueue6
UNSUPPORTED: rt/tst-mqueue8
UNSUPPORTED: rt/tst-mqueue8x
UNSUPPORTED: rt/tst-mqueue9
UNSUPPORTED: stdlib/test-bz22786
UNSUPPORTED: stdlib/tst-system
UNSUPPORTED: string/test-bcopy
UNSUPPORTED: string/test-memmove
UNSUPPORTED: string/tst-memmove-overflow
UNSUPPORTED: string/tst-strerror
UNSUPPORTED: string/tst-strsignal
UNSUPPORTED: time/tst-clock_settime
UNSUPPORTED: time/tst-settimeofday
Summary of test results:
21 FAIL
4184 PASS
69 UNSUPPORTED
16 XFAIL
2 XPASS
Signed-off-by: Shahab Vahedi <shahab@synopsys.com>
Signed-off-by: Vineet Gupta <vineet.gupta@linux.dev>
2022-11-29 14:33:56 -08:00
..
2021-01-13 05:51:17 -08:00
2020-12-04 09:35:43 +01:00
2021-01-29 14:08:18 -03:00
2019-05-23 11:49:44 +02:00
2021-01-29 14:08:18 -03:00
2022-01-01 11:40:24 -08:00
2022-10-06 07:59:48 -03:00
2022-01-17 10:57:09 -03:00
2006-03-01 06:18:49 +00:00
2022-01-01 11:40:24 -08:00
2022-05-02 09:06:39 -07:00
2022-06-02 15:20:36 -04:00
2005-12-14 08:43:25 +00:00
2022-08-09 17:00:03 +08:00
2022-10-27 11:36:44 +02:00
2022-08-25 18:46:43 +02:00
2022-11-03 09:39:31 +01:00
2022-10-27 11:36:44 +02:00
2022-01-27 18:52:05 +01:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-04-27 08:36:09 -03:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-08-02 10:24:21 +02:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-05-16 18:42:03 +02:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-04-13 14:19:04 +02:00
2022-01-07 13:21:57 +01:00
2022-10-27 11:36:44 +02:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-10-06 07:59:48 -03:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-04-26 14:24:36 +02:00
2022-09-22 08:48:04 -03:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-10-26 09:47:10 -03:00
2022-04-13 21:23:04 -05:00
2022-02-10 09:16:13 -03:00
2022-02-21 07:57:18 -08:00
2022-01-01 11:40:24 -08:00
2022-06-02 15:20:36 -04:00
2022-01-14 20:17:05 +01:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-10-14 11:02:25 +02:00
2022-01-01 11:40:24 -08:00
2022-11-02 11:30:24 -03:00
2022-09-21 10:57:47 -03:00
2022-01-01 11:40:24 -08:00
2022-01-03 05:16:03 -08:00
2022-05-23 19:16:05 -07:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2005-12-14 08:43:25 +00:00
2022-01-01 11:40:24 -08:00
2022-01-18 14:40:21 +01:00
2022-09-20 11:00:42 +02:00
2022-01-01 11:40:24 -08:00
2022-10-10 10:32:28 -03:00
2022-01-01 11:40:24 -08:00
2022-05-27 12:34:49 -07:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-02-10 11:50:52 +01:00
2020-11-16 19:33:30 +01:00
2022-01-01 11:40:24 -08:00
2022-02-01 14:49:46 -03:00
2005-12-14 08:43:25 +00:00
2022-01-01 11:40:24 -08:00
2022-09-22 08:48:04 -03:00
2022-01-01 11:40:24 -08:00
2022-08-04 17:20:48 +02:00
2022-01-01 11:40:24 -08:00
2022-10-06 07:59:48 -03:00
2022-08-25 18:46:43 +02:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-04-20 13:52:45 -07:00
2022-09-20 11:00:42 +02:00
2021-10-21 11:23:53 -03:00
2022-04-26 10:16:11 -07:00
2022-11-29 14:33:56 -08:00
2022-04-19 15:52:27 -07:00
2016-01-07 04:03:21 -05:00
2022-04-26 10:16:11 -07:00
2009-06-03 16:21:40 -07:00
2009-06-03 16:21:40 -07:00
2016-12-26 10:08:41 +01:00
2009-06-03 16:21:40 -07:00
2009-06-22 15:07:40 -07:00
2009-06-22 15:07:40 -07:00
2022-11-04 18:46:22 +01:00
2009-06-03 16:21:40 -07:00
2009-06-03 16:21:40 -07:00
2009-06-03 16:21:40 -07:00
2009-06-03 16:21:40 -07:00
2009-06-03 16:21:40 -07:00
2009-06-22 15:07:40 -07:00
2013-06-05 20:44:03 +00:00
2009-06-03 16:21:40 -07:00
2009-06-03 16:21:40 -07:00
2009-10-30 00:48:54 -07:00
2009-06-03 16:21:40 -07:00
2009-06-03 16:21:40 -07:00
2009-06-03 16:21:40 -07:00
2009-11-06 09:30:56 -08:00
2009-06-03 16:21:40 -07:00
2009-06-03 16:21:40 -07:00
2009-06-03 16:21:40 -07:00
2022-11-04 18:46:22 +01:00
2009-06-22 15:07:40 -07:00
2009-06-22 15:07:40 -07:00
2009-06-22 15:07:40 -07:00
2009-06-22 15:07:40 -07:00
2009-06-22 15:07:40 -07:00
2021-01-13 11:50:08 -08:00
2016-12-26 10:08:41 +01:00
2009-06-22 15:07:40 -07:00
2009-06-22 15:07:40 -07:00
2009-06-22 15:07:40 -07:00
2009-06-22 15:07:40 -07:00
2022-01-01 11:40:24 -08:00
2019-02-28 11:52:44 +01:00
2019-02-28 11:52:44 +01:00
2019-02-28 11:52:44 +01:00
2019-02-28 11:52:44 +01:00
2016-12-26 10:08:41 +01:00
2009-10-30 00:48:54 -07:00
2016-12-26 10:08:41 +01:00
2021-01-13 11:50:08 -08:00
2022-01-01 11:40:24 -08:00
2022-06-08 15:28:41 +02:00
2022-10-06 07:59:48 -03:00
2022-01-01 11:42:26 -08:00
2022-06-24 17:45:58 -03:00
2022-01-01 11:40:24 -08:00
2022-08-25 18:46:43 +02:00
2022-04-27 08:36:09 -03:00
2022-04-27 08:36:09 -03:00
2022-04-27 08:36:09 -03:00
2022-04-27 08:36:09 -03:00
2022-04-27 08:36:09 -03:00
2022-01-01 11:40:24 -08:00
2017-06-27 17:52:42 +00:00
2022-11-03 09:39:31 +01:00
2022-01-01 11:40:24 -08:00
2006-03-01 06:18:49 +00:00
2006-03-01 06:18:49 +00:00
2012-01-07 23:57:22 -05:00
2006-03-01 06:18:49 +00:00
2017-04-05 10:34:58 -03:00
2022-05-27 12:34:49 -07:00
2022-05-27 12:34:49 -07:00
2022-03-31 08:59:23 -03:00
2017-04-05 10:34:58 -03:00
2011-02-25 20:49:48 -05:00
2017-04-05 10:34:58 -03:00
2005-03-19 08:04:37 +00:00
2005-12-27 22:50:12 +00:00
2005-03-19 08:04:37 +00:00
2005-03-19 08:04:37 +00:00
2022-01-31 07:05:48 -08:00
2022-01-01 11:42:26 -08:00
2022-08-04 09:09:48 -03:00
2022-08-04 09:09:48 -03:00
2013-08-21 19:48:48 +02:00
2022-03-31 08:59:23 -03:00
2022-03-31 08:59:23 -03:00
2013-08-21 19:48:48 +02:00
2022-01-01 11:40:24 -08:00
2021-09-19 13:51:35 -07:00
2022-09-13 13:45:32 -04:00
2022-11-03 17:28:03 +01:00
2022-04-13 21:23:04 -05:00
2022-05-23 10:38:40 -05:00
2022-05-23 10:38:40 -05:00
2022-01-17 10:57:09 -03:00
2020-05-18 15:39:34 +02:00
2022-02-01 14:49:46 -03:00
2022-01-01 11:42:26 -08:00
2022-09-22 08:48:04 -03:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2005-03-06 00:08:10 +00:00
2017-06-14 10:47:25 +09:30
2013-06-05 20:44:03 +00:00
2022-11-07 13:13:07 +00:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2018-06-29 17:10:43 +01:00
2022-01-01 11:40:24 -08:00
2020-04-30 08:52:08 -05:00
2022-01-01 11:40:24 -08:00
2022-01-18 14:38:15 -03:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2005-02-14 21:25:50 +00:00
2012-11-16 07:40:38 -08:00
2012-11-16 07:40:38 -08:00
2005-07-07 23:00:02 +00:00
2005-07-07 23:00:02 +00:00
2005-07-07 23:00:02 +00:00
2005-07-07 23:00:02 +00:00
2005-07-07 23:00:02 +00:00
2005-01-06 22:40:27 +00:00
2017-04-05 10:34:58 -03:00
2012-11-14 15:44:40 -08:00
2017-04-05 10:34:58 -03:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2021-10-12 13:25:43 -03:00
2022-01-04 04:56:08 -08:00
2021-10-12 13:25:43 -03:00
2021-10-12 13:25:43 -03:00
2021-10-12 13:25:43 -03:00
2021-10-12 13:25:43 -03:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-02-01 14:49:46 -03:00
2022-01-01 11:40:24 -08:00
2022-02-01 14:49:46 -03:00
2022-02-01 14:49:46 -03:00
2022-02-01 14:49:46 -03:00
2022-02-01 14:49:46 -03:00
2022-02-01 14:49:46 -03:00
2022-02-01 14:49:46 -03:00
2022-02-01 14:49:46 -03:00
2022-02-01 14:49:46 -03:00
2022-02-01 14:49:46 -03:00
2022-02-01 14:49:46 -03:00
2022-02-01 14:49:46 -03:00
2022-02-01 14:49:46 -03:00
2022-02-01 14:49:46 -03:00
2022-02-01 14:49:46 -03:00
2022-03-31 09:12:16 -03:00
2022-03-31 09:12:16 -03:00
2022-02-01 14:49:46 -03:00
2022-02-01 14:49:46 -03:00
2022-02-01 14:49:46 -03:00
2022-02-01 14:49:46 -03:00
2022-07-08 14:35:37 +02:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2017-02-16 17:33:18 -05:00
2014-02-25 13:18:15 -05:00
2014-02-25 13:18:15 -05:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-02-01 14:49:46 -03:00
2022-02-01 14:49:46 -03:00
2022-01-01 11:40:24 -08:00
2022-02-01 14:49:46 -03:00
2022-02-01 14:49:46 -03:00
2022-02-09 08:47:42 -03:00
2022-02-01 14:49:46 -03:00
2022-02-01 14:49:46 -03:00
2022-02-09 08:47:42 -03:00
2022-04-07 20:38:23 +02:00
2022-07-08 14:35:37 +02:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2017-04-05 10:34:58 -03:00
2004-09-23 07:45:38 +00:00
2004-09-23 07:45:38 +00:00
2004-09-23 07:45:38 +00:00
2021-12-28 22:52:56 +01:00
2021-12-28 22:52:56 +01:00
2021-12-28 22:52:56 +01:00
2021-12-28 22:52:56 +01:00
2021-12-28 22:52:56 +01:00
2021-12-28 22:52:56 +01:00
2021-12-28 22:52:56 +01:00
2021-12-28 22:52:56 +01:00
2021-12-28 22:52:56 +01:00
2022-01-01 11:40:24 -08:00
2022-01-07 13:21:57 +01:00
2022-01-17 09:58:27 +01:00
2022-05-23 10:38:40 -05:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-09-22 08:48:04 -03:00
2017-04-05 10:34:58 -03:00
2004-10-27 20:27:40 +00:00
2017-04-05 10:34:58 -03:00
2017-04-05 10:34:58 -03:00
2022-01-31 07:05:48 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-08-26 21:15:43 +02:00
2022-08-26 21:15:43 +02:00
2022-10-28 18:43:58 +01:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2021-10-20 13:38:50 +00:00
2021-10-20 13:38:50 +00:00
2021-10-20 13:38:50 +00:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2021-01-13 05:51:17 -08:00
2022-01-01 11:40:24 -08:00
2022-04-14 10:37:45 +02:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-09-22 12:10:41 +02:00
2017-04-05 10:34:58 -03:00
2022-01-24 05:11:36 -08:00
2022-01-24 05:11:36 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2011-08-22 16:08:16 -04:00
2011-08-22 16:08:16 -04:00
2011-01-19 16:00:11 -05:00
2011-01-19 16:00:11 -05:00
2011-01-19 16:00:11 -05:00
2011-01-19 16:00:11 -05:00
2011-01-19 16:00:11 -05:00
2011-01-19 16:00:11 -05:00
2011-01-19 16:00:11 -05:00
2011-01-19 16:00:11 -05:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2020-01-09 20:47:19 +01:00
2022-01-01 11:40:24 -08:00
2017-12-15 20:22:29 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-05-27 12:34:49 -07:00
2017-04-05 10:34:58 -03:00
2015-08-11 10:13:22 +02:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2015-07-07 11:06:56 -07:00
2015-07-07 11:06:56 -07:00
2015-07-07 11:06:56 -07:00
2017-04-05 10:34:58 -03:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2011-01-19 16:00:11 -05:00
2011-01-19 16:00:11 -05:00
2011-01-19 16:00:11 -05:00
2011-01-19 16:00:11 -05:00
2011-01-19 16:00:11 -05:00
2011-01-19 16:00:11 -05:00
2017-04-05 10:34:58 -03:00
2022-01-24 06:37:15 -08:00
2022-01-24 06:37:29 -08:00
2022-01-24 06:37:36 -08:00
2022-01-24 06:37:36 -08:00
2022-01-24 06:37:15 -08:00
2022-01-24 06:37:36 -08:00
2022-01-24 06:37:15 -08:00
2017-04-05 10:34:58 -03:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2017-04-05 10:34:58 -03:00
2022-07-15 10:07:55 -03:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2013-09-23 00:52:09 -04:00
2022-01-01 11:40:24 -08:00
2022-04-26 10:16:11 -07:00
2022-04-26 10:16:11 -07:00
2022-04-26 10:16:11 -07:00
2022-04-26 10:16:11 -07:00
2022-04-26 10:16:11 -07:00
2022-04-26 10:16:11 -07:00
2022-04-26 10:16:11 -07:00
2022-04-26 10:16:11 -07:00
2022-04-26 10:16:11 -07:00
2022-04-26 10:16:11 -07:00
2022-04-26 10:16:11 -07:00
2022-04-22 10:59:03 +02:00
2017-04-05 10:34:58 -03:00
2012-01-27 15:05:19 -05:00
2012-01-27 15:05:19 -05:00
2022-01-01 11:40:24 -08:00
2021-09-22 11:12:43 -07:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-08-04 17:20:48 +02:00
2022-06-05 12:09:02 -07:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2019-06-28 10:15:38 +02:00
2022-01-01 11:40:24 -08:00
2019-06-28 10:15:38 +02:00
2022-01-01 11:40:24 -08:00
2019-06-28 10:15:38 +02:00
2005-06-26 18:14:26 +00:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2017-04-05 10:34:58 -03:00
2017-09-30 01:39:32 -07:00
2021-08-16 09:59:30 -07:00
2021-08-16 09:59:30 -07:00
2017-04-05 10:34:58 -03:00
2017-04-05 10:34:58 -03:00
2017-04-05 10:34:58 -03:00
2017-04-05 10:34:58 -03:00
2017-04-05 10:34:58 -03:00
2017-04-05 10:34:58 -03:00
2017-04-05 10:34:58 -03:00
2013-10-18 19:45:36 +05:30
2017-04-05 10:34:58 -03:00
2017-04-05 10:34:58 -03:00
2017-04-05 10:34:58 -03:00
2017-04-05 10:34:58 -03:00
2017-04-05 10:34:58 -03:00
2017-04-05 10:34:58 -03:00
2017-04-05 10:34:58 -03:00
2017-04-05 10:34:58 -03:00
2017-04-05 10:34:58 -03:00
2011-05-14 21:25:43 -04:00
2011-05-14 21:25:43 -04:00
2011-05-14 21:25:43 -04:00
2022-10-28 11:16:51 +01:00
2021-04-15 09:30:43 +01:00
2022-01-01 11:40:24 -08:00
2021-05-11 17:16:37 +01:00
2022-05-16 18:42:03 +02:00
2022-09-22 08:48:04 -03:00
2022-01-01 11:40:24 -08:00
2020-07-08 17:32:56 +01:00
2020-07-08 17:32:56 +01:00
2020-07-08 17:32:56 +01:00
2020-07-08 17:32:56 +01:00
2020-07-08 17:32:56 +01:00
2020-07-08 17:32:56 +01:00
2020-07-08 17:32:56 +01:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2015-06-02 16:55:36 -07:00
2022-01-01 11:40:24 -08:00
2015-05-06 13:32:18 -07:00
2015-05-06 13:32:18 -07:00
2015-06-02 16:55:36 -07:00
2022-01-01 11:40:24 -08:00
2021-08-16 09:59:30 -07:00
2021-08-16 09:59:30 -07:00
2021-08-16 09:59:30 -07:00
2021-08-16 09:59:30 -07:00
2021-08-16 09:59:30 -07:00
2021-08-16 09:59:30 -07:00
2011-09-10 14:34:15 -04:00
2011-09-10 14:34:15 -04:00
2011-09-10 14:34:15 -04:00
2011-09-10 14:34:15 -04:00
2011-09-10 14:34:15 -04:00
2013-10-18 19:45:36 +05:30
2013-10-18 19:45:36 +05:30
2013-10-18 19:45:36 +05:30
2005-03-20 22:25:59 +00:00
2011-09-10 14:34:15 -04:00
2013-10-18 19:45:36 +05:30
2013-10-18 19:45:36 +05:30
2008-10-17 15:24:10 +00:00
2008-10-17 15:24:10 +00:00
2008-10-31 20:50:16 +00:00
2022-04-27 08:36:09 -03:00
2022-04-27 08:36:09 -03:00
2022-04-27 08:36:09 -03:00
2022-04-27 08:36:09 -03:00
2022-04-27 08:36:09 -03:00
2017-04-05 10:34:58 -03:00
2015-10-19 22:34:20 +00:00
2015-10-19 22:34:20 +00:00
2017-04-05 10:34:58 -03:00
2015-10-19 22:34:20 +00:00
2015-10-19 22:34:20 +00:00
2012-01-25 16:50:17 +00:00
2011-03-10 12:51:33 -05:00
2012-01-25 16:50:17 +00:00
2012-01-25 16:50:17 +00:00
2012-01-25 16:50:17 +00:00
2011-05-12 21:59:09 -04:00
2014-12-16 10:26:48 +01:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-22 17:31:16 +01:00
2006-03-01 06:18:49 +00:00
2005-03-03 08:28:23 +00:00
2005-03-03 08:28:23 +00:00
2005-03-03 08:28:23 +00:00
2005-03-03 08:28:23 +00:00
2005-03-06 00:08:10 +00:00
2005-03-18 10:54:53 +00:00
2005-03-18 10:54:53 +00:00
2005-03-18 10:54:53 +00:00
2005-03-18 10:54:53 +00:00
2005-03-18 10:54:53 +00:00
2005-03-18 10:54:53 +00:00
2005-04-27 01:39:11 +00:00
2005-04-27 01:39:11 +00:00
2005-04-27 01:39:11 +00:00
2005-04-27 01:39:11 +00:00
2006-09-19 14:42:12 +00:00
2006-09-19 14:42:12 +00:00
2006-09-19 14:42:12 +00:00
2011-08-24 09:32:13 +02:00
2011-08-24 09:32:13 +02:00
2011-08-24 09:32:13 +02:00
2011-08-24 09:32:13 +02:00
2011-08-24 09:32:13 +02:00
2006-03-01 06:18:49 +00:00
2022-01-22 17:31:16 +01:00
2022-11-03 09:39:31 +01:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00
2022-01-01 11:40:24 -08:00