Home | History | Annotate | Download | only in bfd

Lines Matching defs:other_data

2123       bfd_vma other_data;
2132 other_data = GET_PDATA_ENTRY (abfd, data + i + 4);
2134 if (begin_addr == 0 && other_data == 0)
2138 prolog_length = (other_data & 0x000000FF);
2139 function_length = (other_data & 0x3FFFFF00) >> 8;
2140 flag32bit = (int)((other_data & 0x40000000) >> 30);
2141 exception_flag = (int)((other_data & 0x80000000) >> 31);