HomeSort by relevance Sort by last modified time
    Searched defs:link_order (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
simple.c 186 struct bfd_link_order link_order; local
225 memset (&link_order, 0, sizeof (link_order));
226 link_order.next = NULL;
227 link_order.type = bfd_indirect_link_order;
228 link_order.offset = 0;
229 link_order.size = sec->size;
230 link_order.u.indirect.section = sec;
272 &link_order,
bfd-in2.h 1587 struct bfd_link_order *link_order; member in union:bfd_section::__anon115376
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldwrite.c 36 /* Build link_order structures for the BFD linker. */
46 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_byte *) xmalloc (QUAD_SIZE);
146 link_order->u.data.contents);
158 (link_order->u.data.contents
161 (link_order->u.data.content
192 struct bfd_link_order *link_order; local
246 struct bfd_link_order *link_order; local
283 struct bfd_link_order *link_order; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 1557 struct bfd_link_order *link_order; member in union:bfd_section::__anon52160
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 1557 struct bfd_link_order *link_order; member in union:bfd_section::__anon52879
    [all...]

Completed in 230 milliseconds