Searched refs:annotype (Results 1 – 3 of 3) sorted by relevance
1256 if (annotype(elf, sec, reloc) != ANNOTYPE_DATA_SPECIAL) in create_fake_symbols()1264 if (annotype(elf, sec, next_reloc) != ANNOTYPE_DATA_SPECIAL || in create_fake_symbols()
2381 type = annotype(file->elf, sec, reloc); in read_annotate()
418 static inline unsigned int annotype(struct elf *elf, struct section *sec, in annotype() function