HomeSort by: relevance | last modified time | path
    Searched defs:block_line_section (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
objfiles.c 560 int block_line_section = SECT_OFF_TEXT (objfile);
563 bv->map ()->relocate (delta[block_line_section]);
567 b->set_start (b->start () + delta[block_line_section]);
568 b->set_end (b->end () + delta[block_line_section]);
572 r.set_start (r.start () + delta[block_line_section]);
573 r.set_end (r.end () + delta[block_line_section]);
557 int block_line_section = SECT_OFF_TEXT (objfile); local
  /src/external/gpl3/gdb/dist/gdb/
objfiles.c 559 int block_line_section = SECT_OFF_TEXT (objfile);
562 bv->map ()->relocate (delta[block_line_section]);
566 b->set_start (b->start () + delta[block_line_section]);
567 b->set_end (b->end () + delta[block_line_section]);
571 r.set_start (r.start () + delta[block_line_section]);
572 r.set_end (r.end () + delta[block_line_section]);
556 int block_line_section = SECT_OFF_TEXT (objfile); local

Completed in 43 milliseconds