Searched refs:line_info_table (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Ddwarf2.c192 struct line_info_table *line_table;
711 struct line_info_table struct
770 /* Adds a new entry to the line_info list in the line_info_table, ensuring
776 add_line_info (struct line_info_table *table,
862 concat_filename (struct line_info_table *table, unsigned int file)
963 static struct line_info_table*
967 struct line_info_table* table;
1006 amt = sizeof (struct line_info_table);
1306 lookup_address_in_line_info_table (struct line_info_table *table,
/macosx-10.9.5/ruby-104/ruby/
H A Diseq.c84 RUBY_FREE_UNLESS_NULL(iseq->line_info_table);
1070 struct iseq_line_info_entry *table = iseq->line_info_table;
1860 if (ti < iseq->line_info_size && iseq->line_info_table[ti].position == pos) {
1861 line = iseq->line_info_table[ti].line_no;
2048 const struct iseq_line_info_entry *line_info_table,
2085 ALLOC_AND_COPY(iseq->line_info_table, line_info_table,
2045 rb_iseq_build_for_ruby2cext( const rb_iseq_t *iseq_template, const rb_insn_func_t *func, const struct iseq_line_info_entry *line_info_table, const char **local_table, const VALUE *arg_opt_table, const struct iseq_catch_table_entry *catch_table, const char *name, const char *path, const unsigned short first_lineno) argument
H A Dcompile.c1370 struct iseq_line_info_entry *line_info_table; local
1423 line_info_table = ALLOC_N(struct iseq_line_info_entry, k);
1463 xfree(line_info_table);
1556 xfree(line_info_table);
1561 line_info_table[k].line_no = last_line = iobj->line_no;
1562 line_info_table[k].position = pos;
1594 line_info_table[k].line_no = last_line = adjust->line_no;
1595 line_info_table[k].position = pos;
1604 line_info_table[k].line_no = last_line = adjust->line_no;
1605 line_info_table[
[all...]
H A Dproc.c740 if (iseq->line_info_table) {
854 if (iseq->line_info_table) {
H A Dvm_core.h222 struct iseq_line_info_entry *line_info_table; member in struct:rb_iseq_struct
H A Dvm_method.c308 int line = iseq->line_info_table ? rb_iseq_first_lineno(iseq) : 0;

Completed in 93 milliseconds