Home
last modified time | relevance | path

Searched refs:insert_pad (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/binutils/ld/
DChangeLog-0001837 * ldlang.c (insert_pad): Fix typos in last patch.
847 * ldlang.c (insert_pad): Use offsetof macro.
863 * ldlang.c (insert_pad): Make use of an existing pad statement if
868 Adjust call to size_input_section. Make use of insert_pad to
3239 print_reloc_statement, print_padding_statement, insert_pad,
3286 (insert_pad) Calculate padding size in octets, and adjust "dot"
Dldlang.c3998 insert_pad (lang_statement_union_type **ptr, in insert_pad() function
4073 insert_pad (this_ptr, fill, TO_SIZE (alignment_needed), o, dot); in size_input_section()
4660 insert_pad (&s->header.next, fill, TO_SIZE (newdot - dot), in lang_size_sections_1()
DChangeLog-02033184 (insert_pad): Now takes a "fill_type *" arg.
DChangeLog-91973256 (insert_pad): Likewise.