Home
last modified time | relevance | path

Searched defs:section_index (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/hyperv/
Dnetvsc.c695 unsigned int section_index, in netvsc_copy_to_send_buf()
828 unsigned int section_index = NETVSC_INVALID_INDEX; in netvsc_send() local
/linux-4.1.27/scripts/mod/
Dmodpost.c1541 static int is_executable_section(struct elf_info* elf, unsigned int section_index) in is_executable_section()