Searched refs:symtab (Results 1 – 4 of 4) sorted by relevance
| /scripts/ |
| A D | insert-sys-cert.c | 142 link = symtab->sh_link; in find_elf_symbol() 143 symtab_start = (void *)hdr + symtab->sh_offset; in find_elf_symbol() 144 n = symtab->sh_size / symtab->sh_entsize; in find_elf_symbol() 157 static void get_symbol_from_table(Elf_Ehdr *hdr, Elf_Shdr *symtab, in get_symbol_from_table() argument 169 elf_sym = find_elf_symbol(hdr, symtab, name); in get_symbol_from_table() 286 Elf_Shdr *symtab = NULL; in main() local 346 symtab = get_symbol_table(hdr); in main() 347 if (!symtab) { in main() 368 get_symbol_from_table(hdr, symtab, CERT_SYM, &cert_sym); in main() 369 get_symbol_from_table(hdr, symtab, USED_SYM, &used_sym); in main() [all …]
|
| A D | recordmcount.h | 191 static unsigned int get_symindex(Elf_Sym const *sym, Elf32_Word const *symtab, in get_symindex() argument 202 offset = (unsigned long)sym - (unsigned long)symtab; in get_symindex() 237 unsigned const nhdr, Elf32_Word **symtab, in find_symtab() argument 243 *symtab = NULL; in find_symtab() 248 *symtab = (void *)ehdr + relhdr->sh_offset; in find_symtab() 252 if (*symtab && *symtab_shndx) in find_symtab() 521 Elf32_Word const *symtab, in find_secsym_ndx() argument 534 if (txtndx == get_symindex(symp, symtab, symtab_shndx) in find_secsym_ndx() 619 Elf32_Word *symtab; in do_func() local 652 find_symtab(ehdr, shdr0, nhdr, &symtab, &symtab_shndx); in do_func() [all …]
|
| A D | sorttable.c | 934 const Elf_Sym *symtab; in do_sort() local 1052 symtab = (const Elf_Sym *)((const char *)ehdr + shdr_offset(symtab_sec)); in do_sort() 1106 ((void *)sort_needed_sym - (void *)symtab) / symentsize, in do_sort()
|
| /scripts/gcc-plugins/ |
| A D | gcc-common.h | 193 #define cgraph_n_nodes symtab->cgraph_count 194 #define cgraph_max_uid symtab->cgraph_max_uid 212 symtab->change_decl_assembler_name(decl, name); in change_decl_assembler_name() 262 return symtab->add_cgraph_insertion_hook(hook, data); in cgraph_add_function_insertion_hook() 267 symtab->remove_cgraph_insertion_hook(entry); in cgraph_remove_function_insertion_hook() 272 return symtab->add_cgraph_removal_hook(hook, data); in cgraph_add_node_removal_hook() 277 symtab->remove_cgraph_removal_hook(entry); in cgraph_remove_node_removal_hook() 282 return symtab->add_cgraph_duplication_hook(hook, data); in cgraph_add_node_duplication_hook() 287 symtab->remove_cgraph_duplication_hook(entry); in cgraph_remove_node_duplication_hook() 292 symtab->call_cgraph_duplication_hooks(node, node2); in cgraph_call_node_duplication_hooks() [all …]
|
Completed in 15 milliseconds