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

  /src/external/gpl3/binutils/dist/bfd/
mmo.c 1487 struct mmo_section_data_struct *sdatap = mmo_section_data (sec); local
1488 struct mmo_data_list_struct *datap = sdatap->head;
1528 for (datap = sdatap->head; datap != NULL; datap = datap->next)
1544 datap = sdatap->head;
1548 if (sdatap->tail != NULL && entry->where >= sdatap->tail->where)
1550 sdatap->tail->next = entry;
1552 sdatap->tail = entry;
1557 for (look = &sdatap->head;
1565 sdatap->tail = entry
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
mmo.c 1488 struct mmo_section_data_struct *sdatap = mmo_section_data (sec); local
1489 struct mmo_data_list_struct *datap = sdatap->head;
1529 for (datap = sdatap->head; datap != NULL; datap = datap->next)
1545 datap = sdatap->head;
1549 if (sdatap->tail != NULL && entry->where >= sdatap->tail->where)
1551 sdatap->tail->next = entry;
1553 sdatap->tail = entry;
1558 for (look = &sdatap->head;
1566 sdatap->tail = entry
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
mmo.c 1488 struct mmo_section_data_struct *sdatap = mmo_section_data (sec); local
1489 struct mmo_data_list_struct *datap = sdatap->head;
1529 for (datap = sdatap->head; datap != NULL; datap = datap->next)
1545 datap = sdatap->head;
1549 if (sdatap->tail != NULL && entry->where >= sdatap->tail->where)
1551 sdatap->tail->next = entry;
1553 sdatap->tail = entry;
1558 for (look = &sdatap->head;
1566 sdatap->tail = entry
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
mmo.c 1493 struct mmo_section_data_struct *sdatap = mmo_section_data (sec); local
1494 struct mmo_data_list_struct *datap = sdatap->head;
1534 for (datap = sdatap->head; datap != NULL; datap = datap->next)
1550 datap = sdatap->head;
1554 if (sdatap->tail != NULL && entry->where >= sdatap->tail->where)
1556 sdatap->tail->next = entry;
1558 sdatap->tail = entry;
1563 for (look = &sdatap->head;
1571 sdatap->tail = entry
    [all...]

Completed in 35 milliseconds