Searched refs:scnhead (Results 1 – 6 of 6) sorted by relevance
39 scnhead_compare (struct scnhead *one, struct scnhead *two) in scnhead_compare()76 #define TYPE struct scnhead *
30 #define TYPE struct scnhead *
654 struct scnhead struct867 struct scnhead **allsections;1004 struct scnhead *scn;
967 struct scnhead *queued; in add_section()968 struct scnhead search; in add_section()1075 queued = (struct scnhead *) xcalloc (sizeof (struct scnhead), 1); in add_section()2416 struct scnhead *newp; in new_generated_scn()2418 newp = (struct scnhead *) obstack_calloc (&ld_state.smem, in new_generated_scn()2419 sizeof (struct scnhead)); in new_generated_scn()2829 struct scnhead **scnhead, bool new_section, size_t segment_nr) in match_section() argument2835 if (fnmatch (sectmask->section_name->name, (*scnhead)->name, 0) != 0) in match_section()2842 if ((*scnhead)->kind != scn_normal) in match_section()2844 (*scnhead)->name = osectname; in match_section()[all …]
432 struct scnhead *h; in main()1221 struct scnhead *h; in collect_sections()1230 (struct scnhead **) obstack_alloc (&ld_state.smem, in collect_sections()1232 * sizeof (struct scnhead *)); in collect_sections()
937 (struct scnhead): Add scn_dot_gotplt.