Searched refs:text_offset (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | somread.c | 95 CORE_ADDR text_offset, data_offset; in som_symtab_read() local 98 text_offset = ANOFFSET (section_offsets, 0); in som_symtab_read() 128 dynamic = (text_offset != 0); in som_symtab_read() 153 bufp->symbol_value += text_offset; in som_symtab_read() 166 bufp->symbol_value += text_offset; in som_symtab_read() 173 bufp->symbol_value += text_offset; in som_symtab_read() 201 bufp->symbol_value += text_offset; in som_symtab_read() 231 bufp->symbol_value += text_offset; in som_symtab_read() 242 bufp->symbol_value += text_offset; in som_symtab_read() 249 bufp->symbol_value += text_offset; in som_symtab_read()
|
| H A D | dbxread.c | 2465 CORE_ADDR text_offset; /* Start of text segment for symbols */ in read_ofile_symtab() local 2472 text_offset = pst->textlow; in read_ofile_symtab() 2622 last_source_start_addr = text_offset; in read_ofile_symtab() 2627 if (last_source_start_addr > text_offset) in read_ofile_symtab() 2628 last_source_start_addr = text_offset; in read_ofile_symtab() 2630 pst->symtab = end_symtab (text_offset + text_size, objfile, SECT_OFF_TEXT (objfile)); in read_ofile_symtab()
|
| H A D | hpread.c | 2785 CORE_ADDR text_offset, int text_size, in hpread_expand_symtab() argument 2851 objfile, text_offset, text_size, in hpread_expand_symtab() 2882 return end_symtab (text_offset + text_size, objfile, SECT_OFF_TEXT (objfile)); in hpread_expand_symtab() 5097 struct objfile *objfile, CORE_ADDR text_offset, in hpread_process_one_debug_symbol() argument 5158 valu = text_offset; in hpread_process_one_debug_symbol() 5229 valu = text_offset; in hpread_process_one_debug_symbol() 5575 valu = text_offset + text_size + offset; in hpread_process_one_debug_symbol()
|
| /freebsd-12.1/sys/i386/ibcs2/ |
| H A D | imgact_coff.c | 170 unsigned long text_offset = 0, text_address = 0, text_size = 0; in coff_load_file() local 258 text_offset = scns[i].s_scnptr; in coff_load_file() 269 if ((error = load_coff_section(vmspace, vp, text_offset, in coff_load_file() 305 unsigned long text_offset = 0, text_address = 0, text_size = 0; local 358 text_offset = scns[i].s_scnptr; 433 __FILE__, __LINE__, text_offset, text_address, 436 text_offset,
|