search for: _string

Displaying 4 results from an estimated 4 matches for "_string".

Did you mean: string
2017 Apr 27
2
[DWARFv5] The new line-table section header
...tions would be very much appreciated. The v5 directory and file tables no longer have a fixed format; instead, we have a list of field descriptors followed by the fields for each entry in the directory or file table. Normally the directory table would have one descriptor: DW_LNCT_path, DW_FORM_string This tells us each entry contains a pathname encoded as an inline string. (Which is essentially how the v4 directory table is encoded.) However, because of the FORM code, we now have whole new worlds of complication regarding where the actual string might be. We might have DW_FORM_strp which puts...
2004 Aug 06
1
Re: speex 1.1.4 compile fails/vq.h parse error
...x > ESTIMATED COMPILE TIME: 0:19.70. > Making all in libspeex > make[1]: Entering directory `/home/war/speex-1.1.4/libspeex' > if /bin/sh ../libtool --mode=compile gcc -DPACKAGE_NAME=\"\" > -DPACKAGE_TARNAME=\ > "\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" > -DSTDC > _HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 > -DHAVE_STR > ING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 > -DHAVE_STDINT_H > =1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_SYS_S...
2016 Nov 18
2
DWARF Generator
...t;> roadblocks. > >>> > >>> It'd be great to have more detail about the roadblocks you hit to > better > >> understand how bad/what the issues are. > >> > >> A few blocks: > >> > >> - DIEString doesn't support DW_FORM_string. DW_FORM_string support might > >> have been pulled so that we never emit it from clang, but we would want > to > >> have a unit test that covers being able to read an inlined C string > from a > >> DIE. Support won't be that hard to add, but we might not want i...
2016 Nov 18
2
DWARF Generator
...over here and we kept running into >> roadblocks. >>> >>> It'd be great to have more detail about the roadblocks you hit to better >> understand how bad/what the issues are. >> >> A few blocks: >> >> - DIEString doesn't support DW_FORM_string. DW_FORM_string support might >> have been pulled so that we never emit it from clang, but we would want to >> have a unit test that covers being able to read an inlined C string from a >> DIE. Support won't be that hard to add, but we might not want it so that >> people...