Home
last modified time | relevance | path

Searched refs:scnhead (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/src/
Dsectionhash.c31 scnhead_compare (struct scnhead *one, struct scnhead *two) in scnhead_compare()
68 #define TYPE struct scnhead *
Dsectionhash.h22 #define TYPE struct scnhead *
Dld.h646 struct scnhead struct
859 struct scnhead **allsections;
996 struct scnhead *scn;
Dldgeneric.c959 struct scnhead *queued; in add_section()
960 struct scnhead search; in add_section()
1067 queued = (struct scnhead *) xcalloc (sizeof (struct scnhead), 1); in add_section()
2408 struct scnhead *newp; in new_generated_scn()
2410 newp = (struct scnhead *) obstack_calloc (&ld_state.smem, in new_generated_scn()
2411 sizeof (struct scnhead)); in new_generated_scn()
2821 struct scnhead **scnhead, bool new_section, size_t segment_nr) in match_section() argument
2827 if (fnmatch (sectmask->section_name->name, (*scnhead)->name, 0) != 0) in match_section()
2834 if ((*scnhead)->kind != scn_normal) in match_section()
2836 (*scnhead)->name = osectname; in match_section()
[all …]
Dld.c418 struct scnhead *h; in main()
1209 struct scnhead *h; in collect_sections()
1218 (struct scnhead **) obstack_alloc (&ld_state.smem, in collect_sections()
1220 * sizeof (struct scnhead *)); in collect_sections()
DChangeLog2303 (struct scnhead): Add scn_dot_gotplt.