Home | History | Annotate | Download | only in elfcopy

Lines Matching defs:section

106        idx_debug_<xxx> variable. If a section is not
121 else INFO(", but the section is being removed."); \
187 struct dwarf_section *section = &debug_displays [debug].section;
190 INFO("Could not load section %s: it is not in the file.\n",
191 debug_displays[debug].section.name);
196 INFO("Loading DWARF section type %s index %d (type %d)\n",
202 if (section->start != NULL) {
203 INFO("\tAlready loaded DWARF section type %s (type %d)\n", s_shdr_info[shdr_idx].name, debug);
209 section->address = s_shdr_info[shdr_idx].shdr.sh_addr;
210 section->start = s_shdr_info[shdr_idx].newdata->d_buf;
211 section->size = s_shdr_info[shdr_idx].newdata->d_size;
214 ASSERT(section->size != 0);
216 ASSERT(section->start != NULL);
224 struct dwarf_section *section = &debug_displays [debug].section;
226 INFO("Unloading DWARF section type %d\n", debug);
228 if (section->start == NULL)
231 section->start = NULL;
232 section->address = 0;
233 section->size = 0;
245 ASSERT(!strcmp (debug_displays[dwarf_idx].section.name, s_shdr_info[shdr_idx].name));
248 struct dwarf_section *sec = &debug_displays [dwarf_idx].section;
251 INFO("Dumping DWARF section [%s] (type %d).\n",
274 /* Find the section to which the address belongs. */
416 PRINT("DWARF: cannot map address 0x%x to any section!\n", val);
423 INFO("DWARF: adjusting %d-byte value at %p: 0x%x -> 0x%x (delta %d per section %s)\n",
448 PRINT("DWARF: cannot map range 0x%x:[0x%x, 0x%x) to any section!\n",
472 INFO("DWARF: adjusting %d-byte value at %p: 0x%x -> 0x%x (delta %d per section %s)\n",
494 /* Find the section to which the address belongs. */
498 PRINT("DWARF: cannot map address 0x%x to any section!\n", value);
505 INFO("DWARF frame info: initial PC value: 0x%lx -> 0x%lx (delta %ld per section %s).\n",