Searched refs:__data_loc (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/arch/arm/kernel/
H A Dvmlinux.lds.S231 __data_loc = ALIGN(4); /* location in binary */ define
240 __data_loc = .; define
243 .data : AT(__data_loc) {
274 _edata_loc = __data_loc + SIZEOF(.data);
H A Dhead-common.S110 .long __data_loc @ r4
/linux-4.1.27/tools/lib/traceevent/
H A Dplugin_mac80211.c43 if (!strncmp(f->type, "__data_loc", 10)) { print_string()
H A Devent-parse.c1257 if (strncmp(field->type, "__data_loc", 10) == 0) field_is_dynamic()
/linux-4.1.27/include/trace/
H A Dftrace.h396 ret = trace_define_field(event_call, "__data_loc " #type "[]", #item, \
/linux-4.1.27/kernel/trace/
H A Dtrace_kprobe.c256 sizeof(u32), 1, "__data_loc char[]"),
H A Dtrace_uprobe.c202 sizeof(u32), 1, "__data_loc char[]"),
H A Dtrace_events.c984 if (!strncmp(field->type, "__data_loc", 10)) f_show()
H A Dtrace_events_filter.c911 if (strstr(type, "__data_loc") && strstr(type, "char")) filter_assign_type()

Completed in 331 milliseconds