Lines Matching refs:shndx
304 : shndx(a_shndx), start(a_start), end(a_end) in Range()
307 unsigned int shndx; member
317 add(unsigned int shndx, off_t start, off_t end) in add() argument
318 { this->range_list_.push_back(Range(shndx, start, end)); } in add()
490 unsigned int shndx; member
585 ref_attribute(unsigned int attr, unsigned int* shndx);
589 address_attribute(unsigned int attr, unsigned int* shndx);
695 unsigned int shndx, in Dwarf_info_reader() argument
699 symtab_size_(symtab_size), shndx_(shndx), reloc_shndx_(reloc_shndx), in Dwarf_info_reader()
965 addr2line(unsigned int shndx, off_t offset, in addr2line() argument
967 { return this->do_addr2line(shndx, offset, other_lines); } in addr2line()
976 one_addr2line(Object* object, unsigned int shndx, off_t offset,
986 do_addr2line(unsigned int shndx, off_t offset,
1012 do_addr2line(unsigned int shndx, off_t offset,
1023 read_line_mappings(unsigned int shndx);
1048 unsigned int shndx);