Home
last modified time | relevance | path

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

/external/elfutils/0.153/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.c967 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() argument
2835 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 …]
Dld.c432 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()
DChangeLog937 (struct scnhead): Add scn_dot_gotplt.