Searched refs:cie_id (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/binutils/
H A Ddwarf.c2913 unsigned long cie_id; local
2947 cie_id = byte_get (start, offset_size); start += offset_size;
2949 if (is_eh ? (cie_id == 0) : (cie_id == DW_CIE_ID))
3016 (unsigned long)(saved_start - section_start), length, cie_id,
3022 (unsigned long)(saved_start - section_start), length, cie_id);
3073 look_for = is_eh ? start - 4 - cie_id : section_start + cie_id;
3082 cie_id, (unsigned long)(saved_start - section_start));
3131 (unsigned long)(saved_start - section_start), length, cie_id,
[all...]
/haiku-buildtools/binutils/binutils/
H A Ddwarf.c5837 dwarf_vma cie_id; local
5886 SAFE_BYTE_GET_AND_INC (cie_id, start, offset_size, end);
5888 if (is_eh ? (cie_id == 0) : ((offset_size == 4 && cie_id == DW_CIE_ID)
5889 || (offset_size == 8 && cie_id == DW64_CIE_ID)))
5914 print_dwarf_vma (cie_id, offset_size);
5958 look_for = start - 4 - ((cie_id ^ sign) - sign);
5961 look_for = section_start + cie_id;
6033 dwarf_vmatoa_1 (NULL, cie_id, offset_size),
6115 dwarf_vmatoa_1 (NULL, cie_id, offset_siz
[all...]

Completed in 94 milliseconds