Home
last modified time | relevance | path

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

/tools/objtool/
Dwarn.h27 unsigned long name_off; in offstr() local
32 name_off = offset - func->offset; in offstr()
35 name_off = offset; in offstr()
41 sprintf(str, "%s()+0x%lx", name, name_off); in offstr()
43 sprintf(str, "%s+0x%lx", name, name_off); in offstr()
/tools/perf/util/
Dsymbol-elf.c1953 size_t name_off, desc_off, offset; in construct_sdt_notes_list() local
1980 for (offset = 0; (next = gelf_getnote(data, offset, &nhdr, &name_off, in construct_sdt_notes_list()
1983 !memcmp(data->d_buf + name_off, SDT_NOTE_NAME, in construct_sdt_notes_list()