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

  /src/external/gpl3/binutils/dist/binutils/
od-elf32_avr.c 152 bfd_size_type stroffset_table_size = bfd_get_32 (abfd, stroffset_table); local
155 if (stroffset_table_size < 8)
157 if (desc_size <= stroffset_table_size)
159 desc_size -= stroffset_table_size;
166 char *str_table = (char *) stroffset_table + stroffset_table_size;
od-elf32_avr.c 152 bfd_size_type stroffset_table_size = bfd_get_32 (abfd, stroffset_table); local
155 if (stroffset_table_size < 8)
157 if (desc_size <= stroffset_table_size)
159 desc_size -= stroffset_table_size;
166 char *str_table = (char *) stroffset_table + stroffset_table_size;
  /src/external/gpl3/binutils.old/dist/binutils/
od-elf32_avr.c 152 bfd_size_type stroffset_table_size = bfd_get_32 (abfd, stroffset_table); local
155 if (stroffset_table_size < 8)
157 if (desc_size <= stroffset_table_size)
159 desc_size -= stroffset_table_size;
166 char *str_table = (char *) stroffset_table + stroffset_table_size;
od-elf32_avr.c 152 bfd_size_type stroffset_table_size = bfd_get_32 (abfd, stroffset_table); local
155 if (stroffset_table_size < 8)
157 if (desc_size <= stroffset_table_size)
159 desc_size -= stroffset_table_size;
166 char *str_table = (char *) stroffset_table + stroffset_table_size;

Completed in 101 milliseconds