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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-ppc.c190 /* Since .opd is an array of descriptors and each entry will end up
192 propagate .opd relocs; The dynamic linker should be taught to
193 relocate .opd without reloc entries. */
2158 if (strcmp (symbol->section->name, ".opd") == 0
2376 on removed .opd entries to this section so that the sym is removed. */
2521 /* An array with one entry for each opd function descriptor. */
2524 /* Points to the function code section for local opd entries. */
2526 /* After editing .opd, adjust references to opd local syms. */ member in struct:_ppc64_elf_section_data
2528 } opd;
2669 asection *opd; local
[all...]
H A Delf64-hppa.c983 entries in .opd for them. */
1128 /* We never need an opd entry for a symbol which is not
1136 we have to create an opd descriptor. */
1145 initialize the .opd entry. Make sure the symbol gets
1187 /* Otherwise we do not need an opd entry. */
1217 /* Create function descriptor section (.opd). This section is called .opd
1228 asection *opd;
1231 opd = hppa_info->opd_sec;
1232 if (!opd)
1227 asection *opd; local
[all...]

Completed in 720 milliseconds