HomeSort by relevance Sort by last modified time
    Searched full:map_head (Results 1 - 25 of 30) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/ld/
ldwrite.c 407 struct bfd_link_order *l = s->map_head.link_order;
439 for (p = s->map_head.link_order; p; p = p->next)
476 for (l = NULL, p = cursor->map_head.link_order; p != NULL; p = l->next)
517 n->map_head.link_order = p;
ldlang.c     [all...]
ChangeLog 91 * ldlang.c (lang_add_section): Set up map_head.s and map_tail.s when
    [all...]
ChangeLog-2012 776 * ldlang.c (lang_add_section): ..and don't set up map_head, map_tail.
    [all...]
ChangeLog-2005     [all...]
  /toolchain/binutils/binutils-2.25/ld/emultempl/
ppc64elf.em 127 /* Trim I off the bfd map_head/map_tail doubly linked lists. */
128 n = i->map_head.s;
130 (p != NULL ? p : i->output_section)->map_head.s = n;
149 n = p->map_head.s;
151 i->map_head.s = n;
153 (p != NULL ? p : i->output_section)->map_head.s = i;
pep.em     [all...]
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 145 static void remove_always_return_values(ListNode * const map_head,
148 const ListNode * const map_head, const char * const error_message,
541 static void remove_always_return_values(ListNode * const map_head,
544 assert_true(map_head);
546 current = map_head->next;
547 while (current != map_head) {
578 const ListNode * const map_head, const char * const error_message,
582 assert_true(map_head);
585 for (current = map_head->next; current != map_head;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
linker.c 308 <<link_order>> structures attached to the <<map_head.link_order>>
    [all...]
elf-eh-frame.c     [all...]
section.c 522 . {* Early in the link process, map_head and map_tail are used to build
529 . } map_head, map_tail;
722 . {* map_head, map_tail *} \
    [all...]
pdp11.c     [all...]
elflink.c     [all...]
coff-ppc.c     [all...]
elf64-ppc.c     [all...]
aoutx.h     [all...]
ecoff.c 79 /* map_head, map_tail */
    [all...]
cofflink.c 638 for (p = o->map_head.link_order; p != NULL; p = p->next)
835 for (p = o->map_head.link_order; p != NULL; p = p->next)
    [all...]
bfd-in2.h 1589 } map_head, map_tail; member in struct:bfd_section
    [all...]
vms-alpha.c     [all...]
elf64-alpha.c     [all...]
xcofflink.c     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 1559 } map_head, map_tail; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 1559 } map_head, map_tail; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
bfd.info     [all...]

Completed in 2452 milliseconds

1 2