Home | History | Annotate | Download | only in gdb

Lines Matching defs:segments

79 /* Locate the segments in ABFD.  */
84 Elf_Internal_Phdr *phdrs, **segments;
99 segments = XALLOCAVEC (Elf_Internal_Phdr *, num_phdrs);
102 segments[num_segments++] = &phdrs[i];
108 data->segments.reserve (num_segments);
111 data->segments.emplace_back (segments[i]->p_vaddr, segments[i]->p_memsz);
128 if (ELF_SECTION_IN_SEGMENT (this_hdr, segments[j]))
136 offsets we apply to the segments. As an exception, do not
150 warning (_("Loadable section \"%s\" outside of ELF segments\n in %s"),