Searched refs:index_entry (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
| H A D | index.c | 148 char *index_entry; in index_add_arg() local 158 get_rest_of_line (0, &index_entry); in index_add_arg() 163 char *index_line = xmalloc (strlen (index_entry) + 2); in index_add_arg() 164 sprintf (index_line, "%s\n", index_entry); in index_add_arg() 172 free (index_entry); in index_add_arg() 186 new->entry_text = index_entry; in index_add_arg() 252 add_escaped_anchor_name (index_entry, 0); in index_add_arg() 263 xml_insert_indexterm (index_entry, name); in index_add_arg()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | od-macho.c | 2032 struct mach_o_unwind_index_entry *index_entry; in dump_exe_compact_unwind() local 2074 index_entry = (struct mach_o_unwind_index_entry *) (content + index_offset); in dump_exe_compact_unwind() 2081 func_offset = bfd_get_32 (abfd, index_entry->function_offset); in dump_exe_compact_unwind() 2082 level2_offset = bfd_get_32 (abfd, index_entry->second_level_offset); in dump_exe_compact_unwind() 2083 lsda_offset = bfd_get_32 (abfd, index_entry->lsda_index_offset); in dump_exe_compact_unwind() 2086 index_entry++; in dump_exe_compact_unwind() 2090 index_entry = (struct mach_o_unwind_index_entry *) (content + index_offset); in dump_exe_compact_unwind() 2098 func_offset = bfd_get_32 (abfd, index_entry->function_offset); in dump_exe_compact_unwind() 2099 level2_offset = bfd_get_32 (abfd, index_entry->second_level_offset); in dump_exe_compact_unwind() 2210 lsda_offset = bfd_get_32 (abfd, index_entry->lsda_index_offset); in dump_exe_compact_unwind() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | od-macho.c | 2031 struct mach_o_unwind_index_entry *index_entry; in dump_exe_compact_unwind() local 2073 index_entry = (struct mach_o_unwind_index_entry *) (content + index_offset); in dump_exe_compact_unwind() 2080 func_offset = bfd_get_32 (abfd, index_entry->function_offset); in dump_exe_compact_unwind() 2081 level2_offset = bfd_get_32 (abfd, index_entry->second_level_offset); in dump_exe_compact_unwind() 2082 lsda_offset = bfd_get_32 (abfd, index_entry->lsda_index_offset); in dump_exe_compact_unwind() 2085 index_entry++; in dump_exe_compact_unwind() 2089 index_entry = (struct mach_o_unwind_index_entry *) (content + index_offset); in dump_exe_compact_unwind() 2097 func_offset = bfd_get_32 (abfd, index_entry->function_offset); in dump_exe_compact_unwind() 2098 level2_offset = bfd_get_32 (abfd, index_entry->second_level_offset); in dump_exe_compact_unwind() 2209 lsda_offset = bfd_get_32 (abfd, index_entry->lsda_index_offset); in dump_exe_compact_unwind() [all …]
|