HomeSort by: relevance | last modified time | path
    Searched refs:SECT_OFF_TEXT (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/
objfiles.h 134 #define SECT_OFF_TEXT(objfile) \
490 return section_offsets[SECT_OFF_TEXT (this)];
stabsread.c 1076 section = SECT_OFF_TEXT (objfile);
1108 section = SECT_OFF_TEXT (objfile);
1968 SECT_OFF_TEXT (objfile),
2026 SECT_OFF_TEXT (objfile),
2436 other than Solaris 2, this just holds the SECT_OFF_TEXT value,
2525 section_index = SECT_OFF_TEXT (objfile);
2526 valu += section_offsets[SECT_OFF_TEXT (objfile)];
2614 section_index = SECT_OFF_TEXT (objfile);
2615 valu += section_offsets[SECT_OFF_TEXT (objfile)];
2623 section_index = SECT_OFF_TEXT (objfile)
    [all...]
xcoffread.c 276 *args->resultp = SECT_OFF_TEXT (objfile);
305 *secnum = SECT_OFF_TEXT (objfile);
1300 newobj->name->set_section_index (SECT_OFF_TEXT (objfile));
2673 SECT_OFF_TEXT (objfile),
2700 SECT_OFF_TEXT (objfile),
mdebugread.c 618 section_index = SECT_OFF_TEXT (objfile);
2250 section = SECT_OFF_TEXT (objfile);
3228 SECT_OFF_TEXT (objfile),
3249 SECT_OFF_TEXT (objfile),
3414 section = SECT_OFF_TEXT (objfile);
3438 SECT_OFF_TEXT (objfile));
3643 section = SECT_OFF_TEXT (objfile);
3970 valu += section_offsets[SECT_OFF_TEXT (objfile)];
coffread.c 383 return SECT_OFF_TEXT (objfile);
1683 + objfile->section_offsets[SECT_OFF_TEXT (objfile)]);
1692 + objfile->section_offsets[SECT_OFF_TEXT (objfile)]);
buildsym.c 247 symbol->set_section_index (SECT_OFF_TEXT (m_objfile));
minsyms.c 1136 section = SECT_OFF_TEXT (m_objfile);
objfiles.c 560 int block_line_section = SECT_OFF_TEXT (objfile);
ctfread.c 1484 section = SECT_OFF_TEXT (ccp->of);
symfile.c 666 it relies on adding SECT_OFF_TEXT to things which might be
855 ei->the_bfd_section_index = SECT_OFF_TEXT (objfile);
ia64-tdep.c 2869 text_sec = objfile->sections + SECT_OFF_TEXT (objfile);
remote.c 4731 offs[SECT_OFF_TEXT (objf)] = text_addr;
  /src/external/gpl3/gdb/dist/gdb/
objfiles.h 134 #define SECT_OFF_TEXT(objfile) \
492 return section_offsets[SECT_OFF_TEXT (this)];
stabsread.c 1076 section = SECT_OFF_TEXT (objfile);
1108 section = SECT_OFF_TEXT (objfile);
1968 SECT_OFF_TEXT (objfile),
2026 SECT_OFF_TEXT (objfile),
2438 other than Solaris 2, this just holds the SECT_OFF_TEXT value,
2527 section_index = SECT_OFF_TEXT (objfile);
2528 valu += section_offsets[SECT_OFF_TEXT (objfile)];
2616 section_index = SECT_OFF_TEXT (objfile);
2617 valu += section_offsets[SECT_OFF_TEXT (objfile)];
2625 section_index = SECT_OFF_TEXT (objfile)
    [all...]
xcoffread.c 276 *args->resultp = SECT_OFF_TEXT (objfile);
305 *secnum = SECT_OFF_TEXT (objfile);
1300 newobj->name->set_section_index (SECT_OFF_TEXT (objfile));
2673 SECT_OFF_TEXT (objfile),
2700 SECT_OFF_TEXT (objfile),
mdebugread.c 618 section_index = SECT_OFF_TEXT (objfile);
2250 section = SECT_OFF_TEXT (objfile);
3231 SECT_OFF_TEXT (objfile),
3252 SECT_OFF_TEXT (objfile),
3417 section = SECT_OFF_TEXT (objfile);
3441 SECT_OFF_TEXT (objfile));
3646 section = SECT_OFF_TEXT (objfile);
3973 valu += section_offsets[SECT_OFF_TEXT (objfile)];
coffread.c 384 return SECT_OFF_TEXT (objfile);
1684 + objfile->section_offsets[SECT_OFF_TEXT (objfile)]);
1693 + objfile->section_offsets[SECT_OFF_TEXT (objfile)]);
buildsym.c 247 symbol->set_section_index (SECT_OFF_TEXT (m_objfile));
minsyms.c 1136 section = SECT_OFF_TEXT (m_objfile);
objfiles.c 559 int block_line_section = SECT_OFF_TEXT (objfile);
ctfread.c 1484 section = SECT_OFF_TEXT (ccp->of);
symfile.c 666 it relies on adding SECT_OFF_TEXT to things which might be
855 ei->the_bfd_section_index = SECT_OFF_TEXT (objfile);
ia64-tdep.c 2869 text_sec = objfile->sections + SECT_OFF_TEXT (objfile);
remote.c 4756 offs[SECT_OFF_TEXT (objf)] = text_addr;
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 19277 sym->set_section_index (SECT_OFF_TEXT (objfile));

Completed in 174 milliseconds

1 2