search for: asect

Displaying 6 results from an estimated 6 matches for "asect".

Did you mean: fsect
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 p...
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, everyt...
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
...+ g_free (s); } else { g_assert (queries[i].server_string); if (i > 0) diff-tree 1b78c01077678375f35478925172ea57ae7003ea (from a3bf094161ce6fbc97a2b59b154b3b2f7e307dca) Author: Benjamin Otte <otte at gnome.org> Date: Wed Aug 29 12:26:19 2007 +0200 print the asect ratio as 1.0 diff --git a/libswfdec/swfdec_system_as.c b/libswfdec/swfdec_system_as.c index 4a2332b..fff177c 100644 --- a/libswfdec/swfdec_system_as.c +++ b/libswfdec/swfdec_system_as.c @@ -263,7 +263,7 @@ swfdec_system_query (SwfdecAsContext *cx if (queries[i].name == SWFDEC_AS_STR_screenRes...
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...s a movie property - but only for root movies move the debug widget here port to ViviApplication framework hook in ViviWidget and make it work delete file that isn't used anymore version number uses commas, not dots correct wrong server string print the asect ratio as 1.0 add server-manufacturer property add test for System.capabilites.Query () parse blend modes and put them in a proper variable handle blend modes when drawing use the right operator for erase alpha blend mode is supported by cairo, too no need t...