Searched refs:get_ent_count (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 623 static int get_ent_count(const struct section *s, int *ent_count); 1443 get_ent_count(const struct section *s, int *ent_count) in get_ent_count() function 1489 if (!get_ent_count(s, nvs)) in get_versym() 1522 if (!get_ent_count(s, &len)) in elf_print_symtab() 1624 if (!get_ent_count(s, &len)) in elf_print_dynamic() 1753 if (!get_ent_count(s, &len)) in elf_print_rela() 1784 if (!get_ent_count(s, &len)) in elf_print_rel() 1892 if (!get_ent_count(s, &len)) in find_gotrel() 1937 if (!get_ent_count(s, &len)) in elf_print_got_section() 2369 if (!get_ent_count(ds, &dynsymcount)) in elf_print_gnu_hash()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 362 static int get_ent_count(struct section *s, int *ent_count); 2715 get_ent_count(struct section *s, int *ent_count) in get_ent_count() function 2756 if (!get_ent_count(s, &jmax)) in dump_dynamic() 3076 if (!get_ent_count(s, &len)) in dump_rel() 3160 if (!get_ent_count(s, &len)) in dump_rela() 3264 if (!get_ent_count(s, &len)) in dump_symtab() 3335 if (!get_ent_count(s, &len)) in dump_symtabs() 3528 if (!get_ent_count(ds, &dynsymcount)) in dump_gnu_hash() 4228 if (!get_ent_count(s, &len)) in dump_liblist() 4707 if (!get_ent_count(s, &len)) in dump_mips_reginfo()
|