search for: 0x1000u

Displaying 5 results from an estimated 5 matches for "0x1000u".

Did you mean: 0x1000
2006 Mar 21
0
[Bug 463] New: cmdflags missing entry for CMD_CHECK
...ssignedTo: laforge@netfilter.org ReportedBy: lstefani@djasolutions.com cmdflags is used in cmd2char() to return the option for a command. It uses the bit position of the command mask as an index in the array. There's no entry for CMD_CHECK (0x0800U), so lookups for CMD_RENAME_CHAIN (0x1000U) index outside the array. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2016 Nov 17
3
DWARF Generator
...RM_strp, "/tmp/main.c"); CUDie.addAttribute(DW_AT_language, DW_FORM_data2, DW_LANG_C); DwarfGenDIE SubprogramDie = CUDie.addChild(DW_TAG_subprogram); SubprogramDie.addAttribute(DW_AT_name, DW_FORM_strp, "main"); SubprogramDie.addAttribute(DW_AT_low_pc, DW_FORM_addr, 0x1000U); SubprogramDie.addAttribute(DW_AT_high_pc, DW_FORM_addr, 0x2000U); DwarfGenDIE IntDie = CUDie.addChild(DW_TAG_base_type); IntDie.addAttribute(DW_AT_name, DW_FORM_strp, "int"); IntDie.addAttribute(DW_AT_encoding, DW_FORM_data1, DW_ATE_signed); IntDie.addAttribute(DW_AT_byt...
2016 Nov 18
4
DWARF Generator
...c"); > CUDie.addAttribute(DW_AT_language, DW_FORM_data2, DW_LANG_C); > > DwarfGenDIE SubprogramDie = CUDie.addChild(DW_TAG_subprogram); > SubprogramDie.addAttribute(DW_AT_name, DW_FORM_strp, "main"); > SubprogramDie.addAttribute(DW_AT_low_pc, DW_FORM_addr, 0x1000U); > SubprogramDie.addAttribute(DW_AT_high_pc, DW_FORM_addr, 0x2000U); > > DwarfGenDIE IntDie = CUDie.addChild(DW_TAG_base_type); > IntDie.addAttribute(DW_AT_name, DW_FORM_strp, "int"); > IntDie.addAttribute(DW_AT_encoding, DW_FORM_data1, DW_ATE_signed); >...
2016 Nov 18
2
DWARF Generator
...tribute(DW_AT_language, DW_FORM_data2, DW_LANG_C); >>> >>> DwarfGenDIE SubprogramDie = CUDie.addChild(DW_TAG_subprogram); >>> SubprogramDie.addAttribute(DW_AT_name, DW_FORM_strp, "main"); >>> SubprogramDie.addAttribute(DW_AT_low_pc, DW_FORM_addr, 0x1000U); >>> SubprogramDie.addAttribute(DW_AT_high_pc, DW_FORM_addr, 0x2000U); >>> >>> DwarfGenDIE IntDie = CUDie.addChild(DW_TAG_base_type); >>> IntDie.addAttribute(DW_AT_name, DW_FORM_strp, "int"); >>> IntDie.addAttribute(DW_AT_encoding, DW...
2016 Nov 18
2
DWARF Generator
...age, DW_FORM_data2, DW_LANG_C); > >>> > >>> DwarfGenDIE SubprogramDie = CUDie.addChild(DW_TAG_subprogram); > >>> SubprogramDie.addAttribute(DW_AT_name, DW_FORM_strp, "main"); > >>> SubprogramDie.addAttribute(DW_AT_low_pc, DW_FORM_addr, 0x1000U); > >>> SubprogramDie.addAttribute(DW_AT_high_pc, DW_FORM_addr, 0x2000U); > >>> > >>> DwarfGenDIE IntDie = CUDie.addChild(DW_TAG_base_type); > >>> IntDie.addAttribute(DW_AT_name, DW_FORM_strp, "int"); > >>> IntDie.addAttr...