Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dlibbpf.c10946 int fd, i, sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB }; local
10996 for (i = 0; i < ARRAY_SIZE(sh_types); i++) {
11009 scn = elf_find_next_scn_by_type(elf, sh_types[i], NULL);
11011 pSec = elf_find_next_scn_by_type(pelfio, sh_types[i], NULL);