Lines Matching refs:scns
245 elf->state.elf32.scns.cnt = elf->state.elf32.scns.max = scncnt; in file_read_elf()
271 elf->state.elf32.scns.data[cnt].index = cnt; in file_read_elf()
272 elf->state.elf32.scns.data[cnt].elf = elf; in file_read_elf()
273 elf->state.elf32.scns.data[cnt].shdr.e32 = in file_read_elf()
275 elf->state.elf32.scns.data[cnt].rawdata_base = in file_read_elf()
276 elf->state.elf32.scns.data[cnt].data_base = in file_read_elf()
279 elf->state.elf32.scns.data[cnt].list = &elf->state.elf32.scns; in file_read_elf()
314 elf->state.elf32.scns.data[cnt].index = cnt; in file_read_elf()
315 elf->state.elf32.scns.data[cnt].elf = elf; in file_read_elf()
316 elf->state.elf32.scns.data[cnt].list = &elf->state.elf32.scns; in file_read_elf()
321 elf->state.elf32.scns_last = &elf->state.elf32.scns; in file_read_elf()
331 elf->state.elf64.scns.cnt = elf->state.elf64.scns.max = scncnt; in file_read_elf()
357 elf->state.elf64.scns.data[cnt].index = cnt; in file_read_elf()
358 elf->state.elf64.scns.data[cnt].elf = elf; in file_read_elf()
359 elf->state.elf64.scns.data[cnt].shdr.e64 = in file_read_elf()
361 elf->state.elf64.scns.data[cnt].rawdata_base = in file_read_elf()
362 elf->state.elf64.scns.data[cnt].data_base = in file_read_elf()
365 elf->state.elf64.scns.data[cnt].list = &elf->state.elf64.scns; in file_read_elf()
400 elf->state.elf64.scns.data[cnt].index = cnt; in file_read_elf()
401 elf->state.elf64.scns.data[cnt].elf = elf; in file_read_elf()
402 elf->state.elf64.scns.data[cnt].list = &elf->state.elf64.scns; in file_read_elf()
407 elf->state.elf64.scns_last = &elf->state.elf64.scns; in file_read_elf()
967 assert (offsetof (struct Elf, state.elf32.scns) in write_file()
968 == offsetof (struct Elf, state.elf64.scns)); in write_file()
969 result->state.elf.scns_last = &result->state.elf32.scns; in write_file()
970 result->state.elf32.scns.max = NSCNSALLOC; in write_file()