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

  /src/libexec/ld.elf_so/
headers.c 539 bool first_seg = true; local
569 if (first_seg) { /* First load segment */
577 first_seg = false;
  /src/external/gpl3/binutils.old/dist/bfd/
elf-nacl.c 293 struct elf_segment_map *first_seg = *first_load_seg; local
295 struct elf_segment_map *first_next = first_seg->next;
298 if (next_load_seg == &first_seg->next)
301 next_seg->next = first_seg;
302 first_seg->next = next_next;
309 first_seg->next = *next_load_seg;
310 *next_load_seg = first_seg;
  /src/external/gpl3/gdb.old/dist/bfd/
elf-nacl.c 293 struct elf_segment_map *first_seg = *first_load_seg; local
295 struct elf_segment_map *first_next = first_seg->next;
298 if (next_load_seg == &first_seg->next)
301 next_seg->next = first_seg;
302 first_seg->next = next_next;
309 first_seg->next = *next_load_seg;
310 *next_load_seg = first_seg;
  /src/external/bsd/wpa/dist/wpa_supplicant/
op_classes.c 461 int first_seg = 0; local
469 if (!first_seg) {
470 first_seg = curr_seg;
477 if ((curr_seg - first_seg) > 1)
484 if ((first_seg % 2) == 0)
  /src/external/gpl2/lvm2/dist/lib/metadata/
metadata.c 1747 struct lv_segment *first_seg(const struct logical_volume *lv) function
2063 struct lv_segment *seg = first_seg(lv);

Completed in 47 milliseconds