Home
last modified time | relevance | path

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

/external/elfutils/src/src/
Dld.c427 while ((h = ld_section_tab_iterate (&ld_state.section_tab, &p)) != NULL) in main()
1217 ld_state.nallsections = ld_state.section_tab.filled; in collect_sections()
1230 while ((h = ld_section_tab_iterate (&ld_state.section_tab, &p)) != NULL) in collect_sections()
Dld.h856 ld_section_tab section_tab; member
Dldgeneric.c195 ld_section_tab_init (&ld_state.section_tab, 67); in ld_prepare_state()
1003 queued = ld_section_tab_find (&ld_state.section_tab, hval, &search); in add_section()
1082 ld_section_tab_insert (&ld_state.section_tab, hval, queued); in add_section()
2424 ld_section_tab_insert (&ld_state.section_tab, elf_hash (name), newp); in new_generated_scn()