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

  /src/external/gpl3/binutils/dist/bfd/
elf32-tic6x.c 3856 /* Increase the size of EXIDX_SEC by ADJUST bytes. ADJUST must be negative. */
3858 elf32_tic6x_adjust_exidx_size (asection *exidx_sec, int adjust)
3862 if (!exidx_sec->rawsize)
3863 exidx_sec->rawsize = exidx_sec->size;
3865 bfd_set_section_size (exidx_sec, exidx_sec->size + adjust);
3866 out_sec = exidx_sec->output_section;
3873 elf32_tic6x_insert_cantunwind_after (asection *text_sec, asection *exidx_sec)
3877 exidx_data = get_tic6x_elf_section_data (exidx_sec);
3948 asection *exidx_sec; local
    [all...]
elf32-arm.c 13451 /* Increase the size of EXIDX_SEC by ADJUST bytes. ADJUST mau be negative. */
13454 adjust_exidx_size (asection *exidx_sec, int adjust)
13458 if (!exidx_sec->rawsize)
13459 exidx_sec->rawsize = exidx_sec->size;
13461 bfd_set_section_size (exidx_sec, exidx_sec->size + adjust);
13462 out_sec = exidx_sec->output_section;
13470 insert_cantunwind_after (asection *text_sec, asection *exidx_sec)
13474 exidx_arm_data = get_arm_elf_section_data (exidx_sec);
13547 asection *exidx_sec; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-tic6x.c 3857 /* Increase the size of EXIDX_SEC by ADJUST bytes. ADJUST must be negative. */
3859 elf32_tic6x_adjust_exidx_size (asection *exidx_sec, int adjust)
3863 if (!exidx_sec->rawsize)
3864 exidx_sec->rawsize = exidx_sec->size;
3866 bfd_set_section_size (exidx_sec, exidx_sec->size + adjust);
3867 out_sec = exidx_sec->output_section;
3874 elf32_tic6x_insert_cantunwind_after (asection *text_sec, asection *exidx_sec)
3878 exidx_data = get_tic6x_elf_section_data (exidx_sec);
3949 asection *exidx_sec; local
    [all...]
elf32-arm.c 13579 /* Increase the size of EXIDX_SEC by ADJUST bytes. ADJUST mau be negative. */
13582 adjust_exidx_size (asection *exidx_sec, int adjust)
13586 if (!exidx_sec->rawsize)
13587 exidx_sec->rawsize = exidx_sec->size;
13589 bfd_set_section_size (exidx_sec, exidx_sec->size + adjust);
13590 out_sec = exidx_sec->output_section;
13598 insert_cantunwind_after (asection *text_sec, asection *exidx_sec)
13602 exidx_arm_data = get_arm_elf_section_data (exidx_sec);
13675 asection *exidx_sec; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-tic6x.c 3855 /* Increase the size of EXIDX_SEC by ADJUST bytes. ADJUST must be negative. */
3857 elf32_tic6x_adjust_exidx_size (asection *exidx_sec, int adjust)
3861 if (!exidx_sec->rawsize)
3862 exidx_sec->rawsize = exidx_sec->size;
3864 bfd_set_section_size (exidx_sec, exidx_sec->size + adjust);
3865 out_sec = exidx_sec->output_section;
3872 elf32_tic6x_insert_cantunwind_after (asection *text_sec, asection *exidx_sec)
3876 exidx_data = get_tic6x_elf_section_data (exidx_sec);
3947 asection *exidx_sec; local
    [all...]
elf32-arm.c 13573 /* Increase the size of EXIDX_SEC by ADJUST bytes. ADJUST mau be negative. */
13576 adjust_exidx_size (asection *exidx_sec, int adjust)
13580 if (!exidx_sec->rawsize)
13581 exidx_sec->rawsize = exidx_sec->size;
13583 bfd_set_section_size (exidx_sec, exidx_sec->size + adjust);
13584 out_sec = exidx_sec->output_section;
13592 insert_cantunwind_after (asection *text_sec, asection *exidx_sec)
13596 exidx_arm_data = get_arm_elf_section_data (exidx_sec);
13669 asection *exidx_sec; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-tic6x.c 3863 /* Increase the size of EXIDX_SEC by ADJUST bytes. ADJUST must be negative. */
3865 elf32_tic6x_adjust_exidx_size (asection *exidx_sec, int adjust)
3869 if (!exidx_sec->rawsize)
3870 exidx_sec->rawsize = exidx_sec->size;
3872 bfd_set_section_size (exidx_sec, exidx_sec->size + adjust);
3873 out_sec = exidx_sec->output_section;
3880 elf32_tic6x_insert_cantunwind_after (asection *text_sec, asection *exidx_sec)
3884 exidx_data = get_tic6x_elf_section_data (exidx_sec);
3955 asection *exidx_sec; local
    [all...]
elf32-arm.c 13495 /* Increase the size of EXIDX_SEC by ADJUST bytes. ADJUST mau be negative. */
13498 adjust_exidx_size (asection *exidx_sec, int adjust)
13502 if (!exidx_sec->rawsize)
13503 exidx_sec->rawsize = exidx_sec->size;
13505 bfd_set_section_size (exidx_sec, exidx_sec->size + adjust);
13506 out_sec = exidx_sec->output_section;
13514 insert_cantunwind_after (asection *text_sec, asection *exidx_sec)
13518 exidx_arm_data = get_arm_elf_section_data (exidx_sec);
13591 asection *exidx_sec; local
    [all...]

Completed in 71 milliseconds