Searched refs:arch_size (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib-svr4.c307 int arch_size; local
325 arch_size = bfd_get_arch_size (exec_bfd);
326 if (arch_size == -1) /* failure */
329 if (arch_size == 32)
/haiku-fatelf/src/bin/gdb/bfd/
H A Dbfd.c817 return get_elf_backend_data (abfd)->s->arch_size;
H A Delflink.c45 switch (bed->s->arch_size)
1909 if (bed->s->arch_size == 64)
4660 max = (2 + nsyms) * (bed->s->arch_size / 8);
4670 fact = i / (BFD_TARGET_PAGESIZE / (bed->s->arch_size / 8)) + 1;
4681 fact = i / (BFD_TARGET_PAGESIZE / (bed->s->arch_size / 8)) + 1;
5577 if (bed->s->arch_size == 32)
5721 if (bed->s->arch_size == 32)
6703 if (bed->s->arch_size == 32)
7252 if (bed->s->arch_size == 32)
8490 if (bed->s->arch_size
[all...]
H A Delf-bfd.h453 unsigned char arch_size, log_file_align;
451 unsigned char arch_size, log_file_align; member in struct:elf_size_info
H A Delf-m10300.c554 switch (bed->s->arch_size)
3909 switch (bed->s->arch_size)
H A Delf64-sh64.c3244 switch (bed->s->arch_size)
H A Delf32-sh.c3862 switch (bed->s->arch_size)
H A Delfxx-mips.c545 (get_elf_backend_data (abfd)->s->arch_size / 8)

Completed in 218 milliseconds