HomeSort by: relevance | last modified time | path
    Searched defs:link_order (Results 1 - 25 of 171) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl3/binutils/dist/bfd/
simple.c 210 struct bfd_link_order link_order; local
253 memset (&link_order, 0, sizeof (link_order));
254 link_order.next = NULL;
255 link_order.type = bfd_indirect_link_order;
256 link_order.offset = 0;
257 link_order.size = sec->size;
258 link_order.u.indirect.section = sec;
278 &link_order,
bfd-in2.h 832 struct bfd_link_order *link_order; member in union:bfd_section::__anon9634
7737 /* Do a link based on the link_order structures attached to each
  /src/external/gpl3/binutils.old/dist/bfd/
simple.c 210 struct bfd_link_order link_order; local
253 memset (&link_order, 0, sizeof (link_order));
254 link_order.next = NULL;
255 link_order.type = bfd_indirect_link_order;
256 link_order.offset = 0;
257 link_order.size = sec->size;
258 link_order.u.indirect.section = sec;
278 &link_order,
  /src/external/gpl3/gdb/dist/bfd/
simple.c 210 struct bfd_link_order link_order; local
253 memset (&link_order, 0, sizeof (link_order));
254 link_order.next = NULL;
255 link_order.type = bfd_indirect_link_order;
256 link_order.offset = 0;
257 link_order.size = sec->size;
258 link_order.u.indirect.section = sec;
278 &link_order,
  /src/external/gpl3/gdb.old/dist/bfd/
simple.c 210 struct bfd_link_order link_order; local
253 memset (&link_order, 0, sizeof (link_order));
254 link_order.next = NULL;
255 link_order.type = bfd_indirect_link_order;
256 link_order.offset = 0;
257 link_order.size = sec->size;
258 link_order.u.indirect.section = sec;
278 &link_order,
  /src/external/gpl3/binutils/dist/ld/
ldwrite.c 37 /* Build link_order structures for the BFD linker. */
47 struct bfd_link_order *link_order; local
58 link_order = bfd_new_link_order (link_info.output_bfd, output_section);
59 if (link_order == NULL)
62 link_order->type = bfd_data_link_order;
63 link_order->offset = statement->data_statement.output_offset;
64 link_order->u.data.contents = bfd_alloc (link_info.output_bfd,
66 if (link_order->u.data.contents == NULL)
113 link_order->u.data.contents);
125 (link_order->u.data.content
159 struct bfd_link_order *link_order; local
215 struct bfd_link_order *link_order; local
254 struct bfd_link_order *link_order; local
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldwrite.c 37 /* Build link_order structures for the BFD linker. */
47 struct bfd_link_order *link_order; local
58 link_order = bfd_new_link_order (link_info.output_bfd, output_section);
59 if (link_order == NULL)
62 link_order->type = bfd_data_link_order;
63 link_order->offset = statement->data_statement.output_offset;
64 link_order->u.data.contents = bfd_alloc (link_info.output_bfd,
66 if (link_order->u.data.contents == NULL)
113 link_order->u.data.contents);
125 (link_order->u.data.content
159 struct bfd_link_order *link_order; local
215 struct bfd_link_order *link_order; local
254 struct bfd_link_order *link_order; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-object-load.c 339 struct bfd_link_order link_order; local
363 memset (&link_order, 0, sizeof (link_order));
364 link_order.next = NULL;
365 link_order.type = bfd_indirect_link_order;
366 link_order.offset = 0;
367 link_order.size = bfd_section_size (sect);
368 link_order.u.indirect.section = sect;
374 &link_order,
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-object-load.c 339 struct bfd_link_order link_order; local
363 memset (&link_order, 0, sizeof (link_order));
364 link_order.next = NULL;
365 link_order.type = bfd_indirect_link_order;
366 link_order.offset = 0;
367 link_order.size = bfd_section_size (sect);
368 link_order.u.indirect.section = sect;
374 &link_order,
  /src/external/gpl3/binutils/lib/libbfd/arch/aarch64/
bfd.h 836 struct bfd_link_order *link_order; member in union:bfd_section::__anon10989
7741 /* Do a link based on the link_order structures attached to each
  /src/external/gpl3/binutils/lib/libbfd/arch/aarch64eb/
bfd.h 836 struct bfd_link_order *link_order; member in union:bfd_section::__anon10994
7741 /* Do a link based on the link_order structures attached to each
  /src/external/gpl3/binutils/lib/libbfd/arch/alpha/
bfd.h 836 struct bfd_link_order *link_order; member in union:bfd_section::__anon10999
7741 /* Do a link based on the link_order structures attached to each
  /src/external/gpl3/binutils/lib/libbfd/arch/earm/
bfd.h 836 struct bfd_link_order *link_order; member in union:bfd_section::__anon11004
7741 /* Do a link based on the link_order structures attached to each
  /src/external/gpl3/binutils/lib/libbfd/arch/earmhf/
bfd.h 836 struct bfd_link_order *link_order; member in union:bfd_section::__anon11009
7741 /* Do a link based on the link_order structures attached to each
  /src/external/gpl3/binutils/lib/libbfd/arch/earmhfeb/
bfd.h 836 struct bfd_link_order *link_order; member in union:bfd_section::__anon11014
7741 /* Do a link based on the link_order structures attached to each
  /src/external/gpl3/binutils/lib/libbfd/arch/hppa/
bfd.h 836 struct bfd_link_order *link_order; member in union:bfd_section::__anon11019
7741 /* Do a link based on the link_order structures attached to each
  /src/external/gpl3/binutils/lib/libbfd/arch/i386/
bfd.h 836 struct bfd_link_order *link_order; member in union:bfd_section::__anon11024
7741 /* Do a link based on the link_order structures attached to each
  /src/external/gpl3/binutils/lib/libbfd/arch/ia64/
bfd.h 836 struct bfd_link_order *link_order; member in union:bfd_section::__anon11029
7741 /* Do a link based on the link_order structures attached to each
  /src/external/gpl3/binutils/lib/libbfd/arch/m68000/
bfd.h 836 struct bfd_link_order *link_order; member in union:bfd_section::__anon11034
7741 /* Do a link based on the link_order structures attached to each
  /src/external/gpl3/binutils/lib/libbfd/arch/m68k/
bfd.h 836 struct bfd_link_order *link_order; member in union:bfd_section::__anon11039
7741 /* Do a link based on the link_order structures attached to each
  /src/external/gpl3/binutils/lib/libbfd/arch/mips64eb/
bfd.h 836 struct bfd_link_order *link_order; member in union:bfd_section::__anon11044
7741 /* Do a link based on the link_order structures attached to each
  /src/external/gpl3/binutils/lib/libbfd/arch/mips64el/
bfd.h 836 struct bfd_link_order *link_order; member in union:bfd_section::__anon11049
7741 /* Do a link based on the link_order structures attached to each
  /src/external/gpl3/binutils/lib/libbfd/arch/mipseb/
bfd.h 836 struct bfd_link_order *link_order; member in union:bfd_section::__anon11054
7741 /* Do a link based on the link_order structures attached to each
  /src/external/gpl3/binutils/lib/libbfd/arch/mipsel/
bfd.h 836 struct bfd_link_order *link_order; member in union:bfd_section::__anon11059
7741 /* Do a link based on the link_order structures attached to each
  /src/external/gpl3/binutils/lib/libbfd/arch/mipsn64eb/
bfd.h 836 struct bfd_link_order *link_order; member in union:bfd_section::__anon11064
7741 /* Do a link based on the link_order structures attached to each

Completed in 208 milliseconds

1 2 3 4 5 6 7