Searched refs:common_section (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/src/
H A Dld.h882 struct scninfo *common_section; member in struct:ld_state
H A Dldgeneric.c3097 ld_state.common_section = si;
5340 sym->st_value = (ld_state.common_section->offset
5342 assert (ld_state.common_section->outscnndx < SHN_LORESERVE);
5343 sym->st_shndx = ld_state.common_section->outscnndx;

Completed in 60 milliseconds