Home
last modified time | relevance | path

Searched refs:string_sec (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/
H A Dtracepoint-update.c156 Elf_Shdr *string_sec; in process_tracepoints() local
170 string_sec = get_index(shdr_start, shentsize, shstrndx); in process_tracepoints()
171 secstrings = (const char *)ehdr + shdr_offset(string_sec); in process_tracepoints()
H A Dsorttable.c599 Elf_Shdr *string_sec; in do_sort() local
633 string_sec = get_index(shdr_start, shentsize, shstrndx); in do_sort()
634 secstrings = (const char *)ehdr + shdr_offset(string_sec); in do_sort()