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

/linux-master/tools/lib/bpf/
H A Delf.c133 if (sh_type != SHT_DYNSYM)
247 if (sh_type == SHT_DYNSYM) {
278 int i, sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB };
306 /* Search SHT_DYNSYM, SHT_SYMTAB for symbol. This search order is used because if
307 * a binary is stripped, it may only have SHT_DYNSYM, and a fully-statically
411 int sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB };
507 int sh_types[2] = { SHT_SYMTAB, SHT_DYNSYM };
/linux-master/include/uapi/linux/
H A Delf.h283 #define SHT_DYNSYM 11 macro
/linux-master/tools/perf/util/
H A Dsymbol-elf.c1299 if (ss->dynshdr.sh_type != SHT_DYNSYM)

Completed in 112 milliseconds