Home
last modified time | relevance | path

Searched refs:dynndx (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/elftoolchain/nm/
H A Dnm.c654 get_sym(Elf *elf, struct sym_head *headp, int shnum, size_t dynndx, in get_sym() argument
692 ndx = shdr.sh_type == SHT_DYNSYM ? dynndx : strndx; in get_sym()
1200 size_t i, shstrndx, shnum, dynndx, strndx; in read_elf() local
1214 dynndx = SHN_UNDEF; in read_elf()
1286 dynndx = elf_ndxscn(scn); in read_elf()
1287 if (dynndx == SHN_UNDEF) { in read_elf()
1327 if ((dynndx == SHN_UNDEF && nm_opts.print_symbol == PRINT_SYM_DYN) || in read_elf()
1435 p_data.list_num = get_sym(elf, &list_head, shnum, dynndx, strndx, in read_elf()