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

  /src/sys/compat/linux/arch/aarch64/
linux_types.h 59 long lst_size; member in struct:linux_stat
82 long lst_size; member in struct:linux_stat64
  /src/sys/compat/linux/arch/alpha/
linux_types.h 60 linux_off_t lst_size; member in struct:linux_stat
77 long lst_size; member in struct:linux_stat64
  /src/sys/compat/linux/arch/amd64/
linux_types.h 65 long lst_size; member in struct:linux_stat64
87 long long lst_size; member in struct:linux_stat
  /src/sys/compat/linux32/arch/amd64/
linux32_types.h 62 long long lst_size; member in struct:linux32_stat64
84 u_int32_t lst_size; member in struct:linux32_stat
  /src/sys/compat/linux/arch/arm/
linux_types.h 62 linux_off_t lst_size; member in struct:linux_stat
93 long long lst_size; member in struct:linux_stat64
  /src/sys/compat/linux/arch/i386/
linux_types.h 63 linux_off_t lst_size; member in struct:linux_stat
95 long long lst_size; member in struct:linux_stat64
  /src/sys/compat/linux/arch/m68k/
linux_types.h 62 linux_off_t lst_size; member in struct:linux_stat
93 long long lst_size; member in struct:linux_stat64
  /src/sys/compat/linux/arch/mips/
linux_types.h 87 linux_off_t lst_size; member in struct:linux_stat
109 linux_off_t lst_size; member in struct:stat32
139 long long lst_size; member in struct:linux_stat64
164 linux_off_t lst_size; member in struct:linux_stat
  /src/sys/compat/linux/arch/powerpc/
linux_types.h 68 linux_off_t lst_size; member in struct:linux_stat
96 long long lst_size; member in struct:linux_stat64
  /src/sys/compat/linux32/arch/aarch64/
linux32_types.h 57 linux32_off_t lst_size; member in struct:linux32_stat
80 long long lst_size; member in struct:linux32_stat64
  /src/external/gpl3/binutils/dist/bfd/
som.c 6591 unsigned int i, lst_size, nsyms, stringsize;
6609 lst_size = sizeof (struct som_external_lst_header);
6620 bfd_putb32 (lst_size, &lst.hash_loc);
6624 lst_size += 4 * SOM_LST_HASH_SIZE;
6639 bfd_putb32 (lst_size, &lst.dir_loc);
6640 lst_size += sizeof (struct som_external_som_entry) * module_count;
6657 lst_size += sizeof (struct som_external_lst_symbol_record) * nsyms;
6661 bfd_putb32 (lst_size, &lst.string_loc);
6663 lst_size += stringsize;
6667 bfd_putb32 (lst_size, &lst.file_end)
6590 unsigned int i, lst_size, nsyms, stringsize; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
som.c 6585 unsigned int i, lst_size, nsyms, stringsize;
6603 lst_size = sizeof (struct som_external_lst_header);
6614 bfd_putb32 (lst_size, &lst.hash_loc);
6618 lst_size += 4 * SOM_LST_HASH_SIZE;
6633 bfd_putb32 (lst_size, &lst.dir_loc);
6634 lst_size += sizeof (struct som_external_som_entry) * module_count;
6651 lst_size += sizeof (struct som_external_lst_symbol_record) * nsyms;
6655 bfd_putb32 (lst_size, &lst.string_loc);
6657 lst_size += stringsize;
6661 bfd_putb32 (lst_size, &lst.file_end)
6584 unsigned int i, lst_size, nsyms, stringsize; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
som.c 6584 unsigned int i, lst_size, nsyms, stringsize;
6602 lst_size = sizeof (struct som_external_lst_header);
6613 bfd_putb32 (lst_size, &lst.hash_loc);
6617 lst_size += 4 * SOM_LST_HASH_SIZE;
6632 bfd_putb32 (lst_size, &lst.dir_loc);
6633 lst_size += sizeof (struct som_external_som_entry) * module_count;
6650 lst_size += sizeof (struct som_external_lst_symbol_record) * nsyms;
6654 bfd_putb32 (lst_size, &lst.string_loc);
6656 lst_size += stringsize;
6660 bfd_putb32 (lst_size, &lst.file_end)
6583 unsigned int i, lst_size, nsyms, stringsize; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
som.c 6586 unsigned int i, lst_size, nsyms, stringsize;
6604 lst_size = sizeof (struct som_external_lst_header);
6615 bfd_putb32 (lst_size, &lst.hash_loc);
6619 lst_size += 4 * SOM_LST_HASH_SIZE;
6634 bfd_putb32 (lst_size, &lst.dir_loc);
6635 lst_size += sizeof (struct som_external_som_entry) * module_count;
6652 lst_size += sizeof (struct som_external_lst_symbol_record) * nsyms;
6656 bfd_putb32 (lst_size, &lst.string_loc);
6658 lst_size += stringsize;
6662 bfd_putb32 (lst_size, &lst.file_end)
6585 unsigned int i, lst_size, nsyms, stringsize; local
    [all...]

Completed in 54 milliseconds