Home | History | Annotate | Download | only in linux

Lines Matching refs:section_start

46                          const void **section_start,
52 assert(section_start);
73 *section_start = elf_base + section->sh_offset;
124 const void **section_start,
128 assert(section_start);
131 *section_start = NULL;
147 section_start, section_size);
148 return *section_start != NULL;
151 section_start, section_size);
152 return *section_start != NULL;