Searched refs:s_so (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/elftoolchain/elfcopy/ |
| HD | archive.c | 148 if (ecp->s_so == NULL) { in add_to_ar_sym_table() 149 if ((ecp->s_so = malloc(_INIT_SYMOFF_CAP)) == NULL) in add_to_ar_sym_table() 164 ecp->s_so = realloc(ecp->s_so, ecp->s_so_cap); in add_to_ar_sym_table() 165 if (ecp->s_so == NULL) in add_to_ar_sym_table() 168 ecp->s_so[ecp->s_cnt] = ecp->rela_off; in add_to_ar_sym_table() 223 *(ecp->s_so + i) = htobe32(*(ecp->s_so + i) + in sync_ar() 459 ac_write_data(a, ecp->s_so, sizeof(uint32_t) * ecp->s_cnt); in ac_write_objs() 506 free(ecp->s_so); in ac_write_cleanup() 509 ecp->s_so = NULL; in ac_write_cleanup()
|
| HD | elfcopy.h | 256 uint32_t *s_so; /* symbol offset table. */ member
|
| /NextBSD/contrib/elftoolchain/ar/ |
| HD | write.c | 540 free(bsdar->s_so); in write_cleanup() 543 bsdar->s_so = NULL; in write_cleanup() 598 bsdar->s_so[i] = htobe32(bsdar->s_so[i]); in write_svr4_symtab_entry() 602 write_data(bsdar, a, bsdar->s_so, sizeof(uint32_t) * in write_svr4_symtab_entry() 629 br_off = (long) bsdar->s_so[i]; in write_bsd_symtab_entry() 723 bsdar->s_so[i] = bsdar->s_so[i] + pm_sz; in write_objs() 937 if (bsdar->s_so == NULL) { in add_to_ar_sym_table() 938 if ((bsdar->s_so = malloc(_INIT_SYMOFF_CAP)) == in add_to_ar_sym_table() 954 bsdar->s_so = realloc(bsdar->s_so, bsdar->s_so_cap); in add_to_ar_sym_table() 955 if (bsdar->s_so == NULL) in add_to_ar_sym_table() [all …]
|
| HD | ar.h | 126 uint32_t *s_so; /* symbol offset table. */ member
|
| /NextBSD/usr.bin/ar/ |
| HD | write.c | 548 free(bsdar->s_so); in write_cleanup() 551 bsdar->s_so = NULL; in write_cleanup() 648 *(bsdar->s_so + i) = htobe32(*(bsdar->s_so + i) + in write_objs() 678 write_data(bsdar, a, bsdar->s_so, sizeof(uint32_t) * in write_objs() 870 if (bsdar->s_so == NULL) { in add_to_ar_sym_table() 871 if ((bsdar->s_so = malloc(_INIT_SYMOFF_CAP)) == in add_to_ar_sym_table() 887 bsdar->s_so = realloc(bsdar->s_so, bsdar->s_so_cap); in add_to_ar_sym_table() 888 if (bsdar->s_so == NULL) in add_to_ar_sym_table() 891 bsdar->s_so[bsdar->s_cnt] = bsdar->rela_off; in add_to_ar_sym_table()
|
| HD | ar.h | 102 uint32_t *s_so; /* symbol offset table. */ member
|