Home
last modified time | relevance | path

Searched refs:get_section_index (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dmdebugread.c2279 section = get_section_index (objfile, ".sdata"); in record_minimal_symbol()
2283 section = get_section_index (objfile, ".sbss"); in record_minimal_symbol()
2287 section = get_section_index (objfile, ".rdata"); in record_minimal_symbol()
2291 section = get_section_index (objfile, ".init"); in record_minimal_symbol()
2295 section = get_section_index (objfile, ".xdata"); in record_minimal_symbol()
2299 section = get_section_index (objfile, ".pdata"); in record_minimal_symbol()
2303 section = get_section_index (objfile, ".fini"); in record_minimal_symbol()
2307 section = get_section_index (objfile, ".rconst"); in record_minimal_symbol()
2312 section = get_section_index (objfile, ".tlsdata"); in record_minimal_symbol()
2318 section = get_section_index (objfile, ".tlsbss"); in record_minimal_symbol()
[all …]
H A Dsymfile.h536 extern int get_section_index (struct objfile *, char *);
H A Dsymfile.c96 int get_section_index (struct objfile *, char *);
1827 get_section_index (struct objfile *objfile, char *section_name) in get_section_index() function