Home
last modified time | relevance | path

Searched defs:str_sec (Results 1 – 3 of 3) sorted by relevance

/third_party/elfio/examples/write_obj/
Dwrite_obj.cpp74 section* str_sec = writer.sections.add( ".strtab" ); in main() local
/third_party/elfio/tests/
DELFIOTest1.cpp78 section* str_sec = writer.sections.add( ".strtab" ); in write_obj_i386() local
626 section* str_sec = writer.sections.add( ".strtab" ); in TEST() local
743 section* str_sec = writer.sections.add( ".strtab" ); in TEST() local
/third_party/libbpf/src/
Dlibbpf_probes.c222 const char *str_sec, size_t str_len) in libbpf__load_raw_btf()