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

  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 7452 struct trampoline_seg
7454 struct trampoline_seg *next;
7462 static struct trampoline_seg trampoline_seg_list;
7519 static struct trampoline_seg *
7522 struct trampoline_seg *ts = trampoline_seg_list.next;
7523 static struct trampoline_seg *mr;
7580 static void xg_add_trampoline_to_seg (struct trampoline_seg *ts,
7595 struct trampoline_seg *ts = find_trampoline_seg (now_seg);
7602 ts = XCNEW(struct trampoline_seg);
7752 xg_get_trampoline_chain (struct trampoline_seg *ts
7440 struct trampoline_seg struct
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 7452 struct trampoline_seg
7454 struct trampoline_seg *next;
7462 static struct trampoline_seg trampoline_seg_list;
7519 static struct trampoline_seg *
7522 struct trampoline_seg *ts = trampoline_seg_list.next;
7523 static struct trampoline_seg *mr;
7580 static void xg_add_trampoline_to_seg (struct trampoline_seg *ts,
7595 struct trampoline_seg *ts = find_trampoline_seg (now_seg);
7602 ts = XCNEW(struct trampoline_seg);
7752 xg_get_trampoline_chain (struct trampoline_seg *ts
7440 struct trampoline_seg struct
    [all...]

Completed in 22 milliseconds