Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp_file.h220 section_addr(unsigned int shndx);
613 Elf_file<size, big_endian, File>::section_addr(unsigned int shndx) in section_addr() function
/toolchain/binutils/binutils-2.25/gold/
Ddynobj.h238 { return this->elf_file_.section_addr(shndx); } in do_section_address()
Dobject.h2356 { return this->elf_file_.section_addr(shndx); } in do_section_address()
/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c790 bfd_vma section_addr, off; in xtensa_read_table_entries() local
824 section_addr = section->output_section->vma + section->output_offset; in xtensa_read_table_entries()
826 section_addr = section->vma; in xtensa_read_table_entries()
869 address += (section_addr + sym_off + irel->r_addend); in xtensa_read_table_entries()
873 if (address < section_addr in xtensa_read_table_entries()
874 || address >= section_addr + section_limit) in xtensa_read_table_entries()