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

/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-arm.c1581 elf32_arm_section_map; typedef in typeref:struct:elf32_elf_section_map
1587 elf32_arm_section_map *map;
7773 elf32_arm_section_map *map;
7774 elf32_arm_section_map *newmap;
7844 return ((const elf32_arm_section_map *) a)->vma
7845 > ((const elf32_arm_section_map *) b)->vma;
7858 elf32_arm_section_map *map;
/haiku-buildtools/binutils/bfd/
H A Delf32-arm.c2745 elf32_arm_section_map; typedef in typeref:struct:elf32_elf_section_map
2835 elf32_arm_section_map *map;
7082 sec_data->map = (elf32_arm_section_map *)
7083 bfd_malloc (sizeof (elf32_arm_section_map));
7093 sec_data->map = (elf32_arm_section_map *)
7095 * sizeof (elf32_arm_section_map));
8132 qsort (sec_data->map, sec_data->mapcount, sizeof (elf32_arm_section_map),
8559 qsort (sec_data->map, sec_data->mapcount, sizeof (elf32_arm_section_map),
17538 const elf32_arm_section_map *amap = (const elf32_arm_section_map *)
[all...]

Completed in 277 milliseconds