Searched refs:AUX_GET_ISYM (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/gdb/include/coff/
H A Decoff.h251 #define AUX_GET_ISYM(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_isym) macro
/haiku-fatelf/src/bin/gdb/bfd/
H A Decoff.c1191 if (AUX_GET_ISYM (bigendian, &aux_ptr[indx]) == (bfd_vma) -1)
1262 (long) AUX_GET_ISYM (bigendian, &aux_ptr[indx+1]),
1274 (long) AUX_GET_ISYM (bigendian, &aux_ptr[indx+1]),
1286 (long) AUX_GET_ISYM (bigendian, &aux_ptr[indx+1]),
1612 (AUX_GET_ISYM (bigendian,
1624 (AUX_GET_ISYM (bigendian,
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmdebugread.c1559 rf = AUX_GET_ISYM (bigend, ax);
1784 rf = AUX_GET_ISYM (bigend, ax);
2652 isym = AUX_GET_ISYM (fh->fBigendian,
3363 new_sdx = AUX_GET_ISYM (fh->fBigendian,
4203 rf = AUX_GET_ISYM (fh->fBigendian, ax + 1);
4237 rf = AUX_GET_ISYM (bigend, ax + 1);

Completed in 80 milliseconds