Home
last modified time | relevance | path

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

/external/elfutils/src/
Dsectionhash.c39 scnhead_compare (struct scnhead *one, struct scnhead *two) in scnhead_compare()
76 #define TYPE struct scnhead *
Dsectionhash.h30 #define TYPE struct scnhead *
Dld.h654 struct scnhead struct
867 struct scnhead **allsections;
1004 struct scnhead *scn;
Dldgeneric.c969 struct scnhead *queued; in add_section()
970 struct scnhead search; in add_section()
1077 queued = (struct scnhead *) xcalloc (sizeof (struct scnhead), 1); in add_section()
2418 struct scnhead *newp; in new_generated_scn()
2420 newp = (struct scnhead *) obstack_calloc (&ld_state.smem, in new_generated_scn()
2421 sizeof (struct scnhead)); in new_generated_scn()
2831 struct scnhead **scnhead, bool new_section, size_t segment_nr) in match_section() argument
2837 if (fnmatch (sectmask->section_name->name, (*scnhead)->name, 0) != 0) in match_section()
2844 if ((*scnhead)->kind != scn_normal) in match_section()
2846 (*scnhead)->name = osectname; in match_section()
[all …]
Dld.c432 struct scnhead *h; in main()
1220 struct scnhead *h; in collect_sections()
1229 (struct scnhead **) obstack_alloc (&ld_state.smem, in collect_sections()
1231 * sizeof (struct scnhead *)); in collect_sections()
DChangeLog175 (struct scnhead): Add scn_dot_gotplt.