Home
last modified time | relevance | path

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

/external/elfutils/src/
Dld.c416 while ((h = ld_section_tab_iterate (&ld_state.section_tab, &p)) != NULL) in main()
1131 ld_state.nallsections = ld_state.section_tab.filled; in collect_sections()
1144 while ((h = ld_section_tab_iterate (&ld_state.section_tab, &p)) != NULL) in collect_sections()
Dld.h827 ld_section_tab section_tab; member
Dldgeneric.c173 ld_section_tab_init (&ld_state.section_tab, 67); in ld_prepare_state()
954 queued = ld_section_tab_find (&ld_state.section_tab, hval, &search); in add_section()
1000 ld_section_tab_insert (&ld_state.section_tab, hval, queued); in add_section()
2229 ld_section_tab_insert (&ld_state.section_tab, elf_hash (name), newp); in new_generated_scn()