Searched defs:sym_idx (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/ntfs3/lib/ |
H A D | decompress_common.c | 119 u32 sym_idx; in make_huffman_decode_table() local
|
/openbmc/linux/tools/lib/bpf/ |
H A D | linker.c | 80 int sym_idx; member 271 static Elf64_Sym *add_new_sym(struct bpf_linker *linker, size_t *sym_idx) in add_new_sym() 883 size_t sym_idx = ELF64_R_SYM(relo->r_info); in linker_sanity_check_elf_relos() local 1250 static Elf64_Sym *get_sym_by_idx(struct bpf_linker *linker, size_t sym_idx) in get_sym_by_idx() 1618 struct src_obj *obj, Elf64_Sym *sym, size_t sym_idx, int btf_id) in glob_syms_match()
|
H A D | libbpf.c | 554 int sym_idx; member 4068 int sym_idx = ELF64_R_SYM(rel->r_info); in bpf_program__record_reloc() local 4239 size_t sec_idx = shdr->sh_info, sym_idx; in bpf_object__collect_prog_relos() local
|
/openbmc/linux/tools/perf/util/ |
H A D | symbol-elf.c | 483 u32 sym_idx; member 520 u32 sym_idx; in sort_rela_dyn() local
|
/openbmc/linux/kernel/module/ |
H A D | main.c | 1676 unsigned int num_sym_secs = 0, sym_idx; in elf_validity_cache_copy() local
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 3639 int i, shnum, nsyms, sym_idx = 0, str_idx = 0; in load_symbols() local
|