Searched refs:section_data (Results 1 - 13 of 13) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Dgetsection.h78 * section_data Buffer to contain the section initialized data
89 void *section_data);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/include/dspbridge/
H A Dgetsection.h78 * section_data Buffer to contain the section initialized data
89 void *section_data);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dcoff-pe-read.c104 const struct read_pe_section_data *section_data,
109 CORE_ADDR vma = func_rva + section_data->vma_offset;
126 vma, section_data->ms_type, objfile);
131 prim_record_minimal_symbol (sym_name, vma, section_data->ms_type, objfile);
202 struct read_pe_section_data section_data[PE_SECTION_TABLE_SIZE]
282 section_data[sectix].rva_start = vaddr;
283 section_data[sectix].rva_end = vaddr + vsize;
303 bfd_map_over_sections (dll, get_section_vmas, section_data);
310 section_data[i].vma_offset
332 if ((func_rva >= section_data[secti
100 add_pe_exported_sym(char *sym_name, unsigned long func_rva, const struct read_pe_section_data *section_data, const char *dll_name, struct objfile *objfile) argument
198 struct read_pe_section_data section_data[PE_SECTION_TABLE_SIZE] local
[all...]
H A Dsymfile.c1889 struct load_progress_section_data *section_data;
1903 section_data = xcalloc (1, sizeof (struct load_progress_section_data));
1907 new_request->baton = section_data;
1911 section_data->cumulative = args->progress_data;
1912 section_data->section_name = sect_name;
1913 section_data->section_size = size;
1914 section_data->lma = new_request->begin;
1915 section_data->buffer = buffer;
1887 struct load_progress_section_data *section_data; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dcoff-pe-read.c104 const struct read_pe_section_data *section_data,
109 CORE_ADDR vma = func_rva + section_data->vma_offset;
126 vma, section_data->ms_type, objfile);
131 prim_record_minimal_symbol (sym_name, vma, section_data->ms_type, objfile);
202 struct read_pe_section_data section_data[PE_SECTION_TABLE_SIZE]
282 section_data[sectix].rva_start = vaddr;
283 section_data[sectix].rva_end = vaddr + vsize;
303 bfd_map_over_sections (dll, get_section_vmas, section_data);
310 section_data[i].vma_offset
332 if ((func_rva >= section_data[secti
100 add_pe_exported_sym(char *sym_name, unsigned long func_rva, const struct read_pe_section_data *section_data, const char *dll_name, struct objfile *objfile) argument
198 struct read_pe_section_data section_data[PE_SECTION_TABLE_SIZE] local
[all...]
H A Dsymfile.c1889 struct load_progress_section_data *section_data;
1903 section_data = xcalloc (1, sizeof (struct load_progress_section_data));
1907 new_request->baton = section_data;
1911 section_data->cumulative = args->progress_data;
1912 section_data->section_name = sect_name;
1913 section_data->section_size = size;
1914 section_data->lma = new_request->begin;
1915 section_data->buffer = buffer;
1887 struct load_progress_section_data *section_data; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dcoff-pe-read.c104 const struct read_pe_section_data *section_data,
109 CORE_ADDR vma = func_rva + section_data->vma_offset;
126 vma, section_data->ms_type, objfile);
131 prim_record_minimal_symbol (sym_name, vma, section_data->ms_type, objfile);
202 struct read_pe_section_data section_data[PE_SECTION_TABLE_SIZE]
282 section_data[sectix].rva_start = vaddr;
283 section_data[sectix].rva_end = vaddr + vsize;
303 bfd_map_over_sections (dll, get_section_vmas, section_data);
310 section_data[i].vma_offset
332 if ((func_rva >= section_data[secti
100 add_pe_exported_sym(char *sym_name, unsigned long func_rva, const struct read_pe_section_data *section_data, const char *dll_name, struct objfile *objfile) argument
198 struct read_pe_section_data section_data[PE_SECTION_TABLE_SIZE] local
[all...]
H A Dsymfile.c1889 struct load_progress_section_data *section_data;
1903 section_data = xcalloc (1, sizeof (struct load_progress_section_data));
1907 new_request->baton = section_data;
1911 section_data->cumulative = args->progress_data;
1912 section_data->section_name = sect_name;
1913 section_data->section_size = size;
1914 section_data->lma = new_request->begin;
1915 section_data->buffer = buffer;
1887 struct load_progress_section_data *section_data; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/dynload/
H A Dgetsection.c263 * section_data Buffer to contain the section initialized data
274 void *section_data)
283 s8 *dest = (s8 *) section_data;
272 dload_get_section(void *minfo, const struct ldr_section_info *section_info, void *section_data) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/dynload/
H A Dgetsection.c263 * section_data Buffer to contain the section initialized data
274 void *section_data)
283 s8 *dest = (s8 *) section_data;
272 dload_get_section(void *minfo, const struct ldr_section_info *section_info, void *section_data) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Delf32-xtensa.c5085 struct elf_xtensa_section_data *section_data;
5091 section_data = (struct elf_xtensa_section_data *) elf_section_data (sec);
5092 return &section_data->relax_info;
5068 struct elf_xtensa_section_data *section_data; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Delf32-xtensa.c5085 struct elf_xtensa_section_data *section_data;
5091 section_data = (struct elf_xtensa_section_data *) elf_section_data (sec);
5092 return &section_data->relax_info;
5068 struct elf_xtensa_section_data *section_data; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Delf32-xtensa.c5085 struct elf_xtensa_section_data *section_data;
5091 section_data = (struct elf_xtensa_section_data *) elf_section_data (sec);
5092 return &section_data->relax_info;
5068 struct elf_xtensa_section_data *section_data; local

Completed in 152 milliseconds