Home
last modified time | relevance | path

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

/external/qemu/elff/
Ddwarf_cu.cc176 Elf_Xword str_offset = in process_attrib() local
178 attr_value->str = elf_file_->get_debug_str(str_offset); in process_attrib()
181 Elf_Word str_offset = in process_attrib() local
183 attr_value->str = elf_file_->get_debug_str(str_offset); in process_attrib()
/external/linux-tools-perf/util/
Dtrace-event-parse.c2275 int str_offset; in print_str_arg() local
2283 str_offset = *(int *)(data + arg->string.offset); in print_str_arg()
2284 str_offset &= 0xffff; in print_str_arg()
2285 printf("%s", ((char *)data) + str_offset); in print_str_arg()