Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dcoff-pe-read.c104 const struct read_pe_section_data *section_data, in add_pe_exported_sym() argument
109 CORE_ADDR vma = func_rva + section_data->vma_offset; in add_pe_exported_sym()
126 vma, section_data->ms_type, objfile); in add_pe_exported_sym()
131 prim_record_minimal_symbol (sym_name, vma, section_data->ms_type, objfile); in add_pe_exported_sym()
200 struct read_pe_section_data section_data[PE_SECTION_TABLE_SIZE] in read_pe_exported_syms() local
280 section_data[sectix].rva_start = vaddr; in read_pe_exported_syms()
281 section_data[sectix].rva_end = vaddr + vsize; in read_pe_exported_syms()
301 bfd_map_over_sections (dll, get_section_vmas, section_data); in read_pe_exported_syms()
308 section_data[i].vma_offset in read_pe_exported_syms()
333 if ((func_rva >= section_data[sectix].rva_start) in read_pe_exported_syms()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-xtensa.c5022 struct elf_xtensa_section_data *section_data; in get_xtensa_relax_info() local
5028 section_data = (struct elf_xtensa_section_data *) elf_section_data (sec); in get_xtensa_relax_info()
5029 return &section_data->relax_info; in get_xtensa_relax_info()