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

/freebsd-11-stable/contrib/gdb/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.h66 struct section_table *sections;
67 struct section_table *sections_end;
68 struct section_table *textsection;
76 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 Dsymfile.h29 struct section_table;
201 *build_section_addr_info_from_section_table (const struct section_table
203 const struct section_table
H A Dexec.c341 struct section_table **table_pp = (struct section_table **) table_pp_char;
360 build_section_table (struct bfd *some_bfd, struct section_table **start,
361 struct section_table **end)
368 *start = (struct section_table *) xmalloc (count * sizeof (**start));
458 struct section_table *p;
530 struct section_table *p;
603 struct section_table *sect;
634 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
1152 /* Struct section_table maps address ranges to file sections. It is
1156 struct section_table
1167 struct section_table *target_section_by_addr (struct target_ops *target,
1153 struct section_table struct
H A Dpa64solib.c80 struct section_table *sections;
81 struct section_table *sections_end;
304 struct section_table *p;
368 ((sizeof (struct section_table)) * new));
H A Dsolib.c228 struct section_table *p;
716 struct section_table *p;
H A Dtarget.c830 struct section_table *
833 struct section_table *secp;
891 struct section_table *secp;
1394 struct section_table *old_value;
1402 target->to_sections = (struct section_table *)
1404 (sizeof (struct section_table)) * (num_added + old_count));
1409 target->to_sections = (struct section_table *)
1410 xmalloc ((sizeof (struct section_table)) * num_added);
1454 struct section_table *src, *dest;
H A Dwin32-nat.c795 struct section_table *table_start = NULL;
796 struct section_table *table_end = NULL;
797 struct section_table *iter = NULL;
2259 struct section_table *new_target_sect_ptr;
2270 target->to_sections = (struct section_table *)
2272 (sizeof (struct section_table)) * (1 + old));
2277 target->to_sections = (struct section_table *)
2278 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.c142 struct section_table *sections;
143 struct section_table *sections_end;
335 struct section_table *p;
394 ((sizeof (struct section_table)) * new));
H A Dppcfbsd-tdep.c475 struct section_table *s = target_section_by_addr (targ, addr);
H A Dsolib-osf.c237 struct section_table *sec)
H A Dsolib-sunos.c876 struct section_table *sec)
H A Dsolib-svr4.c1422 struct section_table *sec)
H A Dsymfile.c345 build_section_addr_info_from_section_table (const struct section_table *start,
346 const struct section_table *end)
349 const struct section_table *stp;
H A Drs6000-nat.c1152 struct section_table *stp;
H A Ds390-tdep.c1257 struct section_table *secp;
/freebsd-11-stable/stand/efi/loader/arch/arm/
H A Dstart.S64 .short section_table - optional_header /* Optional header size */
109 section_table: label
/freebsd-11-stable/stand/efi/loader/arch/arm64/
H A Dstart.S62 .short section_table - optional_header /* Optional header size */
106 section_table: label
/freebsd-11-stable/contrib/binutils/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;
1086 ieee->section_table[index] = section;
1088 return ieee->section_table[index];
1220 section = ieee->section_table[must_parse_in
[all...]
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dkld.c202 adjust_section_address (struct section_table *sec, CORE_ADDR *curr_base)
224 struct section_table *sections = NULL, *sections_end = NULL, *s;
305 kld_relocate_section_addresses (struct so_list *so, struct section_table *sec)

Completed in 230 milliseconds