Searched refs:SECT_OFF_BSS (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Delfread.c321 special_local_sect = SECT_OFF_BSS (objfile);
338 = max (SECT_OFF_BSS (objfile),
H A Dmipsread.c409 sym_value += ANOFFSET (section_offsets, SECT_OFF_BSS (objfile));
H A Dobjfiles.h660 want to die here. Let the users of SECT_OFF_BSS deal with an
662 #define SECT_OFF_BSS(objfile) (objfile)->sect_index_bss
661 #define SECT_OFF_BSS macro
H A Ddbxread.c452 section = SECT_OFF_BSS (objfile);
506 section = SECT_OFF_BSS (objfile);
1058 sym_value += ANOFFSET (objfile->section_offsets, SECT_OFF_BSS (objfile));
1275 data_sect_index = SECT_OFF_BSS (objfile);
1338 nlist.n_value += ANOFFSET (objfile->section_offsets, SECT_OFF_BSS (objfile));
3064 valu += ANOFFSET (section_offsets, SECT_OFF_BSS (objfile));
H A Dmdebugread.c655 sh->value += ANOFFSET (section_offsets, SECT_OFF_BSS (objfile));
2448 svalue += ANOFFSET (objfile->section_offsets, SECT_OFF_BSS (objfile));
2504 svalue += ANOFFSET (objfile->section_offsets, SECT_OFF_BSS (objfile));
2712 sh.value += ANOFFSET (objfile->section_offsets, SECT_OFF_BSS (objfile));
2717 SECT_OFF_BSS (objfile),
2783 sh.value += ANOFFSET (objfile->section_offsets, SECT_OFF_BSS (objfile));
3344 sh.value += ANOFFSET (objfile->section_offsets, SECT_OFF_BSS (objfile));
3449 SECT_OFF_BSS (objfile),
3567 svalue += ANOFFSET (objfile->section_offsets, SECT_OFF_BSS (objfile));
H A Dminsyms.c561 section = SECT_OFF_BSS (objfile);
H A Dsomsolib.c1416 offsets->offsets[SECT_OFF_BSS (objfile)] = 0;
1421 offsets->offsets[SECT_OFF_BSS (objfile)]
H A Drs6000-nat.c679 new_offsets->offsets[SECT_OFF_BSS (objfile)] = vp->dstart - vp->dvma;
H A Dcoffread.c919 else if (sec == SECT_OFF_BSS (objfile))
H A Dstabsread.c630 SYMBOL_SECTION (sym) = SECT_OFF_BSS (objfile);
H A Dremote.c2024 offs->offsets[SECT_OFF_BSS (symfile_objfile)] = data_addr;

Completed in 114 milliseconds