search for: func_begin0

Displaying 2 results from an estimated 2 matches for "func_begin0".

Did you mean: lfunc_begin0
2013 Sep 24
1
[LLVMdev] possible dwarf regression
...2006 today, I get the following asm code: .4byte ($debug_loc2280) .4byte 1 .4byte PerlIO_fd_refcnt $set1406 = ($.bss_end)-PerlIO_fd_refcnt .4byte ($set1406) .4byte PerlIO_perlio $set1407 = ($.data_end)-PerlIO_perlio .4byte ($set1407) .4byte ($func_begin0) $set1408 = ($.text_end)-($func_begin0) .4byte ($set1408) Gas complains: perlio.s: Assembler messages: perlio.s:43549: Error: operation combines symbols in different segments clang: error: assembler command failed with exit code 1 (use -v to see invocation) specmake: *** [perlio.o] Erro...
2015 May 15
3
[LLVMdev] MIPS asm backend emitting weird symbols into object file?
...symbols. Some of them appear to be MIPS specific DWARF extensions. But the ones I'm not able to figure out are the $tmp* symbols: # nm a.o 0000000000000000 N $.debug_info_begin0 0000000000000000 N $debug_cmdline 0000000000000020 t $debug_end0 0000000000000000 N $debug_range 0000000000000000 t $func_begin0 0000000000000020 t $func_end0 0000000000000000 N $info_string 0000000000000000 N $info_string0 00000000000000a7 N $info_string1 00000000000000ab N $info_string2 00000000000000cf N $info_string3 0000000000000000 N $line_table_start0 0000000000000004 N $pubNames_begin0 000000000000001a N $pubNames_en...