Home
last modified time | relevance | path

Searched refs:addr_shndx (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_module_addrsym.c38 GElf_Word addr_shndx; member
73 if (state->addr_shndx == SHN_UNDEF) in same_section()
76 state->addr_shndx = __libdwfl_find_section_ndx (state->mod, &v); in same_section()
80 return state->addr_shndx == __libdwfl_find_section_ndx (state->mod, &v); in same_section()
84 if (state->addr_shndx == SHN_UNDEF || state->addr_symelf != symelf) in same_section()
89 state->addr_shndx = SHN_ABS; in same_section()
99 state->addr_shndx = elf_ndxscn (scn); in same_section()
105 return shndx == state->addr_shndx && state->addr_symelf == symelf; in same_section()
251 .addr_shndx = SHN_UNDEF, in __libdwfl_addrsym()