Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dlibbpf.c636 pstring_t shstring; member
1346 if (obj->efile.shstring) { in bpf_object__elf_finish()
1347 elfio_string_section_accessor_delete(obj->efile.shstring); in bpf_object__elf_finish()
3426 name = elfio_string_get_string(obj->efile.shstring, off);
3744 pstring_t shstring; local
3755 shstring = elfio_string_section_accessor_new(psection);
3757 if (!strstring || !shstring)
3760 obj->efile.shstring = shstring;

Completed in 17 milliseconds