Searched refs:sec_index (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Dpro_reloc_stream.c197 int sec_index; local
221 sec_index = prb->pr_sect_num_of_reloc_sect;
222 if (sec_index == 0) {
264 sec_index = rel_section_index;
266 GET_CHUNK(dbg, sec_index, data, total_size, &err);
H A Dpro_reloc_symbolic.c176 int sec_index; local
203 sec_index = p_reloc->pr_sect_num_of_reloc_sect;
204 if (sec_index == 0) {
249 sec_index = rel_section_index;
H A Dpro_opaque.h233 typedef int (*_dwarf_pro_reloc_name_func_ptr) (Dwarf_P_Debug dbg, int sec_index, Dwarf_Unsigned offset, /* r_offset
239 typedef int (*_dwarf_pro_reloc_length_func_ptr) (Dwarf_P_Debug dbg, int sec_index, Dwarf_Unsigned offset, /* r_offset
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dpeicode.h110 unsigned int sec_index; member in struct:__anon7503
621 sec->target_index = vars->sec_index ++;
839 vars.sec_index = 0;
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c1254 bfd_vma sec_index = (bfd_vma) -1;
1257 sec_index = psym->st_shndx;
1259 sec_index = psym->st_shndx - (SHN_HIRESERVE + 1
1262 if (sec_index != (bfd_vma) -1)
1263 sec_name = SECTION_NAME (section_headers + sec_index);
4494 bfd_vma sec_index = SECTION_HEADER_INDEX (sym->st_shndx);
4495 if (sec_index == 0)
4501 group_name = SECTION_NAME (section_headers + sec_index);
1251 bfd_vma sec_index = (bfd_vma) -1; local
4491 bfd_vma sec_index = SECTION_HEADER_INDEX (sym->st_shndx); local

Completed in 88 milliseconds