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

  /external/elfutils/src/
ld.h 412 int (*rel_type) (struct ld_state *); member in struct:callbacks
413 #define REL_TYPE(state) \
414 DL_CALL_FCT ((state)->callbacks.rel_type, (state))
    [all...]
ldgeneric.c 224 ld_state.callbacks.rel_type = ld_generic_rel_type;
2434 int rel_type = REL_TYPE (&ld_state) == DT_REL ? SHT_REL : SHT_RELA; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-hppa.c 1266 unsigned int rel_type; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 6951 unsigned int rel_type; \/* REL or RELA ? *\/ member in struct:arm_section
    [all...]

Completed in 134 milliseconds