Searched refs:str_offset (Results 1 – 2 of 2) sorted by relevance
176 Elf_Xword str_offset = in process_attrib() local178 attr_value->str = elf_file_->get_debug_str(str_offset); in process_attrib()181 Elf_Word str_offset = in process_attrib() local183 attr_value->str = elf_file_->get_debug_str(str_offset); in process_attrib()
2275 int str_offset; in print_str_arg() local2283 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()