| /src/external/gpl3/binutils/dist/ld/ |
| pdb.c | 1917 bfd *abfd, uint8_t **syms, uint32_t *sym_byte_size, 2208 *syms = xrealloc (*syms, *sym_byte_size + sym_size); 2209 memcpy (*syms + *sym_byte_size, symbuf, sym_size); 2218 *sym_byte_size += sym_size; 3754 create_linker_symbols (bfd *abfd, uint8_t **syms, uint32_t *sym_byte_size, 3798 *sym_byte_size += offsetof (struct objname, name) + sizeof (linker_fn); 3799 *sym_byte_size += offsetof (struct compile3, compiler) + sizeof (linker_name); 3801 if (*sym_byte_size % 4) 3802 padding1 = 4 - (*sym_byte_size % 4); 3806 *sym_byte_size += padding1 4089 uint32_t sym_byte_size, c13_info_size; local [all...] |
| pdb.h | 281 uint32_t sym_byte_size; member in struct:module_info
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| pdb.c | 1917 bfd *abfd, uint8_t **syms, uint32_t *sym_byte_size, 2209 *syms = xrealloc (*syms, *sym_byte_size + sym_size); 2210 memcpy (*syms + *sym_byte_size, symbuf, sym_size); 2219 *sym_byte_size += sym_size; 3755 create_linker_symbols (bfd *abfd, uint8_t **syms, uint32_t *sym_byte_size, 3799 *sym_byte_size += offsetof (struct objname, name) + sizeof (linker_fn); 3800 *sym_byte_size += offsetof (struct compile3, compiler) + sizeof (linker_name); 3802 if (*sym_byte_size % 4) 3803 padding1 = 4 - (*sym_byte_size % 4); 3807 *sym_byte_size += padding1 4090 uint32_t sym_byte_size, c13_info_size; local [all...] |
| pdb.h | 281 uint32_t sym_byte_size; member in struct:module_info
|