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

  /src/sys/arch/powerpc/stand/mkbootimage/
rs6000_bootrec.h 58 char last_sec; /* nrof sectors -1 */ member in struct:rs6000_config_record
  /src/external/bsd/ntp/dist/ntpd/
refclock_msfees.c 289 #define last_sec last_l.l_ui macro
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-nios2.c 1788 asection *first_sec, *last_sec; member in struct:elf32_nios2_link_hash_table::map_stub
2109 id_sec = htab->stub_group[input_section->id].last_sec;
2161 link_sec = htab->stub_group[section->id].last_sec;
2301 /* Steal the last_sec pointer for our list.
2304 htab->stub_group[isec->id].last_sec = *list;
2361 prev = htab->stub_group[tail->id].last_sec;
2362 htab->stub_group[tail->id].last_sec = tail;
2371 prev = htab->stub_group[curr->id].last_sec;
2382 prev = htab->stub_group[curr->id].last_sec;
2383 htab->stub_group[curr->id].last_sec = tail
    [all...]
  /src/external/gpl3/binutils/dist/ld/
ldlang.c 4548 asection *first_sec, *last_sec;
4574 last_sec = NULL;
4581 last_sec = os->bfd_section;
4583 first_sec = last_sec;
4588 if (last_sec != NULL)
4598 if (sec != NULL && sec != last_sec)
4602 first_sec->prev->next = last_sec->next;
4604 link_info.output_bfd->sections = last_sec->next;
4605 if (last_sec->next != NULL)
4606 last_sec->next->prev = first_sec->prev
4545 asection *first_sec, *last_sec; local
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldlang.c 4565 asection *first_sec, *last_sec;
4591 last_sec = NULL;
4598 last_sec = os->bfd_section;
4600 first_sec = last_sec;
4605 if (last_sec != NULL)
4615 if (sec != NULL && sec != last_sec)
4619 first_sec->prev->next = last_sec->next;
4621 link_info.output_bfd->sections = last_sec->next;
4622 if (last_sec->next != NULL)
4623 last_sec->next->prev = first_sec->prev
4562 asection *first_sec, *last_sec; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 11515 segT last_sec = 0;
11521 last_sec = sec;
11527 xtensa_reorder_seg_list (literal_head, last_sec);
11498 segT last_sec = 0; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 11515 segT last_sec = 0;
11521 last_sec = sec;
11527 xtensa_reorder_seg_list (literal_head, last_sec);
11498 segT last_sec = 0; local

Completed in 53 milliseconds