Searched refs:set_end (Results 1 – 10 of 10) sorted by relevance
1190 static symbolS *set_end; in coff_frob_symbol() local1389 if (set_end != (symbolS *) NULL in coff_frob_symbol()1396 SA_SET_SYM_ENDNDX (set_end, symp); in coff_frob_symbol()1397 set_end = NULL; in coff_frob_symbol()1402 if (set_end != NULL) in coff_frob_symbol()1404 S_GET_NAME (set_end)); in coff_frob_symbol()1405 set_end = next_set_end; in coff_frob_symbol()
6100 static symbolS *set_end; in ppc_frob_symbol() local6137 if (set_end != (symbolS *) NULL) in ppc_frob_symbol()6139 SA_SET_SYM_ENDNDX (set_end, sym); in ppc_frob_symbol()6140 set_end = NULL; in ppc_frob_symbol()6173 set_end = ppc_last_function; in ppc_frob_symbol()
61 void set_end (CORE_ADDR end) in set_end() function123 void set_end (CORE_ADDR end) in set_end() function
239 block->set_end (end); in finish_block_internal()320 block->set_end (block->start ()); in finish_block_internal()363 pblock->block->set_end (block->end ()); in finish_block_internal()
811 b->set_end (sh->value); in parse_symbol()1161 top_stack->cur_block->set_end in parse_symbol()1185 b_bad->set_end (cblock->end ()); in parse_symbol()1221 top_stack->cur_block->set_end (sh->value + top_stack->procadr); in parse_symbol()4105 top_stack->cur_block->set_end (0); in mdebug_expand_psymtab()4606 bv->global_block ()->set_end (high); in sort_blocks()4611 bv->static_block ()->set_end (bv->global_block ()->end ()); in sort_blocks()
624 b->set_end (b->end () + delta[block_line_section]); in objfile_relocate1()629 r.set_end (r.end () + delta[block_line_section]); in objfile_relocate1()
581 new_block->set_end (gdb_block_iter.end); in finalize_symtab()622 new_block->set_end (end); in finalize_symtab()
289 const u8 *pos, *end, *set_pos, *set_end, *seq_pos, *seq_end; in x509_parse_name() local329 pos = set_end = hdr.payload + hdr.length; in x509_parse_name()331 if (asn1_get_next(set_pos, set_end - set_pos, &hdr) < 0 || in x509_parse_name()
802 * config/obj-coff.c (coff_frob_symbol): Always update set_end with
7220 (coff_frob_symbol): New local static set_end; use it to try to