HomeSort by relevance Sort by last modified time
    Searched refs:rel_type (Results 1 - 4 of 4) sorted by null

  /external/elfutils/src/
ld.h 393 int (*rel_type) (struct ld_state *); member in struct:callbacks
394 #define REL_TYPE(state) \
395 DL_CALL_FCT ((state)->callbacks.rel_type, (state))
ldgeneric.c 201 ld_state.callbacks.rel_type = ld_generic_rel_type;
2239 int rel_type = REL_TYPE (&ld_state) == DT_REL ? SHT_REL : SHT_RELA; local
    [all...]
i386_ld.c 884 statep->callbacks.rel_type = elf_i386_rel_type;
  /build/tools/apriori/
apriori.c 1183 unsigned rel_type = GELF_R_TYPE(rel->r_info); local
    [all...]

Completed in 350 milliseconds