Searched refs:local_n_btshft (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibcoff-in.h64 unsigned local_n_btshft; member in struct:coff_tdata
H A Dlibcoff.h68 unsigned local_n_btshft; member in struct:coff_tdata
H A Dpeicode.h295 pe->coff.local_n_btshft = N_BTSHFT;
H A Dcofflink.c293 unsigned int n_btshft = coff_data (abfd)->local_n_btshft;
1346 unsigned int n_btshft = coff_data (input_bfd)->local_n_btshft;
H A Dcoffgen.c1354 #define N_BTSHFT coff_data (abfd)->local_n_btshft
H A Dxcofflink.c989 n_btshft = coff_data (abfd)->local_n_btshft;
3442 n_btshft = coff_data (input_bfd)->local_n_btshft;
H A Dcoffcode.h1796 coff->local_n_btshft = N_BTSHFT;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoffread.c100 static unsigned local_n_btshft; variable
105 #define N_BTSHFT local_n_btshft
540 local_n_btshft = cdata->local_n_btshft;
/freebsd-11-stable/contrib/binutils/binutils/
H A Drdcoff.c42 #define N_BTSHFT (coff_data (abfd)->local_n_btshft)

Completed in 121 milliseconds