Searched refs:e_shstrndx (Results 1 – 5 of 5) sorted by relevance
| /tools/include/uapi/linux/ |
| A D | elf.h | 231 Elf32_Half e_shstrndx; member 248 Elf64_Half e_shstrndx; member
|
| /tools/testing/selftests/proc/ |
| A D | proc-pid-vm.c | 95 uint16_t e_shstrndx; member 185 h.e_shstrndx = 0; in make_exe()
|
| /tools/perf/util/ |
| A D | genelf.c | 205 ehdr->e_shstrndx= unwinding ? 4 : 2; /* shdr index for section name */ in jit_write_elf()
|
| A D | symbol-elf.c | 204 if (!elf_rawdata(elf_getscn(elf, ep->e_shstrndx), NULL)) in elf_section_by_name() 211 str = elf_strptr(elf, ep->e_shstrndx, shp->sh_name); in elf_section_by_name() 1355 if (!elf_rawdata(elf_getscn(elf, ehdr->e_shstrndx), NULL)) in max_text_section() 1368 sec_name = elf_strptr(elf, ehdr->e_shstrndx, shdr.sh_name); in max_text_section() 1594 sec_strndx = elf_getscn(runtime_ss->elf, runtime_ss->ehdr.e_shstrndx); in dso__load_sym_internal() 1602 sec_strndx = elf_getscn(elf, ehdr.e_shstrndx); in dso__load_sym_internal() 2092 ehdr->e_shstrndx = 0; in kcore__copy_hdr()
|
| /tools/lib/bpf/ |
| A D | linker.c | 415 linker->elf_hdr->e_shstrndx = sec->sec_idx; in init_output_elf()
|
Completed in 20 milliseconds