HomeSort by: relevance | last modified time | path
    Searched defs:iheader (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf.c 1237 as IHEADER. Return the index of this section or SHN_UNDEF if
1242 find_link (const bfd *obfd, const Elf_Internal_Shdr *iheader,
1248 BFD_ASSERT (iheader != NULL);
1253 && section_match (oheaders[hint], iheader))
1262 if (section_match (oheader, iheader))
1278 const Elf_Internal_Shdr *iheader,
1307 oheader->sh_link = iheader->sh_link;
1309 oheader->sh_info = iheader->sh_info;
1315 iheader, oheader))
1318 /* We have an iheader which might match oheader, and which has non-zer
1443 const Elf_Internal_Shdr * iheader = iheaders[j]; local
1473 const Elf_Internal_Shdr * iheader = iheaders[j]; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 1173 as IHEADER. Return the index of this section or SHN_UNDEF if
1178 find_link (const bfd *obfd, const Elf_Internal_Shdr *iheader,
1184 BFD_ASSERT (iheader != NULL);
1189 && section_match (oheaders[hint], iheader))
1198 if (section_match (oheader, iheader))
1214 const Elf_Internal_Shdr *iheader,
1243 oheader->sh_link = iheader->sh_link;
1245 oheader->sh_info = iheader->sh_info;
1251 iheader, oheader))
1254 /* We have an iheader which might match oheader, and which has non-zer
1379 const Elf_Internal_Shdr * iheader = iheaders[j]; local
1409 const Elf_Internal_Shdr * iheader = iheaders[j]; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf.c 1146 as IHEADER. Return the index of this section or SHN_UNDEF if
1151 find_link (const bfd *obfd, const Elf_Internal_Shdr *iheader,
1157 BFD_ASSERT (iheader != NULL);
1162 && section_match (oheaders[hint], iheader))
1171 if (section_match (oheader, iheader))
1187 const Elf_Internal_Shdr *iheader,
1216 oheader->sh_link = iheader->sh_link;
1218 oheader->sh_info = iheader->sh_info;
1224 iheader, oheader))
1227 /* We have an iheader which might match oheader, and which has non-zer
1352 const Elf_Internal_Shdr * iheader = iheaders[j]; local
1382 const Elf_Internal_Shdr * iheader = iheaders[j]; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 1329 as IHEADER. Return the index of this section or SHN_UNDEF if
1334 find_link (const bfd *obfd, const Elf_Internal_Shdr *iheader,
1340 BFD_ASSERT (iheader != NULL);
1345 && section_match (oheaders[hint], iheader))
1354 if (section_match (oheader, iheader))
1370 const Elf_Internal_Shdr *iheader,
1399 oheader->sh_link = iheader->sh_link;
1401 oheader->sh_info = iheader->sh_info;
1407 iheader, oheader))
1410 /* We have an iheader which might match oheader, and which has non-zer
1535 const Elf_Internal_Shdr * iheader = iheaders[j]; local
1565 const Elf_Internal_Shdr * iheader = iheaders[j]; local
    [all...]

Completed in 34 milliseconds