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

  /src/external/gpl3/binutils/dist/bfd/
elf32-xtensa.c 5411 "ta_fill" add fill or remove fill
5426 or a "ta_fill" that adds space, the removed_bytes will be negative. */
5440 ta_fill, /* removed = +size */
5493 a.action = ta_fill;
5516 BFD_ASSERT (ta == NULL || ta->action == ta_fill);
5552 [ta_fill] = 0,
5604 if (action == ta_fill && sec->size == offset)
5608 if (action == ta_fill && removed == 0)
5614 if (action == ta_fill)
5696 && (before_fill || r->action != ta_fill || r->removed_bytes >= 0)
5425 ta_fill, \/* removed = +size *\/ enumerator in enum:text_action_enum_t
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-xtensa.c 5411 "ta_fill" add fill or remove fill
5426 or a "ta_fill" that adds space, the removed_bytes will be negative. */
5440 ta_fill, /* removed = +size */
5493 a.action = ta_fill;
5516 BFD_ASSERT (ta == NULL || ta->action == ta_fill);
5552 [ta_fill] = 0,
5604 if (action == ta_fill && sec->size == offset)
5608 if (action == ta_fill && removed == 0)
5614 if (action == ta_fill)
5696 && (before_fill || r->action != ta_fill || r->removed_bytes >= 0)
5425 ta_fill, \/* removed = +size *\/ enumerator in enum:text_action_enum_t
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-xtensa.c 5409 "ta_fill" add fill or remove fill
5424 or a "ta_fill" that adds space, the removed_bytes will be negative. */
5438 ta_fill, /* removed = +size */
5491 a.action = ta_fill;
5514 BFD_ASSERT (ta == NULL || ta->action == ta_fill);
5550 [ta_fill] = 0,
5602 if (action == ta_fill && sec->size == offset)
5606 if (action == ta_fill && removed == 0)
5612 if (action == ta_fill)
5694 && (before_fill || r->action != ta_fill || r->removed_bytes >= 0)
5423 ta_fill, \/* removed = +size *\/ enumerator in enum:text_action_enum_t
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-xtensa.c 5411 "ta_fill" add fill or remove fill
5426 or a "ta_fill" that adds space, the removed_bytes will be negative. */
5440 ta_fill, /* removed = +size */
5493 a.action = ta_fill;
5516 BFD_ASSERT (ta == NULL || ta->action == ta_fill);
5552 [ta_fill] = 0,
5604 if (action == ta_fill && sec->size == offset)
5608 if (action == ta_fill && removed == 0)
5614 if (action == ta_fill)
5696 && (before_fill || r->action != ta_fill || r->removed_bytes >= 0)
5425 ta_fill, \/* removed = +size *\/ enumerator in enum:text_action_enum_t
    [all...]

Completed in 52 milliseconds