Searched refs:section_table (Results 1 - 25 of 31) sorted by relevance

12

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dexec.h27 struct section_table;
36 extern int build_section_table (struct bfd *, struct section_table **,
37 struct section_table **);
H A Dsolist.h68 struct section_table *sections;
69 struct section_table *sections_end;
70 struct section_table *textsection;
78 struct section_table *);
H A Dsymfile.h29 struct section_table;
210 *build_section_addr_info_from_section_table (const struct section_table
212 const struct section_table
H A Dbfd-target.c33 struct section_table *end;
60 struct section_table *start;
81 struct section_table *s = target_section_by_addr (ops, offset);
H A Dexec.c339 struct section_table **table_pp = (struct section_table **) table_pp_char;
358 build_section_table (struct bfd *some_bfd, struct section_table **start,
359 struct section_table **end)
366 *start = (struct section_table *) xmalloc (count * sizeof (**start));
456 struct section_table *p;
528 struct section_table *p;
601 struct section_table *sect;
632 struct section_table *p;
H A Dnto-tdep.h39 void nto_relocate_section_addresses (struct so_list *, struct section_table *);
H A Dtarget.h394 struct section_table
396 struct section_table
1133 /* Struct section_table maps address ranges to file sections. It is
1137 struct section_table
1148 struct section_table *target_section_by_addr (struct target_ops *target,
1134 struct section_table struct
H A Dpa64solib.c81 struct section_table *sections;
82 struct section_table *sections_end;
306 struct section_table *p;
370 ((sizeof (struct section_table)) * new));
H A Dtarget.c832 struct section_table *
835 struct section_table *secp;
1057 struct section_table *secp;
1554 struct section_table *old_value;
1562 target->to_sections = (struct section_table *)
1564 (sizeof (struct section_table)) * (num_added + old_count));
1569 target->to_sections = (struct section_table *)
1570 xmalloc ((sizeof (struct section_table)) * num_added);
1614 struct section_table *src, *dest;
H A Dsolib.c233 struct section_table *p;
770 struct section_table *p;
H A Dwin32-nat.c790 struct section_table *table_start = NULL;
791 struct section_table *table_end = NULL;
792 struct section_table *iter = NULL;
2291 struct section_table *new_target_sect_ptr;
2302 target->to_sections = (struct section_table *)
2304 (sizeof (struct section_table)) * (1 + old));
2309 target->to_sections = (struct section_table *)
2310 xmalloc ((sizeof (struct section_table)));
H A Dnto-tdep.c257 nto_relocate_section_addresses (struct so_list *so, struct section_table *sec)
H A Dsomsolib.c143 struct section_table *sections;
144 struct section_table *sections_end;
338 struct section_table *p;
397 ((sizeof (struct section_table)) * new));
H A Dsolib-irix.c673 struct section_table *sec)
H A Dsolib-osf.c237 struct section_table *sec)
H A Dsolib-sunos.c811 struct section_table *sec)
H A Dhppah-nat.c45 struct section_table *p;
H A Dppc-linux-tdep.c831 struct section_table *s = target_section_by_addr (targ, addr);
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Dstart.S63 .short section_table - optional_header /* Optional header size */
107 section_table: label
/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Dstart.S66 .short section_table - optional_header /* Optional header size */
110 section_table: label
/openbsd-current/sys/arch/armv7/stand/efiboot/
H A Dstart.S65 .short section_table - optional_header /* Optional header size */
110 section_table: label
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dlibieee.h79 asection **section_table; member in struct:ieee_data_struct
H A Dieee.c696 PUSH (NOSYMBOL, ieee->section_table[must_parse_int (&(ieee->h))], 0);
702 PUSH (NOSYMBOL, ieee->section_table[must_parse_int (&(ieee->h))], 0);
709 ieee->section_table[must_parse_int (&(ieee->h))]->_raw_size);
1230 n = (asection **) bfd_realloc (ieee->section_table, amt);
1237 ieee->section_table = n;
1241 if (ieee->section_table[index] == (asection *) NULL)
1250 ieee->section_table[index] = section;
1253 ieee->section_table[index] = section;
1255 return ieee->section_table[index];
1382 section = ieee->section_table[must_parse_in
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dlibieee.h79 asection **section_table; member in struct:ieee_data_struct
H A Dieee.c542 PUSH (NOSYMBOL, ieee->section_table[must_parse_int (&(ieee->h))], 0);
548 PUSH (NOSYMBOL, ieee->section_table[must_parse_int (&(ieee->h))], 0);
555 ieee->section_table[must_parse_int (&(ieee->h))]->size);
1064 n = bfd_realloc (ieee->section_table, amt);
1071 ieee->section_table = n;
1075 if (ieee->section_table[index] == (asection *) NULL)
1084 ieee->section_table[index] = section;
1087 ieee->section_table[index] = section;
1089 return ieee->section_table[index];
1221 section = ieee->section_table[must_parse_in
[all...]

Completed in 151 milliseconds

12