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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-arm.h113 elf32_arm_section_map; typedef in typeref:struct:elf32_elf_section_map
119 elf32_arm_section_map *map;
4346 elf32_arm_section_map *map;
4366 map = bfd_realloc (map, mapcount * sizeof (elf32_arm_section_map));
4397 return ((const elf32_arm_section_map *) a)->vma
4398 > ((const elf32_arm_section_map *) b)->vma;
4410 elf32_arm_section_map *map;
4423 qsort (map, mapcount, sizeof (elf32_arm_section_map),

Completed in 41 milliseconds