| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | solist.h | 68 struct section_table *sections; 69 struct section_table *sections_end; 70 struct section_table *textsection; 78 struct section_table *);
|
| H A D | exec.h | 27 struct section_table; 36 extern int build_section_table (struct bfd *, struct section_table **, 37 struct section_table **);
|
| H A D | exec.c | 338 struct section_table **table_pp = (struct section_table **) table_pp_char; in add_to_section_table() 357 build_section_table (struct bfd *some_bfd, struct section_table **start, in build_section_table() 358 struct section_table **end) in build_section_table() 365 *start = (struct section_table *) xmalloc (count * sizeof (**start)); in build_section_table() 453 struct section_table *p; in xfer_memory() 524 struct section_table *p; in print_section_info() 597 struct section_table *sect; in exec_set_section_offsets() 628 struct section_table *p; in set_section_command()
|
| H A D | symfile.h | 29 struct section_table; 210 *build_section_addr_info_from_section_table (const struct section_table 212 const struct section_table
|
| H A D | bfd-target.c | 33 struct section_table *end; 60 struct section_table *start; in build_target_sections_from_bfd() 81 struct section_table *s = target_section_by_addr (ops, offset); in target_bfd_xfer_partial()
|
| H A D | target.h | 391 struct section_table 393 struct section_table 1134 struct section_table struct 1145 struct section_table *target_section_by_addr (struct target_ops *target, argument
|
| H A D | target.c | 832 struct section_table * 835 struct section_table *secp; in target_section_by_addr() 1057 struct section_table *secp; in do_xfer_memory() 1554 struct section_table *old_value; in target_resize_to_sections() 1562 target->to_sections = (struct section_table *) in target_resize_to_sections() 1564 (sizeof (struct section_table)) * (num_added + old_count)); in target_resize_to_sections() 1569 target->to_sections = (struct section_table *) in target_resize_to_sections() 1570 xmalloc ((sizeof (struct section_table)) * num_added); in target_resize_to_sections() 1614 struct section_table *src, *dest; in remove_target_sections()
|
| H A D | nto-tdep.h | 39 void nto_relocate_section_addresses (struct so_list *, struct section_table *);
|
| H A D | pa64solib.c | 81 struct section_table *sections; 82 struct section_table *sections_end; 306 struct section_table *p; in pa64_solib_load_symbols() 370 ((sizeof (struct section_table)) * new)); in pa64_solib_load_symbols()
|
| H A D | win32-nat.c | 790 struct section_table *table_start = NULL; in get_relocated_section_addrs() 791 struct section_table *table_end = NULL; in get_relocated_section_addrs() 792 struct section_table *iter = NULL; in get_relocated_section_addrs() 2291 struct section_table *new_target_sect_ptr; in map_single_dll_code_section() 2302 target->to_sections = (struct section_table *) in map_single_dll_code_section() 2304 (sizeof (struct section_table)) * (1 + old)); in map_single_dll_code_section() 2309 target->to_sections = (struct section_table *) in map_single_dll_code_section() 2310 xmalloc ((sizeof (struct section_table))); in map_single_dll_code_section()
|
| H A D | somsolib.c | 143 struct section_table *sections; 144 struct section_table *sections_end; 338 struct section_table *p; in som_solib_load_symbols() 397 ((sizeof (struct section_table)) * new)); in som_solib_load_symbols()
|
| H A D | solib.c | 233 struct section_table *p; in solib_map_sections() 770 struct section_table *p; in solib_address()
|
| H A D | nto-tdep.c | 257 nto_relocate_section_addresses (struct so_list *so, struct section_table *sec) in nto_relocate_section_addresses()
|
| H A D | solib-sunos.c | 811 struct section_table *sec) in sunos_relocate_section_addresses()
|
| H A D | solib-irix.c | 673 struct section_table *sec) in irix_relocate_section_addresses()
|
| H A D | solib-osf.c | 237 struct section_table *sec) in osf_relocate_section_addresses()
|
| H A D | solib-aix5.c | 822 struct section_table *sec) in aix5_relocate_section_addresses()
|
| H A D | ppc-linux-tdep.c | 831 struct section_table *s = target_section_by_addr (targ, addr); in ppc64_linux_convert_from_func_ptr_addr()
|
| /openbsd-src/sys/arch/riscv64/stand/efiboot/ |
| H A D | start.S | 63 .short section_table - optional_header /* Optional header size */ 107 section_table: label
|
| /openbsd-src/sys/arch/arm64/stand/efiboot/ |
| H A D | start.S | 66 .short section_table - optional_header /* Optional header size */ 110 section_table: label
|
| /openbsd-src/sys/arch/armv7/stand/efiboot/ |
| H A D | start.S | 65 .short section_table - optional_header /* Optional header size */ 110 section_table: label
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | ieee.c | 540 PUSH (NOSYMBOL, ieee->section_table[must_parse_int (&(ieee->h))], 0); in parse_expression() 546 PUSH (NOSYMBOL, ieee->section_table[must_parse_int (&(ieee->h))], 0); in parse_expression() 553 ieee->section_table[must_parse_int (&(ieee->h))]->size); in parse_expression() 1062 n = bfd_realloc (ieee->section_table, amt); in get_section_entry() 1069 ieee->section_table = n; in get_section_entry() 1073 if (ieee->section_table[index] == (asection *) NULL) in get_section_entry() 1082 ieee->section_table[index] = section; in get_section_entry() 1085 ieee->section_table[index] = section; in get_section_entry() 1087 return ieee->section_table[index]; in get_section_entry() 1219 section = ieee->section_table[must_parse_int (&(ieee->h))]; in ieee_slurp_sections() [all …]
|
| H A D | libieee.h | 79 asection **section_table; member
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | ieee.c | 694 PUSH (NOSYMBOL, ieee->section_table[must_parse_int (&(ieee->h))], 0); 700 PUSH (NOSYMBOL, ieee->section_table[must_parse_int (&(ieee->h))], 0); 707 ieee->section_table[must_parse_int (&(ieee->h))]->_raw_size); 1228 n = (asection **) bfd_realloc (ieee->section_table, amt); 1235 ieee->section_table = n; 1239 if (ieee->section_table[index] == (asection *) NULL) 1248 ieee->section_table[index] = section; 1251 ieee->section_table[index] = section; 1253 return ieee->section_table[index]; 1380 section = ieee->section_table[must_parse_int (&(ieee->h))]; [all …]
|
| H A D | libieee.h | 79 asection **section_table; member
|