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

  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 1820 struct line_info* lcl_head; /* Local head; used in 'add_line_info'. */ member in struct:line_info_table
1947 Note: table->lcl_head is used to head an *actual* or *possible*
1960 if (table->lcl_head == seq->last_line)
1961 table->lcl_head = info;
1975 table->lcl_head = info;
1986 /* lcl_head: initialize to head a *possible* sequence at the end. */
1987 if (!table->lcl_head)
1988 table->lcl_head = info;
1990 else if (!new_line_sorts_after (info, table->lcl_head)
1991 && (!table->lcl_head->prev_lin
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 1820 struct line_info* lcl_head; /* Local head; used in 'add_line_info'. */ member in struct:line_info_table
1947 Note: table->lcl_head is used to head an *actual* or *possible*
1960 if (table->lcl_head == seq->last_line)
1961 table->lcl_head = info;
1975 table->lcl_head = info;
1986 /* lcl_head: initialize to head a *possible* sequence at the end. */
1987 if (!table->lcl_head)
1988 table->lcl_head = info;
1990 else if (!new_line_sorts_after (info, table->lcl_head)
1991 && (!table->lcl_head->prev_lin
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
dwarf2.c 1820 struct line_info* lcl_head; /* Local head; used in 'add_line_info'. */ member in struct:line_info_table
1947 Note: table->lcl_head is used to head an *actual* or *possible*
1960 if (table->lcl_head == seq->last_line)
1961 table->lcl_head = info;
1975 table->lcl_head = info;
1986 /* lcl_head: initialize to head a *possible* sequence at the end. */
1987 if (!table->lcl_head)
1988 table->lcl_head = info;
1990 else if (!new_line_sorts_after (info, table->lcl_head)
1991 && (!table->lcl_head->prev_lin
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c 1813 struct line_info* lcl_head; /* Local head; used in 'add_line_info'. */ member in struct:line_info_table
1940 Note: table->lcl_head is used to head an *actual* or *possible*
1953 if (table->lcl_head == seq->last_line)
1954 table->lcl_head = info;
1968 table->lcl_head = info;
1979 /* lcl_head: initialize to head a *possible* sequence at the end. */
1980 if (!table->lcl_head)
1981 table->lcl_head = info;
1983 else if (!new_line_sorts_after (info, table->lcl_head)
1984 && (!table->lcl_head->prev_lin
    [all...]

Completed in 29 milliseconds