Displaying 6 results from an estimated 6 matches for "asection".
Did you mean:
section
2019 Dec 05
2
GC for defsym'd symbols in LLD
...oo
ld.bfd a.o --defsym 'd=bar-bar+foo' --gc-sections -o a => GNU ld drops
.text_foo
I traced its logic under a debugger. Here is the stack trace:
ld/ldlang.c:lang_gc_sections
bfd/elflink.c:bfd_elf_gc_sections
bfd/elflink.c:_bfd_elf_gc_mark_reloc
...
bfd/elflink.c:_bfd_elf_gc_mark_hook
asection *
_bfd_elf_gc_mark_hook (asection *sec,
...
case bfd_link_hash_defined:
case bfd_link_hash_defweak:
// It points to .text_foo for --defsym d=foo, but *ABS* for --defsym
d=bar-bar+foo or --defsym d=foo+3
return h->root.u.def.section;
GNU ld evaluates symbol assignments in many pass...
2013 Sep 30
1
[LLVMdev] [patch] Prototype/proof-of-concept for DWARF type units
This isn't a realistic/viable implementation, just a hacked up "can I make
it produce the right output" kind of thing, but while I hammer out a few
more details (like fixing MC to allow multiple sections with the same name
but different comdat groups) I figured I'd throw it out there to have a bit
of a chat about it.
I've tested simple cases of a single type and they seem to
2002 Nov 12
1
Seen bug?
...erested if someone knowledgeable would tell me just how
wrong this piece of code is, as I'm working on learning these things.
--- imap4.cc Tue Oct 15 21:52:43 2002
+++ imap4.cc Tue Nov 12 01:36:05 2002
@@ -289,6 +289,11 @@
}
completeQueue.removeRef (cmd);
+
+ if (aSection.find ("ENVELOPE", 0, false) == -1) {
+ doCommand (imapCommand::
+ clientStore (aSequence, "+FLAGS.SILENT",
"\\SEEN"));
+ }
}
}
--
[ Carsten Burghardt <burghardt at kde.org> wrote: ]
--
No, everythin...
2019 Dec 04
2
GC for defsym'd symbols in LLD
On Wed, 4 Dec 2019 at 07:05, Fāng-ruì Sòng <maskray at google.com> wrote:
>
> On Tue, Dec 3, 2019 at 7:02 PM Shoaib Meenai via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
> >
> > LLD treats any symbol referenced from a linker script as a GC root, which makes sense. Unfortunately, it also processes --defsym as a linker script fragment internally, so all target
2007 Aug 29
0
15 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_system_as.c
libswfdec/swfdec_as_strings.c | 1
libswfdec/swfdec_initialize.as | 1
libswfdec/swfdec_initialize.h | 210 +++++------
libswfdec/swfdec_movie.c | 71 +++
libswfdec/swfdec_movie.h | 4
libswfdec/swfdec_sprite.c | 1
libswfdec/swfdec_sprite_movie.c
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
Tag '0.5.3' created by Benjamin Otte <otte at gnome.org> at 2007-10-12 17:13 -0700
release 0.5.3 ("Tennis")
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQBHD50fvMv5VCdLq8QRAj21AKC+kWUT9YN0gGDxLNS6Bequt5ufjgCgtYgd
9zH6AzP7/BHRfo0j1tw80V8=
=wOYr
-----END PGP SIGNATURE-----
Changes since 0.5.2:
Benjamin Otte:
first try in getting movie